Hi guys,
i have a cisco asa that i want to port forward through it from a public ip to a server inside, so i want users on the internet to access this server, i have made the configuration, it looks like this:
object network serverpublish
host 192.168.2.60
nat (FwInside,Fwoutinternet) static 1.1.1.2
access-list OUTSIDE_IN permit tcp any host 192.168.2.60 eq 443
access-group OUTSIDE_IN in interface Fwoutinternet
is this correct? i have an interface in which public ip 1.1.1.1 is assigned so that all users inside can access internet. so i want to use the public ip 1.1.1.2 for the port forwarding, is the configuration above correct?
Thanks in advance!
No comments:
Post a Comment