登录社区云,与社区用户共同成长
邀请您加入社区
该用户还未填写简介
暂无可提供的服务
方法1临时IPifconfig eth0 192.168.1.10/24service networking restart方法2 更改网卡配置文件vi /etc/network/interfaceauto eth0iface eth0 inet staticaddress 192.168.80.10netmask 255.255.255.0gateway 192.168.80.1service