Thursday, August 23, 2012

Ethernet bridge:

aptitude install bridge-utils

/etc/network/interfaces:

iface eth0 inet manual
iface eth1 inet manual
auto br0
iface br0 inet static
        bridge_ports eth0 eth1
        # bridge_maxwait 0
        address x.x.x.x
        netmask 255.255.255.0
        gateway x.x.x.x

Monday, August 13, 2012

Debian testing sources.list:

deb http://ftp.us.debian.org/debian/ wheezy main contrib non-free
deb http://security.debian.org/ wheezy/updates main contrib non-free