debian6通过路由器联网


修改 /etc/resolv.conf
 nameserver 192.168.1.1
 
修改 /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp

 

你可能感兴趣的:(NetWork,路由器)