05-03-2018 02:54 PM - edited 02-21-2020 07:42 AM
Newbie question, please help.
access-list OUTSIDE extended permit tcp any host 10.1.1.5 eq www
This command will allow outside host to access internal host with the corresponding ip using the port 80, is that correct?
Thanks in advance.
Solved! Go to Solution.
05-03-2018 09:47 PM
05-07-2018 08:42 PM
Here 2 examples.
Let's say you want to Nat your server with IP 192.168.0.1 to IP 1.1.1.1 without port restriction (full nat)
Object network server
host 192.168.0.1
nat (Inside,Outside) static 1.1.1.1
Let's say you want to Nat your server with IP 192.168.0.1 to IP 1.1.1.1 only for https
Object network server
host 192.168.0.1
nat (Inside,Outside) static 1.1.1.1 service tcp https https
05-03-2018 09:47 PM
05-07-2018 08:15 AM
Thank you Francesco!
05-07-2018 08:17 AM
05-07-2018 08:42 PM
Here 2 examples.
Let's say you want to Nat your server with IP 192.168.0.1 to IP 1.1.1.1 without port restriction (full nat)
Object network server
host 192.168.0.1
nat (Inside,Outside) static 1.1.1.1
Let's say you want to Nat your server with IP 192.168.0.1 to IP 1.1.1.1 only for https
Object network server
host 192.168.0.1
nat (Inside,Outside) static 1.1.1.1 service tcp https https
05-07-2018 08:51 PM
Is this similar to the one below?
Object network server
host 192.168.0.1
nat (Inside,Outside) static 1.1.1.1
Let's say 192.168.0.1 is an outside server
static (outside,inside) 1.1.1.1 192.168.0.1 netmask 255.255.255.255
05-07-2018 09:00 PM
05-07-2018 10:18 PM
05-08-2018 09:17 PM
04-06-2022 03:45 AM
@Francesco Molino I have similar situation but I wrong somewhere.
I have two separate local network (old and new) and I put Cisco Asa between them.
"New" network I called inside and "Old" network outside and I allow access for all subnet from new to old.
Now, I want allow access from one host in outside network to one host in inside network.
I added access list (below) on Cisco Asa but it don't work.
access-list outsidehost_to_insidehost extended permit tcp host 192.168.1.30 172.16.10.200 eq https
Thanks in advance
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide