我无法使用vpnc或shrew soft来运行IPSec的pfsense盒子。 我已经确保正确的端口是打开的,我正在尝试login的用户具有正确的权限(用户 – VPN – IPSec的xauth拨号),我的configuration是正确的。 然而由于某种原因,我不能把隧道弄出来。
服务器的nmap
# nmap -sSU <gateway ip> -p500,4500 Starting Nmap 6.40 ( http://nmap.org ) at 2014-10-01 10:57 EDT Nmap scan report for <gateway ip> Host is up (0.017s latency). PORT STATE SERVICE 500/tcp filtered isakmp 4500/tcp filtered sae-urn 500/udp open|filtered isakmp 4500/udp open|filtered nat-t-ike
正在使用vpncconfiguration文件:
IPSec gateway <gateway ip> IPSec ID <username@domain> IPSec secret [secret] IKE Authmode psk Xauth username <username@domain> # same as above Xauth password [secret] #same as above #Vendor netscreen
这里是一个到vpnc的debugging输出的链接
http://pastebin.com/mTuKLYek
基本上vpnc的输出结束
PARSING PAYLOAD type: 00 (ISAKMP_PAYLOAD_NONE) PARSE_OK
vpnc: no response from target
这里是racoon.conf相关部分的链接
http://pastebin.com/CJLyk63X
任何帮助,将不胜感激。