Answers for "linux check ip route"

32

how to see ip in linux

curl ifconfig.me
Posted by: Guest on May-04-2020
0

linux ip route add

ip route add {NETWORK/MASK} via {GATEWAYIP}
ip route add {NETWORK/MASK} dev {DEVICE}
ip route add default {NETWORK/MASK} dev {DEVICE}
ip route add default {NETWORK/MASK} via {GATEWAYIP}
Posted by: Guest on April-02-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language