Tag Archives: static route

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

Cisco Static Route

In my previous post on Static route configuration, I have touched on some basic of static route configuration. In this post, I will show you more details on how to configure static routing in Cisco devices. IP routing is enabled … Continue reading

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

Cisco CCNA Certification

It is good to have CCNA credential if you would like to work as a network engineer. It shows that you have the basic foundation in the area of networking especially in the field of Cisco networking. Frankly, it would … Continue reading

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

Static route configuration

It is important to understand the process of routing if you are interested in learning networking. One of the fundamental of this study is static routing. Static routing is not complicated, but it is the basic. We need to understand … Continue reading

Posted in Uncategorized | Tagged , , , , , , , | 1 Comment