Christof,

What happens when you initiate the connection to the server?  Your 
client config says
        type tun;
and
        ifconfig ".... netmask .."

.. which doesn't work:  netmask is for ether(tap).  And, also, 'type' is 
ignored in the client.

So, since we have a config, let's look at the logging and behaviour.  I 
think we may have corrected one error only to find another.  If so, it's 
one less to fix ;-)

  - bish

Christof Warlich wrote:
> Hi Michael,
>
> thanks for pointing me to this configuration option; it makes sense.
> But unfortunately, when I either set "multi killold" or "multi no", the
> client does not connect at all! It does however connect with either
> "multi yes" (default?) or without setting multi.
>
> Vtun says it is VTun ver 3.X 01/29/2012 on  the client side and
> VTun ver 3.X 06/20/2011 on the server side.
>
> Cheers,
>
> Christof
>
> Am 20.02.2012 10:05, schrieb Michael Rack:
>> Hi!
>>
>> On Server-Side add this option to the default section:
>>
>> multi         killold;
>>
>> VTUN can only handle one connection to each host-profile.
>>
>> When the connection does not disconnect properly (connection loose), the
>> vtun server does not close the connection and thinks, the client is
>> still connected. With "multi" you can tell VTUN to destroy the current
>> session and create a new one when a client is requesting for some one.
>>
>>
>> Liebe Grüße aus Freilassing,
>>
>> Michael Rack
>> RSM Freilassing
>
>
> ------------------------------------------------------------------------------
> Try before you buy = See our experts in action!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-dev2
> _______________________________________________
> Vtun-Users mailing list
> Vtun-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/vtun-users


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Vtun-Users mailing list
Vtun-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vtun-users

Reply via email to