# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
 address 192.168.0.250
 netmask 255.255.255.0
 gateway 192.168.0.254

## want to make nic teaming with my two interfaces
## but ended in no time ;(
#auto bond0
#iface bond0 inet static
#    address 192.168.0.250
#    netmask 255.255.255.0
#    network 192.168.0.0
#    broadcast 192.168.0.255
#    gateway 192.168.0.254
#    slaves eth0 eth1
#    bond-mode balance-tlb
#    bond-miimon 100
#    bond-downdelay 200
#    bond-updelay 200
    
