openwifi/user_space/fosdem.sh

16 lines
275 B
Bash
Raw Normal View History

2020-03-04 18:39:12 +00:00
#!/bin/bash
killall hostapd
killall webfsd
cd ~/openwifi
service network-manager stop
./wgd.sh
ifconfig sdr0 192.168.13.1
route add default gw 192.168.10.1
service isc-dhcp-server restart
hostapd hostapd-openwifi.conf &
sleep 5
cd webserver
webfsd -F -p 80 -f index.html &