Create Access Point on Archlinux
Create Access Point on Archlinux
1 Solution
- Download createap
git clone https://github.com/oblique/create_ap or yaourt -S create_ap
- Install
cd create_ap make install
- Create AP
choose one
create_ap wlan0 eth0 MyAccessPoint #no passpharse create_ap wlan0 eth0 MyAccessPoint MyPassPhrase #WPA+WPA2 passphrase create_ap -n wlan0 MyAccessPoint MyPassPhrase #AP without Internet sharing create_ap -m bridge wlan0 eth0 MyAccessPoint MyPassPhrase #Bridged Internet sharing