# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# interfaces to bring up automatically
auto lo eth0

# The loopback interface
iface lo inet loopback

# DHCP on the first ethernet device
#iface eth0 inet dhcp

# Static interface for the first ethernet interface, comment out the
# above and uncomment this
iface eth0 inet static
        address 192.168.20.101
        netmask 255.255.255.0
        network 192.168.20.0
        gateway 192.168.20.1
