這是我的UBUNTU 9.04 etc /network/interfaces裡面的樣子
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address XXX.XX.XXX.X
netmask 255.255.255.0
network XXX.XX.XXX.X
broadcast 172.16.125.255
gateway XXX.XX.XXX.X
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers XXX.XX.XXX.X
_________________________________
請問大家network和broadcast要填什麼啊壓??isp給我的資料只有address, netmask, getway和兩個「DNS組態」
network 和broadcast沒有自己填是不能連上網的問題所在嗎??
(其實問題所在是我不懂linux & 沒有網路常識= =)
謝謝大家了!!!!!!!!!
--
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address XXX.XX.XXX.X
netmask 255.255.255.0
network XXX.XX.XXX.X
broadcast 172.16.125.255
gateway XXX.XX.XXX.X
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers XXX.XX.XXX.X
_________________________________
請問大家network和broadcast要填什麼啊壓??isp給我的資料只有address, netmask, getway和兩個「DNS組態」
network 和broadcast沒有自己填是不能連上網的問題所在嗎??
(其實問題所在是我不懂linux & 沒有網路常識= =)
謝謝大家了!!!!!!!!!
--
All Comments