Broadband Adapter: Difference between revisions

m
→‎Linux: WiFi -> Wi-Fi
(Added instructions for BBA Connectivity for MacOS)
m (→‎Linux: WiFi -> Wi-Fi)
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 Wi-Fi network for connecting, there is the option to create another tunnel-interface over a UDP connection across the Wi-Fi 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
Line 87: Line 87:


NOTE: There is no encryption for the tunnel. Read the [https://community.openvpn.net/openvpn/wiki/Openvpn23ManPage OpenVPN manpage] for setting up the tunnel with encryption and/or authentication.
NOTE: There is no encryption for the tunnel. Read the [https://community.openvpn.net/openvpn/wiki/Openvpn23ManPage OpenVPN manpage] for setting up the tunnel with encryption and/or authentication.


== MacOS ==
== MacOS ==
2,229

edits