Answers for "how to change default gateway linux"

1

see default gateway linux

ip route
# first line is your default gateway, next lines are your other routes
Posted by: Guest on April-21-2022
-1

linux change default gateway

ip route add default gw {IP-ADDRESS} {INTERFACE-NAME}
Posted by: Guest on November-09-2020

Code answers related to "how to change default gateway linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language