secondary subnet trough PIX-PIX VPN tunnel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2005 02:58 AM - edited 02-21-2020 02:09 PM
I have a well function IPSEC tunnel betwen to PIX 501. Now I need to route a secondary subnet trough the tunnel. In site A, I have IP address 10.10.10.0/24, site B 10.10.11.0/24 and behinde a router 192.168.1.0/24. It is possible?
- Labels:
-
Other VPN Topics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2005 08:54 AM
In PIX A you will have to add a line in your nonat acl and crypto acl
permit ip 10.10.10.0 255.255.255.0 192.168.1.0 255.255.255.0
Same thing in PIX B
permit ip 192.168.1.0 255.255.255.0 10.10.10.0 255.255.255.0
and in PIX B you need to add a route for the 192.168.1.0 subnet.
route inside 192.168.1.0 255.255.255.0 10.10.11.x
where 10.10.11.x is the IP address of the router
