public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] Problems connecting VPN and WLAN with Batman-adv
@ 2010-04-01 22:54 Clemens John
  2010-04-02  6:52 ` Linus Lüssing
  2010-04-02 16:00 ` Marek Lindner
  0 siblings, 2 replies; 10+ messages in thread
From: Clemens John @ 2010-04-01 22:54 UTC (permalink / raw)
  To: b.a.t.m.a.n

[-- Attachment #1: Type: text/plain, Size: 2105 bytes --]

Hi,

I use batman advanced ("# batctl o" says "B.A.T.M.A.N. adv 0.2.1-beta r1578") 
on OpenWrt trunk and I have the following problem:

I have a wlan meshnetwork in ahdemo mode which uses batman. The meshnetwork is 
used by clients without batman and therefore I have another network on the 
same wifi device in ad mode which is bridged with bat0.
The bridge is in the network 10.18.1.0/24.

I think its like described in http://www.open-mesh.org/wiki/batman-adv-quick-
start-guide

The problem is, that I have a vpn network on tap0 (10.18.0.0/24) and I dont 
know how I can link this two networks/interfaces to each other with batman.
I tried to assign tap0 to batman, but this doesnt work.

I want to be able to ping hosts that uses batman in the vpn and in the wlan 
network. How can I do this?

My configs look like this:

---------------
/etc/conf/network
---------------
config 'interface' 'loopback'
        option 'ifname' 'lo'
        option 'proto' 'static'
        option 'ipaddr' '127.0.0.1'
        option 'netmask' '255.0.0.0'

config 'interface' 'lan'
        option 'proto' 'dhcp'
        option 'ifname' 'eth0'

config 'interface' 'mesh'
        option 'type' 'bridge'
        option 'ifname' 'ath0 bat0'
        option 'proto' 'static'
        option 'ipaddr' '10.18.1.101'
        option 'netmask' '255.255.255.0'

config 'interface' 'vpn'
        option 'proto' 'none'
        option 'ifname' 'tap0'

---------------
/etc/conf/wireless
---------------
config wifi-device  wifi0
        option type     atheros
        option channel  6

config wifi-iface
        option device   wifi0
        option mode     ahdemo
        option bssid    02:CA:FF:EE:BA:BE

config wifi-iface
        option device   wifi0
        option mode     ap
        option ssid     oldenburg.freifunk.net

---------------
/etc/conf/batman-adv-kernelland
---------------
config batman-adv-kernelland general
        option interface                'ath1 tap0'
        option originator_interval
        option log_level

thanks
Floh1111

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-04-04 15:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-01 22:54 [B.A.T.M.A.N.] Problems connecting VPN and WLAN with Batman-adv Clemens John
2010-04-02  6:52 ` Linus Lüssing
2010-04-02 10:17   ` Clemens John
2010-04-02 11:50     ` Linus Lüssing
2010-04-02 12:27       ` Clemens John
2010-04-02 16:00 ` Marek Lindner
2010-04-02 16:25   ` Bjoern Franke
2010-04-03  4:54     ` Marek Lindner
2010-04-04 15:41       ` Clemens John
2010-04-04 15:54         ` Marek Lindner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox