摘要: Ubuntu 修改IP地址1、ubuntu系统修改IP地址:sudo vim /etc/network/interfacesauto eth0iface eth0 inet staticaddress 10.10.30.30 (IP地址)netmask 255.255.255.0 (子网掩码)gat... 阅读全文
posted @ 2014-02-19 14:17 fendou999 阅读(438) 评论(0) 推荐(0)