Wlan0 and pnet0 in bridge
Posted: Wed Feb 21, 2018 3:39 pm
Hello!
My question is, how do I join a wifi interface and pnet0 bridge. There is a working configuration with eth0 and pnet0, but there was a server with Wi Fi and a wire pull problem. Decided to connect via Wi-Fi.
Just a wi-Fi connection works. Can there is have someone config?
Now such settings:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto wlan0
iface wlan0 inet static
address 192.168.221.176
netmask 255.255.255.0
gateway 192.168.221.1
dns-nameservers 77.88.8.8 77.88.8.1
wpa-driver wext
wpa-ssid DLT-WiFi
wpa-ap-scan 1
wpa-proto RSN
wpa-pairwise CCMP
wpa-group CCMP
wpa-key-mgmt WPA-PSK
wpa-psk 12b10d6b1fda6c67082e146411974ff79e2623275dedf3b4633d19df9201ce13
auto pnet0
iface pnet0 inet manual
bridge_ports wlan0
bridge_stp off
# Cloud devices
iface eth1 inet manual
auto pnet1
iface pnet1 inet static
bridge_ports eth1
bridge_stp off
...
My question is, how do I join a wifi interface and pnet0 bridge. There is a working configuration with eth0 and pnet0, but there was a server with Wi Fi and a wire pull problem. Decided to connect via Wi-Fi.
Just a wi-Fi connection works. Can there is have someone config?
Now such settings:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto wlan0
iface wlan0 inet static
address 192.168.221.176
netmask 255.255.255.0
gateway 192.168.221.1
dns-nameservers 77.88.8.8 77.88.8.1
wpa-driver wext
wpa-ssid DLT-WiFi
wpa-ap-scan 1
wpa-proto RSN
wpa-pairwise CCMP
wpa-group CCMP
wpa-key-mgmt WPA-PSK
wpa-psk 12b10d6b1fda6c67082e146411974ff79e2623275dedf3b4633d19df9201ce13
auto pnet0
iface pnet0 inet manual
bridge_ports wlan0
bridge_stp off
# Cloud devices
iface eth1 inet manual
auto pnet1
iface pnet1 inet static
bridge_ports eth1
bridge_stp off
...