Displaying 3 results from an estimated 3 matches for "raccon".
Did you mean:
saccon
2005 Dec 07
1
racoon with freebsd-4.11 crashes
Hi
Running racoon on a Freebsd-4.11 machine gives a
kernel panic.
I am using the racoon from ports directory which comes
with the freebsd installation.
Steps followed are as shown below:
racoon -f /usr/local/etc/racoon/raccon.conf
setkey -f ipsec.conf
ping -c 1 <ip_of_the_other_gw>
The ping will lead into a crash.
The crash dump looks like for th ping packet it is
going to apply a SA.
It is going in "key_checkrequest" in key.c file and
crashing there.
As I know "key_checkrequest&...
2004 Nov 15
1
IPSec tunnel
...tc/ipsec.conf
#
#!/sbin/setkey -f
flush;
spdflush;
spdadd 192.168.10.0/24 192.168.20.0/24 any -P out ipsec
esp/tunnel/192.168.0.67-192.168.0.254/require;
spdadd 192.168.20.0/24 192.168.10.0/24 any -P in ipsec
esp/tunnel/192.168.0.254-192.168.0.67/require;
--------
#/etc/raccon/raccon.conf
#
path include "/etc/racoon";
path pre_shared_key "/etc/racoon/psk.txt";
remote 192.168.0.254
{
exchange_mode main;
lifetime time 8 hour; # sec,min,hour
proposal {
encryption_algorithm 3des;
hash_algori...
2004 Sep 24
2
strange behavior of ipsec tunnel mode
...2.168.2.11: icmp 64: echo reply seq 3
so as you can see 192.168.2.10 responds with three packets on each ping. why is it so ?
what should i od to get proper ipsec configuration here ? i can add that same results are with other protocols as well.
bellow is my configuration:
on host 192.168.2.10:
raccon.conf
path include "/usr/local/etc/racoon";
path pre_shared_key "/usr/local/etc/racoon/psk.txt";
path certificate "/usr/local/etc/racoon/certs";
listen {
isakmp 192.168.2.10;
strict_address;
}
remote 192.168.2.11 {
exchange_mode main;...