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

secondary subnet trough PIX-PIX VPN tunnel

kurt
Level 1
Level 1

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?

1 Reply 1

michelcaissie
Level 1
Level 1

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