[Openswan Users] FC3 connection to Netscreen over linksys looks established but pi ngs do not go through

Tomislav Stambolija t.stambolija at ktgtrading.com
Thu Dec 2 08:29:43 CET 2004


Hi,
I would appreciate some help in tracking down this connection
My home PC OS is FC3 updated to most recent IPSEC.

Connection that I am trying to establish looks like:
 <Home PC-192.168.1.2 ><192.168.1.1 Linksys 69.197.152.202>   ........
<62.25.200.13 Netscreen .....><172.100.100.0/24 Corporate-LAN>.

In addition to ipsec.conf there is detailed secure log attached. 

Regards,
Tomislav



ipsec.conf:
version 2.0     # conforms to second version of ipsec.conf specification
# basic configuration
config setup
        klipsdebug=all
        plutodebug=all
        nat_traversal=yes
        interfaces=%defaultroute
# Add connections here.
conn %default
        type=tunnel
        authby=secret
        left=192.168.1.2
        #left=69.197.152.202
        #leftnexthop=69.197.152.1
        leftid=test at validation.com
        keyexchange=ike
        keylife=8h
        keyingtries=0

 # Add connections here.
conn Corporate-LAN
        right=62.25.200.13 
        rightnexthop=69.197.152.202
        rightsubnet=172.100.100.0/24
        auto=start

include /etc/ipsec.d/examples/no_oe.conf


More information about the Users mailing list