Page 1 of 1

TUN and TAP : Same time ?

Posted: Thu May 19, 2011 8:28 am
by galemberti
Hi,

I have a question, can i use on the same serveur Openvpn routing and bridging ?
I want a client profile routing and another client profile bridging at the same time.

That is possible on the same physical server ?

Tks for your help

Re: TUN and TAP : Same time ?

Posted: Thu May 19, 2011 8:35 am
by janjust
on the same physical server : yes
using the same openvpn instance : no

you'd simply run two instances of openvpn , on different ports (e.g. udp port 1194 and udp port 1195). One instance tap, one instance tun.

Getting routing to work in this setup (esp between the 2 instances) is a bit trickier.

Re: TUN and TAP : Same time ?

Posted: Thu May 19, 2011 8:55 am
by galemberti
Thank you for your (quick) response