ASA5510 映射443端口时提示 unable to reserve port 443 for static PAT
ERROR: unable to reserve port 443 for static PAT
ERROR: unable to download policy
ASA 5510 在做443端口映射时提示unable to reserve port 443 for static PAT,原因是asdm或webvpn占用443端口,将asdm和webvpn端口更改为其它端口即可
更改asdm端口:
ASA(config)#no http server enable ASA(config)#http server enable 8080
更改webvpn端口
ASA(config)#webvpn ASA(config-webvpn)#enable outside ASA(config-webvpn)#port 65010
以下为cisco 官方资料:
http://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/64758-pix70-nat-pat.html