1 頁 (共 1 頁)

ip command

發表於 : 2015-06-06 15:20:31
yehlu

代碼: 選擇全部

ifconfig
ip addr show
ip link show
ip -s link show
ip route show
route
route -n
ip address add 10.10.40.88/255.255.255.0 dev eth0
ip address del 10.10.40.88/255.255.255.0 dev eth0
ip route add NET/MASK via GW_IP
ip route del NET/MASK via GW_IP