摘要:
1. 配置ip ubuntu的网络配置信息放在 /etc/network/interfaces 中, 如果配置动态获取ip,则在上述文件中加入以下内容: auto eth0 iface eth0 inet dhcp 如果配置静态ip,则添加如下内容: auto eth0 iface eth0 inet static address 192.168.0.211 netmask 255.255.2... 阅读全文
posted @ 2010-03-09 19:45
TermyZhang
阅读(286)
评论(0)
推荐(1)
浙公网安备 33010602011771号