-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Leif edited this page Oct 13, 2017
·
15 revisions
Welcome to the bridgeap wiki!
- The repository should be cloned somewhere, typically /usr/local/src/ - the default config file is based on this directory.
- create the directory /etc/bridgeap
- copy all of the configuration files from the git repo into it.
- create a symlink from the bridgeap script into /usr/local/sbin/
- customize the /etc/bridgeap/bridgeap.conf file for your system
BridgeAP defaults to wpa2, WPA-PSK+TKIP_CCMP for wifi security. The wpa_passphrase must be a minimum of 8 characters
-
On-Demand: simply run the bridgeap script (with root privileges) to start the bridge
$ sudo bridgeap start
-
At boot: create a symlink in /etc/init.d/ to the bridgeap script, and then run the update-rc script:
$ sudo ln -s /usr/local/src/bridgeap/bridgeap /etc/init.d/
$ sudo update-rc.d bridgeap defaults
- Download the newest driver version from the realtek website
- extract the archive
- cd into RTL8188C_8192C_USB_linux_v3.4.4_4749.20121105/wpa_supplicant_hostapd/wpa_supplicant_hostapd-0.8/hostapd
- Compile hostapd for your system, and install it.
- ??? profit ???
here's the basic steps, as from a console:
$ sudo su -
# cd /usr/local/src
# git clone https://github.com/akhepcat/bridgeap.git
# mkdir /etc/bridgeap
# cp bridgeap/*conf* /etc/bridgeap
# ln -s /usr/local/src/bridgeap/bridgeap /usr/local/sbin/
# ln -s /usr/local/src/bridgeap /etc/init.d/
# update-rc.d bridgeap defaults
then edit /etc/bridgeap/bridgeap.conf for your SSID and passphrase, and start it up:
$ sudo /usr/local/sbin/bridgeap start