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…