首页 > 技术文章 > Linux network setting.

AlwaysOnLines 2016-03-22 13:46 原文

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

 

推荐阅读