I have an ASA connected to the primary network and I'd like it to do an easy port forward so that when a pc tries to telnet the ASA on port 500, for example, the ASA forward the request to a server. The topology would be like: 192.168.1.100 (PC) -> 192.168.1.200 (ASA) -> 192.168.1.300 (SERVER)
So from my PC if I do "telnet 192.168.1.200 500" the request would actually go to 192.168.1.300
I created a nat rule and enabled the access list but it's not working
- access-list eth0_access_in line 12 extended permit object-group DM_INLINE_SERVICE_3 object PC object SERVER
- access-list eth0_access_in line 13 extended permit object-group DM_INLINE_SERVICE_4 object SERVER object PC
- nat (eth0,eth0) 1 source static SERVER SERVER destination static PC PC service tcp-500 tcp-500