2009年3月30日 星期一

Ubuntu 設定固定IP / DNS

後來才知道Ubuntu設固定IP要自己去/etc/network/interfaces 設定才有用

桌面設定的都是詐炮

$ sudo -s
輸入密碼
# vim /etc/network/interfaces

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
address 你的IP
netmask 子網路遮罩
gateway 閘道器

另外還要指定一下DNS server
#vi /etc/resolv.conf
domain 你的網域(ex:www.xxxx.com.tw 可不設)
nameserver 139.175.55.244 (seednet)

【下列文章您可能也有興趣】

沒有留言: