Actions

Babel Setup: Difference between revisions

From HacDC Wiki

No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 12: Line 12:
== 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>
Line 23: 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

  1. Disable NetworkManager
    1. Right click on NetworkManager applet, un-check "Enable networking".
    2. Fedora:
      # /etc/init.d/NetworkManager stop
    3. Ubuntu:
      # stop network-manager
  2. Disable the firewall
    1. # iptables -F
  3. # ifconfig wlan0 down
  4. # iwconfig wlan0 mode ad-hoc essid hacdc-babel channel 9
  5. # ifconfig wlan0 up

Setup Babel

  1. # babeld -D wlan0
  2. # ahcpd -D wlan0
Project Byzantium
Main Meeting Notes Byzantium Live Distro Misc. Development Stuff