debian网络配置
本文转自我的ChinaUnix博客:http://blog.chinaunix.net/u3/107162/showart_2201030.html
2010-03-23
#andhowtoactivatethem.Formoreinformation,seeinterfaces(5).
#Theloopbacknetworkinterface
autolo
iface lo inet loopback#andhowtoactivatethem.Formoreinformation,seeinterfaces(5).
#ThisfileismodifiedbyJackieonApr4th,2008.
####LO##########
#Theloopbacknetworkinterface(配置环回口)
#开机自动激lo接口
autolo
#配置lo接口为环回口
iface lo inet loopback#Theprimarynetworkinterface(配置主网络接口)
#开机自动激活eth0接口
autoeth0
#配置eth0接口为DHCP自动获取
iface eth0 inet dhcp#Theprimarynetworkinterface(配置主网络接口)
#开机自动激活eth0接口
#autoeth0
#配置eth0接口为静态设置IP地址
#ifaceeth0inetstatic
#address128.1.1.94
#netmask255.255.255.0
# gateway 192.168.109.1#Thewirelessnetworkinterface(配置无线网络接口)
#开机自动激活wlan0接口
autowlan0
#配置wlan0接口为DHCP自动获取
iface wlan0 inet dhcp#ThePPPoEnetworkinterface(配置宽带接口)
#