View previous topic :: View next topic |
Author |
Message |
MaheS Tux's lil' helper
Joined: 26 May 2003 Posts: 149 Location: West-Flanders - Belgium - Europe - Earth
|
Posted: Fri Sep 23, 2005 7:27 am Post subject: Problems with making a bridge [NOT solved] |
|
|
my eth0 is working and included in the kernel, my wlan0 is not included in the kernel and is started with a litlle script (http://acx100.sourceforge.net/) the scripts includes dhcp'ing for an ip.
What I do next is:
# ifconfig wlan0 down
# brctl addbr br0
# brctl addif wlan0
# brctl addif eth0
# dhcpcd br0 (as i also want inet on my laptop where I make this bridge)
dhcpcd br0 is not working! I don't get an IP
My other computer, connected on eth0, is also not getting an ip (it should get one by dhcp from my wifi router if the bridge is working?)
Is there anyone who can help me? or do I need to provide more information?
tia
Last edited by MaheS on Fri Sep 23, 2005 2:10 pm; edited 1 time in total |
|
Back to top |
|
|
eagle_cz Apprentice
Joined: 06 Jun 2003 Posts: 214
|
Posted: Fri Sep 23, 2005 7:40 am Post subject: |
|
|
some wifi drivers cant bridge, some wifi drivers cant use DHCP.
make sure that your drivers can. |
|
Back to top |
|
|
MaheS Tux's lil' helper
Joined: 26 May 2003 Posts: 149 Location: West-Flanders - Belgium - Europe - Earth
|
Posted: Fri Sep 23, 2005 7:48 am Post subject: |
|
|
The wifi driver can dhcp, I'm sure of that.
How can I be sure that my driver can bridge??? |
|
Back to top |
|
|
eagle_cz Apprentice
Joined: 06 Jun 2003 Posts: 214
|
Posted: Fri Sep 23, 2005 8:30 am Post subject: |
|
|
Driver documentation, webpage, FAQ ?
|
|
Back to top |
|
|
MaheS Tux's lil' helper
Joined: 26 May 2003 Posts: 149 Location: West-Flanders - Belgium - Europe - Earth
|
Posted: Fri Sep 23, 2005 9:50 am Post subject: |
|
|
I can't find anything that says the driver supports it, but I also can't find anything the driver doesn't support it! |
|
Back to top |
|
|
ehudokai n00b
Joined: 27 Dec 2002 Posts: 53 Location: Southern Cal, USA
|
Posted: Thu Oct 06, 2005 10:26 pm Post subject: Re: Problems with making a bridge [NOT solved] |
|
|
MaheS wrote: | my eth0 is working and included in the kernel, my wlan0 is not included in the kernel and is started with a litlle script (http://acx100.sourceforge.net/) the scripts includes dhcp'ing for an ip.
What I do next is:
# ifconfig wlan0 down
# brctl addbr br0
# brctl addif wlan0
# brctl addif eth0
# dhcpcd br0 (as i also want inet on my laptop where I make this bridge)
dhcpcd br0 is not working! I don't get an IP
My other computer, connected on eth0, is also not getting an ip (it should get one by dhcp from my wifi router if the bridge is working?)
Is there anyone who can help me? or do I need to provide more information?
tia |
add
ifconfig eth0 0.0.0.0 promisc up
ifconfig wlan0 0.0.0.0 promisc up
before you do the dhcpcd _________________ Linux saved my life and made me $1 million dollars over night... for only 19.95 it can all be yours |
|
Back to top |
|
|
|