all,
i am running redhat 7.1 with IPSEC compiled into my kernel and am
using freeswan to try to connect to my company firewall which is running
checkpoint-1 with secure romote and radius, here is my scenario:
my computer= 192.168.0.1 with dialup to isp
firewall machine at work is fw.mycompany.com with ip 222.2.22.22
the radius servers ip is 33.3.3.33 as is routed to by the firewall
when i run ipsec auto --up myconnection i just get timeouts, looks like
no response from firewall... what am i doing wrong? any ideas?
here is my ipsec.config file:
#
#basic config
config setup
interfaces="ipsec0=eth0"
klipsdebug=none
plutodebug=none
manualstart=
plutoload=
plutostart=
conn paradigm
type=tunnel
left=192.168.0.1
leftsubnet=192.168.0.0/24
leftfirewall=no
right=222.2.22.22
rightsubnet=10.7.3.0/24
rightfirewall=yes
keyexchange=ike
auth=esp
pfs=no