Babel Setup: Difference between revisions
From HacDC Wiki
(Created page with "== Compile and install Babel == Download babeld and ahcpd. Standard "make && sudo make install". == Setup ad-Hoc network == # Disable NetworkManager ## Fedora: <pre># /etc/init....") |
No edit summary |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
Download babeld and ahcpd. | Download babeld and ahcpd. | ||
Standard "make && sudo make install". | Standard "make && sudo make install". | ||
On OS X: | |||
rt lib is not available in OS X, the ahcpd README is missing this info | |||
<pre> | |||
make LDLIBS='' | |||
make install | |||
</pre> | |||
== Setup ad-Hoc network == | == Setup ad-Hoc network == | ||
# Disable NetworkManager | # Disable NetworkManager | ||
## Right click on NetworkManager applet, un-check "Enable networking". | |||
## Fedora: <pre># /etc/init.d/NetworkManager stop</pre> | ## Fedora: <pre># /etc/init.d/NetworkManager stop</pre> | ||
## Ubuntu: <pre># stop network-manager</pre> | ## Ubuntu: <pre># stop network-manager</pre> | ||
# Disable the firewall | |||
## <pre># iptables -F</pre> | |||
# <pre># ifconfig wlan0 down</pre> | # <pre># ifconfig wlan0 down</pre> | ||
# <pre># iwconfig wlan0 mode ad-hoc essid hacdc-babel channel 9</pre> | # <pre># iwconfig wlan0 mode ad-hoc essid hacdc-babel channel 9</pre> | ||
Line 14: | Line 24: | ||
# <pre># babeld -D wlan0</pre> | # <pre># babeld -D wlan0</pre> | ||
# <pre># ahcpd -D wlan0</pre> | # <pre># ahcpd -D wlan0</pre> | ||
{{Template:Byzantium}} |
Latest revision as of 09:27, 3 April 2012
Compile and install Babel
Download babeld and ahcpd. Standard "make && sudo make install".
On OS X: rt lib is not available in OS X, the ahcpd README is missing this info
make LDLIBS='' make install
Setup ad-Hoc network
- Disable NetworkManager
- Right click on NetworkManager applet, un-check "Enable networking".
- Fedora:
# /etc/init.d/NetworkManager stop
- Ubuntu:
# stop network-manager
- Disable the firewall
# iptables -F
# ifconfig wlan0 down
# iwconfig wlan0 mode ad-hoc essid hacdc-babel channel 9
# ifconfig wlan0 up
Setup Babel
# babeld -D wlan0
# ahcpd -D wlan0