cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
664
Views
0
Helpful
3
Replies

Outside host to inside server

swashbuckler
Level 1
Level 1

I have a outside host 89.254.12.35 that needs to access a server inside my network via port 80. The client server is 10.200.1.213. He cannot seem to be able to access. I have the following ACL in place.

access-list 100 extended permit tcp host 89.254.12.35 host 10.200.1.213 eq www

Wondering if it is on my end.

Thanks in advanced.

Bobby

2 Accepted Solutions

Accepted Solutions

cadet alain
VIP Alumni
VIP Alumni

Hi,

If you've configured static PAT:

ip nat inside source static tcp 10.200.1.213 80 x.x.x.x  80  where x.x.x.x is the external IP where NAT outside is configured then you should use this public IP as the destination in the ACL you provided.

Regards

Alain

Don't forget to rate helpful posts.

Don't forget to rate helpful posts.

View solution in original post

Are you using an ASA? You will still need a static NAT as Alain indicated.

View solution in original post

3 Replies 3

cadet alain
VIP Alumni
VIP Alumni

Hi,

If you've configured static PAT:

ip nat inside source static tcp 10.200.1.213 80 x.x.x.x  80  where x.x.x.x is the external IP where NAT outside is configured then you should use this public IP as the destination in the ACL you provided.

Regards

Alain

Don't forget to rate helpful posts.

Don't forget to rate helpful posts.

Even if I am using nonat..

nat(inside) 0 access-list nonat

Should I create a static nat and use the ip of my outside interface.

Thanks,

Are you using an ASA? You will still need a static NAT as Alain indicated.