Checking your Linux host name First, see if your host name is set correclty using the following commands: #uname -n #hostname -a #hostname -s #hostname -d #hostname -f #hostname
Continue reading…
Network
Activate NAT on Debian etch and Disable IPv6 support on Debian
Activate NAT on Debian etch What is NAT ? network address translation (NAT, also known as network masquerading or IP-masquerading) involves re-writing the source and/or destination addresses of IP packets as they pass through a router or firewall. Most systems using NAT do so in order to enable multiple hosts on a private network to […]
Continue reading…
Rename Network Interface using Udev in Linux
udev is a daemon which dynamically creates and removes device nodes from /dev/, handles hotplug events and loads drivers at boot time. It replaces the hotplug package and requires a kernel not older than 2.6.12.udev – /dev/ and hotplug management daemon
Continue reading…
Change the MTU of network interface in Debian
Maximum Transmission Unit, the largest physical packet size, measured in bytes, that a network can transmit. Any messages larger than the MTU are divided into smaller packets before being sent. Read Full article here
Continue reading…