|
Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
Tags |
bridge, wpa2 - psk |
![]() |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
||||
|
||||
Is possible to bridge wlan0 and eth0 using network manager?How to for wpa?
I have created a bridge with nmcli between eth0 and wlan0 I use this procedure Code:
sudo nmcli con add ifname br0 type bridge con-name br0 sudo nmcli con add type bridge-slave ifname eth0 master br0 sudo nmcli con add type bridge-slave ifname wlan0 master br0 sudo nmcli con modify br0 bridge.stp no sudo nmcli con down eth0 sudo nmcli con down wlan0 sudo nmcli up br0 The bridge works,i can ping is ipv4 address..but..how to do for wpa2? I prefer to use nmcli. |
Sponsored Links | ||
|
![]() |
Thread Tools | Search this Thread |
Display Modes | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
smc2582w-b bridge and solaris 10 wireless network | chelle007 | UNIX for Dummies Questions & Answers | 3 | 02-02-2009 04:40 AM |
[tip] network route-eth0 | itik | Red Hat | 0 | 11-10-2008 08:35 PM |
Need help: Script to edit the hosts, network and eth0 file | Shaikjaveed | Shell Programming and Scripting | 1 | 07-22-2008 04:34 AM |
|