Print

                               #The primary network interface
                               allow-hotplug eth0
                               iface eth0 inet dhcp

                               iface eth0 inet static
                               address <IP ADDRESS>
                               netmask <SUBNET MASK>
                               network <NETWORK ADDRESS>
                               broadcast <BROADCAST ADDRESS>
                               gateway <GATEWAY ADDRESS>

Category: Post
Hits: 1499