cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
280
Views
0
Helpful
1
Replies

NAT Problem with Remote Access?

jaredbassett
Level 1
Level 1

My office runs a small business server with a Cisco 1811 in front. I need to access ports 80 and 443 from the outside so I used a static NAT for the server IP. I also setup IPSec VPN on it. When I remote in, I can access anything on the network except for the server which is NAT'ed. If I remove the NAT, I can access the server through the VPN. Any idea why this is happening? What part of the config would you need to see to better assist in resolution?

1 Reply 1

dongdongliu
Level 1
Level 1

Hi,

maybe "below" is needed

access-l 100 deny ip host (server_ip)(vpn_peer_ip) (netmask)

access_l 100 per ip (server_ip) any

ip nat inside source list 100 pool nat_pool

ip nat pool nat_pool (server_ip)