Tag Archives: Fedora

Eth0 is not active at Linux Fedora Startup

Sometimes even though you have configure such that “Activate device when computer starts” for eth0 in Linux Fedora, it appears to do nothing – eth0 is not active at startup. This maybe a bug with Fedora. One way to overcome … Continue reading

Posted in Networking, unix | Tagged , , | Leave a comment

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 , , , , | Leave a comment