Christof Warlich wrote:
> Hi bish,
>
> Am 21.02.2012 04:07, schrieb bishop:
>> 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.
> I'm really confused now - to me, "ether" sounds like the barebone
> ethernet below IP, while a netmask is an IP property ...

Tunnels are not broadcast devices;  they are point to point.  If you 
want a tap device, then you should use one;  otherwise, consider 
something like
        ifconfig "%% 10.1.2.1 pointopoint 192.168.0.21 mtu 1450";

Don't use either endpoint's ethX interface address for this or your 
route table will hate you!

>> 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
> You are right, I most likely still have a configuration error, although
> things do work after reboot.

I can't see how things are working after a reboot -- except through 
short coincidence!  No worries, though -- when it's fixed it'll work for 
longer.

When you have your log files, cut out the relevant portions, and feel 
free to drop them in my private mailbox.

  - bish


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Vtun-Users mailing list
Vtun-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vtun-users

Reply via email to