[vpn-help] -12 against ipsec-tools 0.6.6

Matthew Grooms mgrooms at shrew.net
Thu Aug 10 11:15:06 CDT 2006


Peter,

The client looks like its functioning normally. I think the problem is 
the address pool that you have configured in your racoon.conf file.

> Ethernet adapter {8CF6038B-68CC-4B13-84CF-235C36FE9E46}:
> 
>         Connection-specific DNS Suffix  . :
>         Description . . . . . . . . . . . : Shrew Soft Virtual Adapter - 
> Packet
> Scheduler Miniport
>         Physical Address. . . . . . . . . : AA-AA-AA-AA-AA-00
>         Dhcp Enabled. . . . . . . . . . . : Yes
>         Autoconfiguration Enabled . . . . : Yes
 >         IP Address. . . . . . . . . . . . : 10.1.202.0
 >         Subnet Mask . . . . . . . . . . . : 255.255.255.0

Note that its being assigned a 10.1.202.0 address with a 255.255.255.0 
bit mask which is a broadcast address for the network. Its hard to tell 
from the racoon documentation but network4 actually means the start 
address of the pool and not the pool subnet address. Try specifying ...

network4 10.1.202.1;
netmask4 255.255.255.0;

... instead of ...

network4 10.1.202.0;
netmask4 255.255.255.0;

... in your mode_cfg section and let me know how it goes.

Thanks,

-Matthew



More information about the vpn-help mailing list