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

Access to internet by a external firewall and PIX for tunnel

aboguslaw
Level 1
Level 1

Hi.

I have a Pix 501 that establish a tunnel with a VPN 3000 Concentrator. I need that people who works in the network of Pix can access to Corporate applications through the tunnel, but also they need navigate through an external firewall, and not use the tunnel for their access to internet. How can I get this?

I think that is a route problem

The tunnel works fine. So I only trancript the other part of the configuration.

access-list 102 permit ip 192.168.1.0 255.255.255.0 172.11.0.0 255.255.0.0

ip address outside 213.227.15.34 255.255.255.240

ip address inside 192.168.1.1 255.255.255.0

nat (inside) 0 access-list 102

------this is the ip address of the external firewall--------

route inside 0.0.0.0 0.0.0.0 192.168.1.3 1

-------------------------------------------------------------

route outside 172.11.0.0 255.255.0.0 213.227.15.33 1

---this is the IP of the router of the Internet service provider ---

sysopt connection permit-ipsec

Thanks in advance

1 Reply 1

jackko
Level 7
Level 7

instead of configuing "route outside 172.11.0.0 255.255.0.0 213.227.15.33", it would be better just to configure a default gateway pointing to the isp.

e.g.

no route outside 172.11.0.0 255.255.0.0 213.227.15.33

route outside 0 0 213.227.15.33

with this route configured, pix will forward all outbound packet to the isp.

further, to browse the internet, you would need to nat/pat the lan to a public ip as well.

e.g. to configure pat for internet browsing:

global (outside) 1 interface

nat (inside) 1 0 0

providing you configure the default route and the nat/global statement, and the acl 102 is used as the interesting traffic for the lan-lan vpn, then local user should be able to browse internet directly.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: