Posted on December 1, 2008, 8:47 pm, by admin, under
Networking,
unix.
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 to permanently add that route to your system?
You may add or edit the default gateway on /etc/sysconfig/network file, [...]
Posted on November 4, 2008, 7:58 pm, by admin, under
Networking.
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 on Cisco routers by default. If it has been previously disabled on your router, you can [...]
Posted on October 29, 2008, 7:33 pm, by admin, under
Networking.
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 be easier when you are marketing yourself for a new IT job if you have [...]
Posted on October 21, 2008, 11:43 am, by admin, under
Uncategorized.
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 the basic in order to learn the advanced topics.
Static routing is the process of configuring [...]