hi guys,
i'm trying to set up ipsec tunnel on 2 freebsd hosts and i'm having a problem. i installed ipsec-tools-0.7.3 on freebsd-8.0. i defined gif0 and loopback addresses on localhosts of on each one and set up all required routes and racoon configs etc...
my problem is: when i start racoon on my hosts at the same time, my ipsec tunnel sets up and works perfectly. but if i run racoon on one host and after 1 or 2 minute i start racoon on the other one, nothing happens and no packet from isakmp ports of any of them is being sent.
i started racoons in foreground mode, but no failure is being reported. the initiator racoon would say:
and when i start other racoon after a minute, nothing else is being reported.
can anyone help me? any hints would be appreciated.
thank you.
i'm trying to set up ipsec tunnel on 2 freebsd hosts and i'm having a problem. i installed ipsec-tools-0.7.3 on freebsd-8.0. i defined gif0 and loopback addresses on localhosts of on each one and set up all required routes and racoon configs etc...
my problem is: when i start racoon on my hosts at the same time, my ipsec tunnel sets up and works perfectly. but if i run racoon on one host and after 1 or 2 minute i start racoon on the other one, nothing happens and no packet from isakmp ports of any of them is being sent.
i started racoons in foreground mode, but no failure is being reported. the initiator racoon would say:
Code:
....
2010-06-02 15:08:14: DEBUG: policy.c:187:cmpspidxstrict(): sub:0xbfbfe2dc: 10.10.20.0/24[0] 10.10.10.0/24[0] proto=any dir=out
2010-06-02 15:08:14: DEBUG: policy.c:188:cmpspidxstrict(): db :0x28547148: 10.10.10.0/24[0] 10.10.20.0/24[0] proto=any dir=in
2010-06-02 15:08:17: DEBUG: grabmyaddr.c:676:update_myaddrs(): msg 1 not interesting
2010-06-02 15:08:17: DEBUG: grabmyaddr.c:676:update_myaddrs(): msg 1 not interesting
can anyone help me? any hints would be appreciated.
thank you.