[Voyage-linux] bridging interfaces

2006-12-22 Thread jeffery
Hello, I have an update to my never ending problem. I inserted the br0 config file like I was told. Everything looks like it's working right. I can wirelessly connect to it but that is it. I can ping it hardlined into my router but it can not ping me back. I cannot ping it wirelessly

RE: [Voyage-linux] bridging interfaces

2006-12-22 Thread Jean Pierre Dupont
part de [EMAIL PROTECTED] Envoyé : 22 décembre 2006 13:50 À : [EMAIL PROTECTED] Objet : [Voyage-linux] bridging interfaces Hello, I have an update to my never ending problem. I inserted the br0 config file like I was told. Everything looks like it's working right. I can wirelessly

Re: [Voyage-linux] bridging interfaces

2006-12-22 Thread Andrew Niemantsverdriet
Can you give more info? Like what happens when you try to ping 192.168.1.2 wirelessly? Anything in the logs saying that br0 was unable to be created? The file that I send you is about as simple as you can get so see if you can find any errors in your logs. Thanks, _ /-\ ndrew Hello,

Re-2: [Voyage-linux] bridging interfaces

2006-12-22 Thread jeffery
192.168.1.2? And get PC to ping 192.168.1.16? Thanks for any help. Original Message Subject: Re: [Voyage-linux] bridging interfaces (22-Dec-2006 14:29) From:[EMAIL PROTECTED] To: [EMAIL PROTECTED] Can you give more info? Like what happens when you try to ping

Re: Re-2: [Voyage-linux] bridging interfaces

2006-12-22 Thread Andrew Niemantsverdriet
So what do we need to do to get the laptop able to ping 192.168.1.1 192.168.1.2? And get PC to ping 192.168.1.16? Thanks for any help. Original Message Subject: Re: [Voyage-linux] bridging interfaces (22-Dec-2006 14:29) From:[EMAIL PROTECTED] To: [EMAIL

Re: [Voyage-linux] bridging interfaces

2006-12-22 Thread Edwin Whitelaw
On my bridging voyage 0.2 box, this is the only thing in interfaces - no separate stanza for the AP setup. Maybe this will work for you. auto br0 iface br0 inet static address 172.16.8.4 netmask 255.255.255.0 broadcast 172.16.8.255 gateway 172.16.8.1

Re: [Voyage-linux] bridging interfaces

2006-12-22 Thread Kim-man \Punky\ TSE
Hi Jeff, Don't get me wrong. my config supplied work because 192.168.1.1 is my WRT54g router, which connnect to the outside world and supplied the dhcp leases. Hence my wireless client runs on192.168.1.0/24 network. So I think the question may be dhcp lease or network configuration.

[Voyage-linux] bridging interfaces

2006-12-21 Thread jeffery
Hello, I recieved an e-mail telling me how to set my br0. My new question since it does not work is, what settings do I need for eth0 and ath0. I tried it with them on seperate subnets, same subnets, commented out, I'm stuck and I really need this thing up and running pretty quick. Any

Re: [Voyage-linux] bridging interfaces

2006-12-21 Thread Andrew Niemantsverdriet
Jeff, This will do what you need. You can just copy and paste it into your interfaces file and it should work. auto lo iface lo inet loopback auto ath0 iface ath0 inet manual # setup ath0 pre-up wlanconfig ath0 create wlandev wifi0 wlanmode ap post-down wlanconfig ath0