-
-
Archives
Categories
Blogroll
-
Tag Archives: route add
How to add static route to your Linux Fedora machine
To add a default route into your Linux box, route add -net 0.0.0.0 netmask 0.0.0.0 gw 10.0.0.1 However, if you only execute this command, the route will disappears if you reboot your system. So, what would be the best way … Continue reading
Posted in Networking, unix
Tagged Fedora, Linux, Networking, route add, static route
Leave a comment