我正在尝试从外部 TEST_IP 到内部服务器 192.168.1.5 LLDHH-ADC 设置简单的 RDP 规则。我配置了 nat 和访问列表,但我无法 RDP 到服务器。我是 ASA 世界的新手,任何帮助将不胜感激。
这是我的配置的一部分:
object network LLDHH-ADC
host 192.168.1.5
object network LLDHH-ADC
nat (inside,outside) static interface service tcp 3389 3389
nat (any,outside) after-auto source dynamic any interface
access-list outside_access extended permit object RDP object-group TEST_IPs object LLDHH-ADC
在尝试 RDP 时在服务器上我得到:
C:\Users\Administrator>netstat -an | find ":3389"
TCP 0.0.0.0:3389 0.0.0.0:0 LISTENING
TCP 192.168.1.5:3389 38.122.xx.xx:2763 ESTABLISHED
TCP [::]:3389 [::]:0 LISTENING
在 ASA 上,我得到以下输出:
6 May 07 2014 19:56:52 302013 38.122.xx.xx 2763 192.168.1.5 3389
Built inbound TCP connection 8341440 for outside:38.122.xx.xx/2763
(38.122.xx.xx/2763) to inside:192.168.1.5/3389 (50.204.xx.xx/3389)
在 RDP 失败后:
6 May 07 2014 19:57:52 302014 38.122.xx.xx 2763 192.168.1.5 3389
Teardown TCP connection 8341440 for outside:38.122.xx.xx/2763 to
inside:192.168.1.5/3389 duration 0:01:00 bytes 19 TCP Reset-I