이더넷 포트 브리지를 사용하고 있는데 변경해야 합니다. 나는 성공하지 못한 채 이 구성을 사용하려고 합니다.
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
#iface lo inet dhcp
# wifi wlp2s0
auto wlp2s0
allow-hotplug wlp2s0
iface wlp2s0 inet manual
# wpa-ssid boxssid
# wpa-psk key
auto br0
iface br0 inet static
bridge_ports wlp2s0
bridge_fd 0
bridge_maxwait 0
bridge_stp off
address 192.168.1.161
network 192.168.1.0
netmask 255.255.255.0
gateway 192.168.1.1
wpa-ssid boxssid
wpa-psk key
보시다시피 다양한 장소에서 Wi-Fi에 연결하기 위한 코드로 몇 가지 테스트를 수행했습니다. 감사해요