PDA

View Full Version : [ubuntu] Linux gurus - how do I redirect IP traffic from one address out to another.


geometrikal
January 26th, 2009, 10:19 PM
I have the following situation:

Special ethernet cam connected to linux box on eth0.

Laptop connected to linux box via ad-hoc network on wlan0.

I want the linux box to be kind of transparent, so that I can talk to the cam over the wireless network.

Thanks!

nixscripter
January 26th, 2009, 11:02 PM
I would suggest bridging the two networks. A guide can be found here: https://help.ubuntu.com/community/BridgingNetworkInterfaces

Hope this helps.

geometrikal
February 6th, 2009, 12:03 AM
The box is running open embedded and there is no brctl :(

punx45
February 6th, 2009, 01:30 AM
open embedded sounds like it makes you do things the hard way :(

http://www.linuxfoundation.org/en/Net:Bridge

http://sourceforge.net/project/showfiles.php?group_id=26089

geometrikal
February 6th, 2009, 11:22 AM
Heh yea, I think I got it worked out now anyway. Setting up the build environment as I speak.. Thanks for the links

:KS