joao.carlos
(usa Kalango)
Enviado em 26/09/2011 - 12:58h
Senhores boa tarde,
estou tentando fechar uma VPN utilizando o Racoon no Cent OS mas estou tendo dificuldades de passar para a 2 fase.
Segue o procedimento e logs:
[root@linuxvpn racoon]# ps -ax | grep racoon
Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.7/FAQ
15578 ? Ss 0:00 /usr/sbin/racoon
15705 pts/0 S+ 0:00 grep racoon
[root@linuxvpn racoon]# kill -9 15578
[root@linuxvpn racoon]# ifup ipsec0
RTNETLINK answers: File exists
[root@linuxvpn racoon]# racoon -F -d
Foreground mode.
2011-09-26 10:55:36: INFO: @(#)ipsec-tools 0.6.5 (http://ipsec-tools.sourceforge.net)
2011-09-26 10:55:36: INFO: @(#)This product linked OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008 (http://www.openssl.org/)
2011-09-26 10:55:36: DEBUG: call pfkey_send_register for AH
2011-09-26 10:55:36: DEBUG: call pfkey_send_register for ESP
2011-09-26 10:55:36: DEBUG: call pfkey_send_register for IPCOMP
2011-09-26 10:55:36: DEBUG: reading config file /etc/racoon/racoon.conf
2011-09-26 10:55:36: DEBUG: compression algorithm can not be checked because sadb message doesn't support it.
2011-09-26 10:55:36: DEBUG: filename: /etc/racoon/xxxxxxxx.conf
2011-09-26 10:55:36: DEBUG: reading config file /etc/racoon/xxxxxxx.conf
2011-09-26 10:55:36: DEBUG: hmac(modp1024)
2011-09-26 10:55:36: DEBUG: open /var/racoon/racoon.sock as racoon management.
2011-09-26 10:55:36: DEBUG: my interface: fe80::215:5dff:fea5:a82e%seth1 (seth1)
2011-09-26 10:55:36: DEBUG: my interface: fe80::215:5dff:fea5:a82d%seth0 (seth0)
2011-09-26 10:55:36: DEBUG: my interface: ::1 (lo)
2011-09-26 10:55:36: DEBUG: my interface: 192.168.135.1 (seth1)
2011-09-26 10:55:36: DEBUG: my interface: xxxxxxxxxx (seth0)
2011-09-26 10:55:36: DEBUG: my interface: 127.0.0.1 (lo)
2011-09-26 10:55:36: DEBUG: configuring default isakmp port.
2011-09-26 10:55:36: DEBUG: 6 addrs are configured successfully
2011-09-26 10:55:36: ERROR: failed to bind to address 127.0.0.1[500] (Address already in use).
2011-09-26 10:55:36: ERROR: failed to bind to address xxxxxxxxxxx[500] (Address already in use).
2011-09-26 10:55:36: ERROR: failed to bind to address 192.168.135.1[500] (Address already in use).
2011-09-26 10:55:36: ERROR: failed to bind to address ::1[500] (Address already in use).
2011-09-26 10:55:36: ERROR: failed to bind to address fe80::215:5dff:fea5:a82d%seth0[500] (Address already in use).
2011-09-26 10:55:36: ERROR: failed to bind to address fe80::215:5dff:fea5:a82e%seth1[500] (Address already in use).
2011-09-26 10:55:36: ERROR: no address could be bound.
Gostaria de verificar se alguem tem ideia do problema.
Obrigado