Try it:

auto eth0
iface eth0 inet manual
    pre-up ifconfig $IFACE up
    post-down ifconfig $IFACE down
    mtu 9000

auto eth1
iface eth01 inet manual
    pre-up ifconfig $IFACE up
    post-down ifconfig $IFACE down
    mtu 9000

auto br0
iface br0 inet static
  address 192.168.170.14
  netmask 255.255.255.0
  bridge_ports eth0 eth1

-- 
Marco de Freitas

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to