# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). #this interfaces file provides 6 tap interfaces for virtualbox vms #which allows bidirectional traffic between host and guests #using staic IPs # The loopback network interface auto lo iface lo inet loopback #virtual network interfaces auto tap0 iface tap0 inet manual tunctl_user bimma uml_proxy_arp 10.10.10.60 uml_proxy_ether eth0 auto tap1 iface tap1 inet manual tunctl_user bimma uml_proxy_arp 10.10.10.60 uml_proxy_ether eth0 auto tap2 iface tap2 inet manual tunctl_user bimma uml_proxy_arp 10.10.10.60 uml_proxy_ether eth0 auto tap3 iface tap3 inet manual tunctl_user bimma uml_proxy_arp 10.10.10.60 uml_proxy_ether eth0 auto tap4 iface tap4 inet manual tunctl_user bimma uml_proxy_arp 10.10.10.60 uml_proxy_ether eth0 auto tap5 iface tap5 inet manual tunctl_user bimma uml_proxy_arp 10.10.10.60 uml_proxy_ether eth0 #network bridge interface auto br0 iface br0 inet static address 10.10.10.60 netmask 255.255.255.0 gateway 10.10.10.1 bridge_ports eth0 tap0 tap1 tap2 tap3 tap4 tap5 bridge_maxwait 0 # The primary network interface auto eth0 iface eth0 inet manual