0℃ 
  		
  			 
			
				
				
				
				 
				
 			
			
			
			
 		
		
		
	
	
					2012年02月11日
					 ⁄ Debian
										 ⁄ 被围观 79,098次+					
				
			
				
说明:
系统:debian 6.0.4
IP地址:192.168.21.166
子网掩码:255.255.255.0
网关:192.168.21.2 
DNS:8.8.8.8
           8.8.4.4
操作:
系统运维 www.osyunwei.com 温馨提醒:qihang01原创内容©版权所有,转载请注明出处及原文链接
1、设置IP地址、网关
nano /etc/network/interfaces  /etc/network/interfacesbak   #备份原有配置文件
nano /etc/network/interfaces   #编辑网网卡配置文件
auto lo
auto eth0  #开机自动连接网络
iface lo inet loopback
allow-hotplug eth0
iface eth0 inet static   #stat...			
			
			      Debian, debian ip, debian设置dns, debian设置网关阅读全文
			
		




