Hi,

On Sat, Oct 15, 2016 at 08:47:38PM +0800, Hongyi Zhao wrote:
> >> Can I preserve the tun device from being deleted on the client side after
> >> the connection was closed or the server side is unavailable?
> >
> > Depends on the operating system used, but generally yes.
> 
> I use Debian and always find that the tun device will be deleted
> automatically after the server side is down/unavailable/closed.
> 
> So, how can I preserve that tun device for my case?

precreate: 

$ openvpn --mktun tun4

and then use that

$ openvpn --dev tun4 ...

(on BSDs, one would do "ifconfig tun4 create", but Linux' ifconfig cannot
do that)

gert
-- 
USENET is *not* the non-clickable part of WWW!
                                                           //www.muc.de/~gert/
Gert Doering - Munich, Germany                             g...@greenie.muc.de
fax: +49-89-35655025                        g...@net.informatik.tu-muenchen.de

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to