Hi all!

I am using bering beta4.
I want to configure my box as an wireless access point.
When booting, I get this error message:
<begin>
Configuring network interfaces: Operation failed.
eth1: Setting Rx mode to 1 addresses.
Don't seem to be have all the variables for br0/inet.
done.
<end>
I can setup the bridge manually according to the Bridge-Howto.

What am I missing?

Manfred


Here is my /etc/network/interfaces:

# /etc/network/interfaces -- configuration file for LEAF network
# J. Nilo, January 2002
#
# Loopback interface.
auto lo
iface lo inet loopback

# Step 1: configure external interface
#         uncomment/adjust one of the following 4 options
# Option 1.1 (default): eth0 / dynamic IP from pump/dhclient
auto eth0
iface eth0 inet dhcp
#
# Option 1.2: eth0 / Fixed IP (assumed to be 1.2.3.4). 
#               (broadcast/gateway optional)
#auto eth0
#iface eth0 inet static  
#       address 1.2.3.4
#       masklen 24
#       broadcast 1.2.3.255
#       gateway 1.2.3.1
# 
# Option 1.3: PPP/PPPOE (modem connected to eth0) 
#auto ppp0 
#iface ppp0 inet ppp
#       pre-up ip link set eth0 up
#       provider dsl-provider eth0
# 
# Option 1.4: PPP modem
#auto ppp0
#iface ppp0 inet ppp
#       provider provider
        
# Step 2: configure  internal interface
# Default: eth1 / fixed IP = 192.168.1.254
auto eth1
iface eth1 inet static
        address 192.168.1.254
        masklen 24
        broadcast 192.168.1.255

# Step 3 (optionnal): configure DMZ
# Default: eth2 / fixed IP = 192.168.1.100
#auto eth2
#iface eth2 inet static
#       address 192.168.1.100
#       masklen 24
#       broadcast 192.168.1.255
#       gateway 192.168.1.254# Step 4 (optionnal): configure bridge

auto wlan0
iface wlan0 inet static
        address 192.168.1.253
        masklen 24
        broadcast 192.168.1.255



# Step 4 (optionnal): configure a bridge
auto br0
iface br0 inet static
        address 192.168.1.254
        network 192.168.1.0
        netmask 255.255.255.0
        broadcast 192.168.1.255
        gateway 192.168.1.1
        bridge_ports eth1 wlan0
#--------------------------------------------------------



ip link show:

1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: dummy0: <BROADCAST,NOARP> mtu 1500 qdisc noop 
    link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
4: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc pfifo_fast qlen 100
    link/ether 08:00:2b:99:29:7e brd ff:ff:ff:ff:ff:ff
5: eth1: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 100
    link/ether 00:60:08:e7:bb:2b brd ff:ff:ff:ff:ff:ff
6: wlan0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 100
    link/ether 00:02:dd:30:be:46 brd ff:ff:ff:ff:ff:ff



ip addr show:

1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
2: dummy0: <BROADCAST,NOARP> mtu 1500 qdisc noop 
    link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
4: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc pfifo_fast qlen 100
    link/ether 08:00:2b:99:29:7e brd ff:ff:ff:ff:ff:ff
5: eth1: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 100
    link/ether 00:60:08:e7:bb:2b brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.254/24 brd 192.168.1.255 scope global eth1
6: wlan0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 100
    link/ether 00:02:dd:30:be:46 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.253/24 brd 192.168.1.255 scope global wlan0


brctl show:

bridge name     bridge id               STP enabled     interfaces


-- 
Manfred Schuler
E_Mail: mailto:[EMAIL PROTECTED]

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]

------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to