setup_AP.sh 757 B

12345678910111213141516171819202122232425262728293031323334353637
  1. #ip l add link br0 type bridge
  2. #ip netns add ap2 66
  3. #iw phy wlan0 set netns ap2
  4. #iw phy wlan0 set netns 66
  5. #ip l set wlan0 netns 66
  6. sleep 1
  7. date
  8. killall hostapd
  9. killall wpa_supplicant
  10. killall dnsmasq
  11. sleep 1
  12. ip l set wlan0 up
  13. sleep 2
  14. rfkill unblock all
  15. ip l set wlan0 up
  16. sleep 2
  17. ip a add 192.168.4.11/24 dev wlan0
  18. #for internet routing
  19. #iptables -t nat -A POSTROUTING -m iprange --src-range 192.168.4.0-192.168.4.255 -o eth0 -j MASQUERADE
  20. #-B in background
  21. #/usr/sbin/hostapd -B -P /run/hostapd.pid /etc/hostapd/hostapd.conf
  22. /usr/sbin/hostapd -B -P /run/hostapd.pid hostapd.conf
  23. sleep 2
  24. # -q debugg -d no-deamon
  25. /usr/sbin/dnsmasq --dhcp-range=192.168.4.100,192.168.4.110 -q -a 192.168.4.11
  26. date
  27. echo "ende ----------------"
  28. #read -p hi
  29. #sleep 9999