Broadband Adapter: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 76: Line 76:
You'll also need to change your network settings to configure IP/gateway on br0 instead of the real adapter. The IP address of the real adapter must be set to 0.0.0.0. Linux doesn't support adding a wireless interface to a bridge as of July 2012 so you need a wired NIC for that to work.
You'll also need to change your network settings to configure IP/gateway on br0 instead of the real adapter. The IP address of the real adapter must be set to 0.0.0.0. Linux doesn't support adding a wireless interface to a bridge as of July 2012 so you need a wired NIC for that to work.


In case you still want to use a wifi network for connecting, there is the option to create another tunnel-interface over a UDP connection across the wifi network:
In case you still want to use a WiFi network for connecting, there is the option to create another tunnel-interface over a UDP connection across the WiFi network:
<pre>
<pre>
openvpn --dev tap-dolphin --port 2626 --remote otherIP --local thisIP --ping 10 --ping-exit 60 --daemon
openvpn --dev tap-dolphin --port 2626 --remote otherIP --local thisIP --ping 10 --ping-exit 60 --daemon