0
I'm user of a public wired network. My machine gets ip (always the same) from it. Now I want to connect to this network my phone (which is registered device in network and can get its own ip address). So I need my computer to be the bridge from eth0 to wlan0 more precisely.
I use archlinux OS.
[eth0] My computer [wlan0]
<---(wired)---' `-,-'-(wirless)-,-'->
Public network (with Internet) My phone
How to make a bridge that allow my phone to connect 'directly'(bridged) to Public network?
PS. I'm not allowed to use NAT, and I'm not interested in buying any access points.
It not very public ;) it's only academic network. I'll try the tutorial. – damienix – 2011-03-25T15:55:55.343
When you don't have control over the other computers on the network it is public enough to be insecure :\ – Riguez – 2011-03-25T15:58:04.903
Unfortunately my wifi card doesn't support neither master nor repeater mode. – damienix – 2011-03-25T17:16:54.290
In that case I would try to setup your wifi card in ad-hoc with internet connection sharing to the ethernet port. Not sure how to do this but some googling and the archlinux wiki which is really nice should help you. – Riguez – 2011-03-25T19:40:46.100
Is it possible without
NAT
? – damienix – 2011-03-25T22:04:24.293If it can be setup this way it should work one interface has the connection and the other is sharing with it. – Riguez – 2011-03-25T22:12:27.373