Hi,
I want to setup a FreeSWAN IPSEC VPN with a Win2K client with a fixed IP Address using a PreShared Key'
I've got IPSEC up and running but I'm having a problem configuring it.
I want to change /etc/ipsec.conf
I've figured out that this is generated from /etc/e-smith/templates/ipsec.conf/
but now I'm stuck
how do I modify these templates to add my connection, something like
conn %default
        keyingtries=1
        authby=secret
conn Sydney_Melbourne
        type=tunnel
        left=xxxx
        leftnexthop=xxxx
        leftsubnet=xxxx/xx
        right=xxxx
        rightnexthop=xxxx
        keyexchange=ike
        keylife=8h
        lifetime=8h
        pfs=no
        authby=secret
        auto=add
tia,
ciaran