Wifi 上的 FreePBX 无法连接到服务器

Wifi 上的 FreePBX 无法连接到服务器

我在 上配置了 wifi FreePBX。当我运行时,FreePBX我看到 wlan0 和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我已将IPv4地址分配给wlan0.但我无法从同一 LAN 网络中的其他计算机 ping 该地址。我也无法使用网络浏览器连接。

答案1

@AB它帮助我:

ip -br link; ip -br address; ip route (and if there's really IPv6 somewhere: ip -6 route)

谢谢

相关内容