由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - dns-nameservers field in /etc/network/interface
相关主题
won't take the eth0 config from /etc/network/interaces用ubuntu问题集锦
网络设置问题求助:ubuntu上不了网(非无线)
2 default gateway when have 2 eth interfacesRe: 有没有什么网络函数能够 (转载)
为什么resolv.conf总被复原why /etc/network/interfaces doesn't show "eth0"
make ubuntu to use static ip in command linevirtualbox下的ubuntu8.10 dns突然不工作
求助:装了Ubuntu, 怎么也连不上Internet, wireless没有问题。/etc/resolv.conf求助
linux routing table question from dummy问牛人个问题: 我服务器.reverse DNS PTR设不了
能否建立一个虚拟网卡并监听端口?samba via ssh tunneling 靠谱么?
相关话题的讨论汇总
话题: iface话题: etc话题: inet话题: dns
进入Linux版参与讨论
1 (共1页)
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
1 (共1页)
进入Linux版参与讨论
相关主题
samba via ssh tunneling 靠谱么?make ubuntu to use static ip in command line
这边高手多,问个简单网络问题求助:装了Ubuntu, 怎么也连不上Internet, wireless没有问题。
REHL5 的 samba 突然不管用了linux routing table question from dummy
求助:虚拟机装ubuntu,有线网卡可以上网,无线网卡找不到?应该怎么办?能否建立一个虚拟网卡并监听端口?
won't take the eth0 config from /etc/network/interaces用ubuntu问题集锦
网络设置问题求助:ubuntu上不了网(非无线)
2 default gateway when have 2 eth interfacesRe: 有没有什么网络函数能够 (转载)
为什么resolv.conf总被复原why /etc/network/interfaces doesn't show "eth0"
相关话题的讨论汇总
话题: iface话题: etc话题: inet话题: dns