How To Set The Default Gateway In Linux
- Forums
- Linux Hosting
- How To Set The Default Gateway In Linux
you can use this command to configure your linux server to setup the default gateway in your network configuration [1372], Last Updated: Mon Jun 24, 2024
Hostman
Sun Mar 21, 2010
0 Comments
552 Visits
you can use this command to configure your linux server to setup the default gateway in your network configuration route
with the route command you can set the default gateway 10.1.1.1 using this command:
# route add default gw 10.1.1.1
that was easy!!!