Hi,

On Fri, Mar 05, 2010 at 09:42:23AM +0100, Heiko Hund wrote:
> On Sunday 28 February 2010 15:50:01 Gert Doering wrote:
> > Now, for all operatings systems *except* Win32 and OpenBSD, the sequence
> > of execution is
> > 
> >  open_tun()
> >  do_ifconfig()
> 
> That seems to make sense for OpenBSD. I just had a colleague (kudos Moritz) 
> try to connect with ifconfig_order() changed to
> 
>  static inline int
>  ifconfig_order(void)
>  {
>  #if defined(WIN32)
>    return IFCONFIG_BEFORE_TUN_OPEN;
>  #else
>    return IFCONFIG_AFTER_TUN_OPEN;
>  #endif
>  }
> 
> and it broke the tunnel.

OK, this is interesting, and thanks a lot for testing.  

What happened exactly?  Could you ask your colleague for a log file?

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

Reply via email to