# The loopback interface
auto lo
iface lo inet loopback
# The first network card (network, broadcast, and gateway are optional)
auto eth1 eth0 eth1:0 eth1:1 eth1:2
# eth1
iface eth1 inet static
address 63.247.92.154
netmask 255.255.255.248
network 63.247.92.152
broadcast 63.247.92.159
gateway 63.247.92.153
# eth0
iface eth0 inet static
address 10.0.13.43
netmask 255.255.255.248
network 10.0.13.40
broadcast 10.0.13.47
# eth1:0 flauta KVM
iface eth1:0 inet static
address 63.247.92.155
netmask 255.255.255.248
network 63.247.92.152
broadcast 63.247.92.159
# eth1:1 mas KVM
iface eth1:1 inet static
address 63.247.92.156
netmask 255.255.255.248
network 63.247.92.152
broadcast 63.247.92.159
# eth1:2 obra KVM
iface eth1:2 inet static
address 63.247.92.157
netmask 255.255.255.248
network 63.247.92.152
broadcast 63.247.92.159
# eth1:3 zooz KVM
iface eth1:3 inet static
address 63.247.92.158
netmask 255.255.255.248
network 63.247.92.152
broadcast 63.247.92.159

# kvm
# FOOOOOOOOOOOOOOOO
#auto tap0
#iface tap0 inet static
#        pre-up tunctl -u jebba -t tap0
#        address 63.247.92.155
#        netmask 255.255.255.248

