On Tue, 2008-03-11 at 08:17 +0100, elektra wrote:
I wrote: Use individual IPs for each interface! If you want to use batman on all interfaces, assign IPs out of the mesh IP subnet range for each interface.
I don't see that here:
ifconfig eth0.0 *103.0.0.3* netmask 255.0.0.0 broadcast 103.255.255.255 ifconfig eth0.1 *103.0.0.3* netmask 255.0.0.0 broadcast 103.255.255.255 ifconfig eth0 *103.0.0.3* netmask 255.0.0.0 broadcast 103.255.255.255 ifconfig wl0 *103.0.0.3* netmask 255.0.0.0 broadcast 103.255.255.255
OHHHH! Each interface! I was still thinking each router. My apologies.
so instead I'll try ifconfig eth0 103.0.0.30 netmask 255.0.0.0 broadcast 103.255.255.255 # I might leave out eth0. I looked at netstat -rn and I believe setting the ifconfig for eth0 might have hosed my Internet connection.
ifconfig eth0.0 103.0.0.300 netmask 255.0.0.0 broadcast 103.255.255.255 ifconfig eth0.1 103.0.0.31 netmask 255.0.0.0 broadcast 103.255.255.255 ifconfig wl0 103.0.0.3* netmask 255.0.0.0 broadcast 103.255.255.255
And: Ports 4305-4307 are for the new versions of batman - which one are you using?
batman 0.2 compatibility version 3
which visualization server program do you recommend?
Thank you.