ubuntu修改静态IP 方法:

ubuntu修改IP 方法:
cd /etc/network,

vim inter faces,
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.30.103
netmask 255.255.255.0
gateway 192.168.30.1

posted @ 2021-07-08 21:00  txwtech  阅读(92)  评论(0编辑  收藏  举报