Thursday, 29 March 2012
How to detect IP address conflicts in Linux
IP addresses are a scarce resource that is shared by different users and devices. Having an IP address conflict means that there are more than one network device or computer that claims the same IP address. IP address conflict may occur when a DHCP server has assigned an IP address to one computer, and the same IP address happens to be statically assigned to another network device by someone. Read more »
Friday, 23 March 2012
How to set a default route persistently in Linux
If you have more than one network interface, you have to designate one network interface as the default route. In order to set a default route persistently in Linux, you can do the following. I assume that there are two interfaces: eth0 & eth1, and that you wish to use eth0 as the default route.Read more »
Thursday, 22 March 2012
How to enable IP forwarding in Linux
To check whether IP forwarding is enabled or not:Read more »
Friday, 16 March 2012
How to mount CD-ROM drive in Linux
In order to use CD-ROM/DVD drive in Linux, you first need to mount it. I will describe below how to mount CD-ROM/DVD drive in Linux.Read more »
Saturday, 3 March 2012
How to extract files from ISO CD images
You can simply mount an ISO image via the loop device. Read more »
Subscribe to:
Posts (Atom)