object network IP_CAMERA host 10.0.0.20 nat (inside,outside) static 55.55.55.55 service tcp www 8090 access-list outside_in extended permit tcp any object IP_CAMERA eq www log access-group outside_in in interface outside
object network IP_CAMERA host 10.0.0.20 nat (inside,outside) static 55.55.55.55 service tcp 8090 8090 access-list outside_in extended permit tcp any object IP_CAMERA eq 8090 log access-group outside_in in interface outside
TheNewITGuy wrote: » 7.2 access-list outside_access_in permit tcp any host 10.1.1.1 eq www static (inside,outside) tcp 84.44.22.33 80 10.1.1.1 80 netmask 255.255.255.255
dmarcisco wrote: » Whats the update? Are you running into any issues?
dmarcisco wrote: » I'm running gui 6.4 so it may be slightly different then yours. I'll try to explain it the best I can. Click on configuration in the top left corner ->click firewall-> click access rules On the right side there should be 3 tabs named Addresses, Services, and Time ranges if you don't see that click on view in the top left corner and click them. Once you see them
dmarcisco wrote: » Click Services-> Add ->Type name in Group Name "camera" if you like -> click the dial for create new member ->type ports your want to create 8090 ->click ok
dmarcisco wrote: » Click Nat rules on the left -> add static nat rule -> under original->interface inside ->source 10.0.0.20 under translated ->interface outside ->click dial "use interface ip address"
dmarcisco wrote: » under port address translation (pat)->check off enable pat ->tcp -> original port 8090 translated port 8090 ->click ok click enable logging -> ok On the access rule list go under outside and create a new rule click outside->add access rule -> permit -> source any (or if you have a specific ip address) ->destination (your outside ip address) ->service (name of the new service your created) camera click inside->add access rule -> permit -> source 10.0.0.20 if the ip address hasn't been added yet-click source ->add-> 10.0.0.20 netmask 255.255.255.255->ok ->destination any->service (name of the new service your created) camera click apply Hope this works for you. Edit: Had to tweek the configs
dmarcisco wrote: » Not a network object a service object..Can you create a service object thats where you define the port? Firewall-->access rules--> service tab on far right or on left go under the firewall directory-->expand objects tab click service groups and add your new port. How do you have your nat configured?
access-list 100 extended permit tcp any host 1.1.2.5 object-group CAMERA