default route
How to change the default gateway on a linux host:
# route del default
# route add default gw 128.250.146.1
How to change the default gateway on a linux host:
# route del default
# route add default gw 128.250.146.1
You must be logged in to post a comment.