[Voyage-linux] Building Bridges

Andrew Niemantsverdriet (spam-protected)
Thu Aug 25 06:59:56 HKT 2005


I am having some trouble building a bridge with voyage-0.2pre1.

Here is my /etc/network/interfaces file:

# Used by ifup(8) and ifdown(8). See the interfaces(5) manpage or
# /usr/share/doc/ifupdown/examples for more information.
auto lo
iface lo inet loopback

iface br0 inet static
     address 192.168.254.20
     netmask 255.255.255.0
     broadcast 192.168.254.255

iwconfig wlan0 essid testing mode master
ifconfig wlan0 0.0.0.0 up
ifconfig eth0 0.0.0.0 up

brctl addbr br0
brctl addif br0 eth0
brctl addif br0 wlan0
ifconfig br0 up


When I issue a /etc/init.d/networking restart command I get this error:

Setting up IP spoofing protection: rp_filter.
Enabling packet forwarding...done.
Reconfiguring network interfaces.../etc/network/interfaces:13: duplicate
option
ifdown: couldn't read interfaces file "/etc/network/interfaces"
/etc/network/interfaces:13: duplicate option
ifup: couldn't read interfaces file "/etc/network/interfaces"
done.

Any ideas on how to make my interfaces file work?





More information about the Voyage-linux mailing list