Lubuntu network setting.
//1. Vi /etc/network/interfaces
Add:
auto eth0
iface eth0 inet dhcp
//2. Vi /etc/resolv.conf
Add:
nameserver 202.99.166.4
//3.restart network.
ifconfig eth0 down
ifconfig eth0 up
本文提供了Lubuntu系统中网络配置的详细步骤,包括修改网络接口设置、更新DNS服务器及重启网络服务的方法,适用于需要手动配置网络环境的用户。
Lubuntu network setting.
//1. Vi /etc/network/interfaces
Add:
auto eth0
iface eth0 inet dhcp
//2. Vi /etc/resolv.conf
Add:
nameserver 202.99.166.4
//3.restart network.
ifconfig eth0 down
ifconfig eth0 up
转载于:https://www.cnblogs.com/AlwaysOnLines/p/5306151.html
1915

被折叠的 条评论
为什么被折叠?