除了官方文档里写的删除掉两个文件外,
mv /etc/systemd/system/multi-user.target.wants/hostapd.service ~/temp/hostapd.service.bak
mv /etc/systemd/network/wlan0.network ~/temp/wlan0.network.bak
其他方案
1、/root/.forlinx.sh文件中的iw dev wlp1s0 set 4addr on这行代码注释掉
2、修改wlan0.network为
root@localhost:~# cat /etc/systemd/network/wlan0.network
[Match]
Name=wlP1p1s0
KernelCommandLine=!root=/dev/nfs
[Network]
DHCP=yes