Hi,

I've managed to make my XP laptop and my bering laptop talk together but.
I have a little question
How to configure bering as a simple router without nat, packet filter...
(just forwarding everything between eth0 ( wire lan) and eth1 (wireless)
I know that I should put some MAC address filtering but "let's try to walk
before run"

Thanks in advance
Etienne
----- Original Message -----
From: "Etienne Charlier" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 05, 2002 8:49 PM
Subject: Re: [Leaf-user] bering1.0rc1 & prism2 pci card


> Hi,
>
>  I'm trying to connect my laptop ( Windows XP/ Intel Pro Wireless 2011) to
> my private lan without using a dedicated access point but a " linux
bridge"
>
> Here is my setup .
> ADSL connection ( pppoe and a dachstein CD )
> works great for months... thanks CS
>
> I got 2 intel 2021 wireless pcmcia card. ( I also got a pci carrier but
> that's another story) One in my winxp laptop and the other one in the
bridge
> I'm trying to build a bridge using
> - Bering 1.0rc1
> - Laptop ( p133 24MB ram)
> - ethernet 3c374 pcmcia card
> - Intel 2021 card
>
> Here is what I did to configure bering.
> - make it boot from the HardDisk (much faster for the tests)
> - install pcmcia.lrp, libm.lrp, wireless.lrp
> put
> 3c574_cs, ds, hermes, orinoco, orinoci_cs, pcmcia_core, yenta_socket
> in /lib/modules/pcmcia
>
> - I had to change the file /etc/pcmcia/hermes.conf
> 3rd line, add "orinoco" between "hermes" and "orinoco_cs"
>
> It was not too difficult to have bering load the correct modules for the
> card.
>
> but.....
> Is such a setup enough to be able to connect my laptop ( winXP/ intel
> 2011wireless) to my private lan ??
> do I need some other software to build my bridge ?
> How should I configure the wireless card to set the network id..... ??
>
>
> and  after, how to configure the bridging support.
>
> To do some test, I grab from the office a Breezenet PC-DS.11 and a siemens

> I-gate ( insersil chipset).
>
> Thanks in advance
> Etienne Charlier
>
> ----- Original Message -----
> From: "Jacques Nilo" <[EMAIL PROTECTED]>
> To: "Marian Radulescu" <[EMAIL PROTECTED]>;
> <[EMAIL PROTECTED]>
> Sent: Friday, April 05, 2002 7:28 PM
> Subject: Re: [Leaf-user] bering1.0rc1 & prism2 pci card
>
>
> > > >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
> >
>
>
> _______________________________________________
> Leaf-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/leaf-user
>


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

Reply via email to