1℃
2012年02月18日
⁄ Ubuntu
⁄ 被围观 25,112次+
说明:
系统:Ubuntu Server 11.10
IP地址:192.168.21.168
子网掩码: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
iface lo inet loopback
auto eth0 #开机自动连接网络
iface eth0 inet static #static表示使用固...
DNS, IP, Ubuntu, Ubuntu设置IP, 网关阅读全文