Broadband Adapter: Difference between revisions

Jump to navigation Jump to search
m (→‎Linux: typos)
Line 101: Line 101:


Now deactivate the active connection (usually something called "Wired connection 1") and the bridge will complete.
Now deactivate the active connection (usually something called "Wired connection 1") and the bridge will complete.
Adding a wireless interface is possible but it's done slightly different. Replace 'ssidname' and 'password' with the actual values for your wireless network. The single quotes around password are important so make sure to keep them.
<pre>
nmcli connection add type 802-11-wireless con-name ssidname ssid ssidname 802-11-wireless-security.key-mgmt wpa-psk 802-11-wireless-security.psk 'password' master br0
</pre>


=== MacOS ===
=== MacOS ===