w*s 发帖数: 7227 | 1 this is ubuntu, kernel 2.6.32
===== my /etc/network/interfaces =====
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet static
address 4.5.182.182
netmask 255.255.252.0
gateway 4.50.183.254
dns-nameservers 4.2.8.9
After reboot, my /etc/resolv.comf is still like
nameserver 10.38.78.5
nameserver 10.38.58.5
domain thiscompany.ad
search thiscompany.ad
i'm not seeing my 4.2.8.9, why ? :( | a9 发帖数: 21638 | 2 http://ubuntuforums.org/showthread.php?t=1836144
【在 w*s 的大作中提到】 : this is ubuntu, kernel 2.6.32 : ===== my /etc/network/interfaces ===== : auto lo : iface lo inet loopback : auto eth0 : iface eth0 inet dhcp : auto eth1 : iface eth1 inet static : address 4.5.182.182 : netmask 255.255.252.0
| w*s 发帖数: 7227 | 3 thanks, but not working, :(
this freaking 2 NIC setup drives me crazy.
【在 a9 的大作中提到】 : http://ubuntuforums.org/showthread.php?t=1836144
|
|