> >Marian Radulescu wrote:
> >
> >As mentionned in the doc, bridging has not been really tested. So let's
> >try it.
> >What says:
> >ifup -v br0
> >How looks the bridge part of your /etc/network/interfaces file ?
> >
> # ifup -v br0
> ifup: interface br0 alerady configured
OK I should have asked to ifup -v br0 first then ifup -v br0

> # brctl show  doesn't show anything
>
> auto br0
> iface br0 inet static
>     address 192.168.1.1
>     network 192.168.1.0
>     netmask  255.255.255.0
>     broadcast 192.168.1.255
>     bridge_ports wlan0 eth0

> Right now i see that in contrast with others config in the file this for
> the bridge has netmask instead of masklen - i changed and netmask in
> masklen and ... nothing new.

Oops you are right. An error in the /etc/network/interfaces template... Your
setup should be:

auto br0
iface br0 inet static
    address 192.168.1.1
    masklen 24
    broadcast 192.168.1.255
    bridge_ports wlan0 eth0

(network is useless)

Now
ifdown -v br0
ifup -v br0
and you should see what is going on ...
Jacques



_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to