Re: Problems initialising connection
"Philipp Snizek" <[email protected]>
| Newsgroups | gmane.network.freeswan.user |
|---|---|
| Message-ID | <[email protected]> |
Hi certainly one thing is > conn gl-to-denv > type=tunnel > left=212.40.240.70 > leftsubnet=192.168.2.0/24 > leftnexthop=%defaultroute this: ^^^^^^^^^^^^^^ > #[email protected] > right=64.207.87.85 > rightsubnet=192.168.1.0/24 > rightnexthop=%defaultroute and this: ^^^^^^^^^^^^^^^ > #[email protected] > keyexchange=ike > auto=start > authby=secret leave them blank or don't just comment out these lines. Because according to your setup above you have this: 192.168.2.0/24===212.40.240.70---212.40.240.69...212.40.240.69---64.20 7.87.8 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 5===192.168.1.0/24; And thus routing won't work. however, you can set [right|left]nexthop=212.40.240.69 on the side this setting is true. But don't set it for the end of the tunnel where this setting does not match. HTH Philipp