Displaying 3 results from an estimated 3 matches for "adminsock".
2007 Oct 12
1
OT: a very big problem with ipsec-tools on CentOS5 (SOLVED)
...nclude "/etc/racoon";
>>> path certificate "/etc/racoon/certs";
>>> path pre_shared_key "/etc/racoon/psk.txt";
>>> path pidfile "/var/run/racoon.pid";
>>> #log debug;
>>>
>>> listen {
>>> adminsock "/var/racoon/racoon.sock" "root" "nobody" 0660;
>>> isakmp 172.28.45.4 [500];
>>> isakmp_natt 172.28.45.4 [4500];
>>> }
>>>
>>> remote anonymous {
>>> exchange_mode aggressive;
>>>...
2005 Sep 07
0
Racoonctl tool under Centos4
...OK. But racoonctl tool returns (command used: racoonctl
show-sa esp) every time this error:
08000000 18c09109
racoonctl: connect: No such file or directory.
This error is produced when /var/racoon/racoon.sock file doesn't
exists. I will try to put "adminsok enabled" and "adminsock
/var/racoon/racoon.sock" params on racoon.conf whitout success. Is it
possible to fix this?.
Thank you very much.
--
CL Martinez
carlopmart at gmail dot com
2007 Oct 12
0
OT: a very big problem with ipsec-tools on CentOS5
...version 0.7 (downloaded from
ipsec-tools website).
My server configuration is:
path include "/etc/racoon";
path certificate "/etc/racoon/certs";
path pre_shared_key "/etc/racoon/psk.txt";
path pidfile "/var/run/racoon.pid";
#log debug;
listen {
adminsock "/var/racoon/racoon.sock" "root" "nobody" 0660;
isakmp 172.28.45.4 [500];
isakmp_natt 172.28.45.4 [4500];
}
remote anonymous {
exchange_mode aggressive;
certificate_type x509 "gwenc.crt" "gwenc.key";
my_...