Tag Archives: Networking

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

Quick fix to solve network connectivity problem in vmware guest virtual machine

This is a quick fix to vmware network virtualization. Sometime while using vmware, your guest virtual machine may face the problem with network connectivity. I have this problem with two of my virtual machines the other day. Only one of … 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

How to find port number

In our previous post on How to test if a port is open on a server or PC, we have indicated that in TCP/IP networking,  port 25 is used in SMTP (Simple Mail Transfer Protocol), port 110 is for POP3 … Continue reading

Posted in Networking, PC, Uncategorized, unix | Tagged , , , , , , | 2 Comments

How to access web page without Internet Explorer, Firefox or Safari

In networking, sometime while performing network trouble shooting, you may like to quickly test if the connection to a website is available. Without using a web browser, you also can use the telnet command that is available in most of … Continue reading

Posted in Networking, PC | Tagged , , | 1 Comment

New Site for Internet PC Networking Release!

After maintaining few pages related to computer network, Cisco Systems and networking, I have decided to consolidate all these sites into this new domain — Internet PC Networking which will focus on all issues related to these areas. Hope that … Continue reading

Posted in Asian Language, Networking, PC | Tagged , , | Leave a comment

Cisco DHCP Configuration

Dynamic Host Configuration Protocol (DHCP) is one of the most popular TCP/IP protocol uses today. It is used by networked devices to obtain information required to operate on an Internet Protocol network. These information may include IP address Default gateway … Continue reading

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