赞
踩
[root@localhost ~]# ip addr
[root@localhost /]# sudo ip addr add 192.168.100/24 dev eno16777736
备注:IP地址要有一个后缀,比如/24。这种用法用于在无类域内路由选择(CIDR)中来显示所用的子网掩码
[root@localhost /]# ip addr show eno16777736
[root@localhost /]# sudo ip addr del 192.168.100/24 dev eno16777736
[root@localhost ~]# ip route show
default via 192.168.***.2 dev ens33 proto static metric 100
192.168.***.0/24 dev virbr0 proto kernel scope link src 192.168.***.1 linkdown
192.168.***.0/24 dev ens33 proto kernel scope link src 192.168.***.100 metric 100
[root@localhost \]# ip route get 192.168.***
[root@localhost \]# sudo ip route add default via 192.168.***.3
[root@localhost \]# ip -s link
[root@localhost ~]# ip -s -s link ls eno17744430
[root@localhost \]# ip neighbour
[root@localhost \]# ip monitor all
[root@localhost \]# ip route show
下面是我编写的Linxu命令大全 有兴趣的可以参考一下
Linux命令大全及参数详解 (全篇2.4万字)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。