Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problems with making a bridge [NOT solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
MaheS
Tux's lil' helper
Tux's lil' helper


Joined: 26 May 2003
Posts: 149
Location: West-Flanders - Belgium - Europe - Earth

PostPosted: Fri Sep 23, 2005 7:27 am    Post subject: Problems with making a bridge [NOT solved] Reply with quote

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
View user's profile Send private message
eagle_cz
Apprentice
Apprentice


Joined: 06 Jun 2003
Posts: 214

PostPosted: Fri Sep 23, 2005 7:40 am    Post subject: Reply with quote

some wifi drivers cant bridge, some wifi drivers cant use DHCP.
make sure that your drivers can.
Back to top
View user's profile Send private message
MaheS
Tux's lil' helper
Tux's lil' helper


Joined: 26 May 2003
Posts: 149
Location: West-Flanders - Belgium - Europe - Earth

PostPosted: Fri Sep 23, 2005 7:48 am    Post subject: Reply with quote

The wifi driver can dhcp, I'm sure of that.

How can I be sure that my driver can bridge???
Back to top
View user's profile Send private message
eagle_cz
Apprentice
Apprentice


Joined: 06 Jun 2003
Posts: 214

PostPosted: Fri Sep 23, 2005 8:30 am    Post subject: Reply with quote

Driver documentation, webpage, FAQ ?
:)
Back to top
View user's profile Send private message
MaheS
Tux's lil' helper
Tux's lil' helper


Joined: 26 May 2003
Posts: 149
Location: West-Flanders - Belgium - Europe - Earth

PostPosted: Fri Sep 23, 2005 9:50 am    Post subject: Reply with quote

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
View user's profile Send private message
ehudokai
n00b
n00b


Joined: 27 Dec 2002
Posts: 53
Location: Southern Cal, USA

PostPosted: Thu Oct 06, 2005 10:26 pm    Post subject: Re: Problems with making a bridge [NOT solved] Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum