04-15-2005 12:10 AM - edited 02-21-2020 01:43 PM
Hello,
I have some trouble with VPN. I have PIX 515 with 6.3.4. I use Cisco VPN client to connect to PIX.
After PIX I have 6509 with vlan's. PIX inside in native vlan.
The problem is that I can't access any host's except native vlan on 6509.
How I can resolv this issue ? Please help.
Thanks in advice.
04-15-2005 04:41 AM
You probably need to include more statements for those subnets in your nat 0 configuration.
04-15-2005 05:29 AM
In addition to that, you also need to add static routes to the inside networks. You may use rip as an alternative.
Regards,
Leo
04-17-2005 08:24 PM
What route I must use ?
Summary like 10.201.0.0/16 or for each network like 10.201.3.0/24 ?
Pix inside is 10.201.1.30/24
At 6506 I have EIGRP.
Maybe I can use OSPF between 6506 and PIX ?
I don't want use rip because of excessive traffic.
04-17-2005 08:19 PM
Here configuration:
access-list 102 permit ip 10.201.0.0 255.255.0.0 10.201.8.0 255.255.255.0
access-list 102 permit ip 172.16.0.0 255.255.0.0 10.201.8.0 255.255.255.0
access-list 102 permit ip 10.201.8.0 255.255.255.0 10.201.0.0 255.255.0.0
nat (inside) 0 access-list 102
I can access only to net 10.201.1.0/24
Pix inside is 10.201.1.30.
Each /24 subnet has vlan i.e. 10.201.1.0/24 - vlan 1(native),
10.201.3.0/24 - vlan 3 and etc.
VPN pool - 10.201.8.0/24 not at vlan.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide