I have installed Open VPN Access server on a ESXI server.
To access it from outside , I have added port forwarding to CISCO router using following command.
#conf t
#ip nat inside source static tcp 10.201.102.163 443 <MY_EXTERNAL_IP> 443
#ip nat inside source static udp 10.201.102.163 443 <MY_EXTERNAL_IP> 443
There were no errors or any messages after executing these commands.
But when I navigate to https://<MY_EXTERNAL_IP>
, I am not able to reach access server?
Edit
Result of sh ip access-list
## are intentional
Extended IP access list 100
10 permit ip 10.##.102.0 0.0.0.255 any
20 permit ip 10.##.103.0 0.0.0.255 any
Extended IP access list 101
10 deny ip 10.##.103.0 0.0.0.255 10.##.102.0 0.0.0.255 (1495005761 matches)
20 permit ip 10.##.103.0 0.0.0.255 any (50722431 matches)
Extended IP access list 102
10 permit ip 10.1.45.0 0.0.0.255 any (1015320 matches)
20 permit ip 10.1.40.0 0.0.0.255 any (41479 matches)
Extended IP access list 110
10 permit ip 10.##.103.0 0.0.0.255 10.##.102.0 0.0.0.255 (1498725218 matches)
Extended IP access list 199
10 permit tcp any host 1##.9.54.227 range 49000 49500 (12909 matches)
Have you assigned the inside and outside designations to the relevant interfaces ?
and