[vpnc-devel] patch against 0.3.3 for mac os x 10.4 (tiger)
Maurice Massar
massar at unix-ag.uni-kl.de
Sun Jun 26 22:58:11 CEST 2005
hi,
On Sun, Jun 26, 2005 at 02:53:08PM +0200, Tobias Bender wrote:
> How does the script put a value in $INTERNAL_IP4_ADDRESS? I've print-
> debugged the script and recognized wrong values in
> $INTERNAL_IP4_ADDRESS.
$INTERNAL_IP4_ADDRESS is set in vpnc.c do_phase_2_config()
and I can't see what is wrong with the value in your debug output.
> INTERNAL_IP4_ADDRESS: 129.206.94.146
> VPNGATEWAY: 129.206.100.81
> socket(SOCK_RAW): Protocol not supported
this error is from a call to socket(PF_INET, SOCK_RAW, IPPROTO_ESP);
in tunip.c probably because of the kernel ipsec in macos-x..
cu
maurice
More information about the vpnc-devel
mailing list