에서 Wi-Fi를 구성했습니다 FreePBX
. 실행하면 wlan0과 주소가 FreePBX
표시됩니다 . ipv6
동일한 LAN 네트워크에 있는 다른 컴퓨터에서 해당 주소를 ping할 수 있습니다.
iwconfig
:
wlan0 IEEE 802.11 ESSID:"my name ssid"
Mode:Managed Frequency:2.412 GHz Access Point: xx:xx:xx:xx:xx
Bit Rate=86.7 Mb/s Tx-Power=22dBm
Retry short limit:7 RTS thr:off
Power Management:on
Link Quality=40/70 Signal level=-70dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc: 19 Missed beacon:0
나는 다음 명령을 호출합니다.
dhclient -r
dhclient wlan0
입력할 때 . 에 할당된 주소가 ifconfig
있지만 동일한 LAN 네트워크에 있는 다른 컴퓨터에서 해당 주소를 ping할 수 없습니다. 웹브라우저로도 접속이 안되네요.IPv4
wlan0
답변1
@AB 도움이 되었습니다.
ip -br link; ip -br address; ip route (and if there's really IPv6 somewhere: ip -6 route)
감사해요