linux 网卡

添加ip

ip addr add 192.168.1.100/24 dev eth0

删除ip

ip addr del 192.168.1.100/24 dev eth0

添加网关

原文地址:https://www.cnblogs.com/yunweiweb/p/11308110.html