<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://old.hacdc.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ElviaPadilla</id>
	<title>HacDC Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://old.hacdc.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ElviaPadilla"/>
	<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php/Special:Contributions/ElviaPadilla"/>
	<updated>2026-05-07T17:03:22Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://old.hacdc.org/index.php?title=BATMAN-Advanced_Setup&amp;diff=6316</id>
		<title>BATMAN-Advanced Setup</title>
		<link rel="alternate" type="text/html" href="https://old.hacdc.org/index.php?title=BATMAN-Advanced_Setup&amp;diff=6316"/>
		<updated>2012-01-23T16:10:42Z</updated>

		<summary type="html">&lt;p&gt;ElviaPadilla: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Compile and install BATMAN-Advanced ==&lt;br /&gt;
Download batman-adv and batctl.&lt;br /&gt;
Standard &amp;quot;make &amp;amp;&amp;amp; sudo make install&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
If no interface &amp;quot;wlan0&amp;quot; exists, check for a different wireless interface using &#039;ifconfig -a&#039;&lt;br /&gt;
&lt;br /&gt;
== Setup ad-Hoc network ==&lt;br /&gt;
# Disable NetworkManager&lt;br /&gt;
## Right-click on NetworkManager applet, un-check &amp;quot;Enable networking&amp;quot;.&lt;br /&gt;
## Fedora: &amp;lt;pre&amp;gt;# /etc/init.d/NetworkManager stop&amp;lt;/pre&amp;gt;&lt;br /&gt;
## Ubuntu: &amp;lt;pre&amp;gt;# stop network-manager&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Disable the firewall&lt;br /&gt;
## &amp;lt;pre&amp;gt;# iptables -F&amp;lt;/pre&amp;gt;&lt;br /&gt;
# &amp;lt;pre&amp;gt;# ifconfig wlan0 down&amp;lt;/pre&amp;gt;&lt;br /&gt;
# &amp;lt;pre&amp;gt;# iwconfig wlan0 mode ad-hoc essid hacdc-batman channel 8&amp;lt;/pre&amp;gt;&lt;br /&gt;
# &amp;lt;pre&amp;gt;# ifconfig wlan0 up&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Setup BATMAN-Advanced ==&lt;br /&gt;
In the unpacked &#039;batman-adv&#039; directory:&lt;br /&gt;
# &amp;lt;pre&amp;gt;# insmod batman-adv.ko&amp;lt;/pre&amp;gt;&lt;br /&gt;
In the batctl directory:&lt;br /&gt;
# &amp;lt;pre&amp;gt;# ./batctl if add wlan0&amp;lt;/pre&amp;gt;&lt;br /&gt;
# &amp;lt;pre&amp;gt;# ifconfig wlan0 mtu 1527&amp;lt;/pre&amp;gt;&lt;br /&gt;
# &amp;lt;pre&amp;gt;# cat /sys/class/net/wlan0/batman_adv/iface_status&amp;lt;/pre&amp;gt; Should read &amp;quot;active&amp;quot;. EssaysExperts.Com is the company which first and main priority was, is and will be customers� satisfaction with the [http://www.essaysexperts.com/essays-online.html essays online]. If you still have no idea where to buy your writing tasks, this company is the best option for you.&lt;br /&gt;
# &amp;lt;pre&amp;gt;# ifconfig wlan0 0.0.0.0&amp;lt;/pre&amp;gt;&lt;br /&gt;
# &amp;lt;pre&amp;gt;# ifconfig bat0 up&amp;lt;/pre&amp;gt;&lt;br /&gt;
# give bat0 an IP address&lt;br /&gt;
##ifconfig w.x.y.z netmask a.b.c.d up&lt;br /&gt;
##dhcp&lt;br /&gt;
##dhcp6&lt;br /&gt;
##dhclient&lt;br /&gt;
##Avahi/zeroconf&lt;br /&gt;
##IPv6&lt;br /&gt;
&lt;br /&gt;
== Testing BATMAN-Advanced ==&lt;br /&gt;
Display local table of known peers (by MAC address of node):&lt;br /&gt;
# batctl o&lt;br /&gt;
&lt;br /&gt;
Ping by batX MAC address of nodes:&lt;br /&gt;
# batctl p uu:vv:ww:xx:yy:zz&lt;br /&gt;
&lt;br /&gt;
Monitor traffic of batX interface:&lt;br /&gt;
# tcpdump -i bat0 -s 0 -v -X -n&lt;br /&gt;
&lt;br /&gt;
Test connectivity between nodes:&lt;br /&gt;
# ping6 -p DEADBEEF -I bat0 (IPv4 address of host)&lt;br /&gt;
# ping6 -p DEADBEEF -I bat0 (IPv6 address of host)&lt;/div&gt;</summary>
		<author><name>ElviaPadilla</name></author>
	</entry>
</feed>