- For individual users
- Instant access to solutions
- Ask your tech questions
- Start your 30-day Free Trial
Main Topics
Browse All TopicsVPN Tunnel is up between sites however some ip address are not pingable behind the 3005 Concentrator side ... 10.9.2.x network .
Network:
Edge Router: - (switch where outside concentrator resides) PIX- Core Switch
Pix Firewall
ip address outside 172.16.1.2 255.255.255.0 ( Nat from edge router)
ip address inside 10.9.2.160 255.255.255.0
ip address dmz 192.168.1.254 255.255.255.0
route outside 0.0.0.0 0.0.0.0 172.16.1.1 1
route inside 10.9.1.0 255.255.255.0 10.9.2.223 1
route inside 10.9.6.0 255.255.255.0 10.9.2.160 1
route inside 10.10.1.0 255.255.255.0 10.9.2.223 1
route inside 10.10.0.0 255.255.0.0 10.9.2.223 1
Concentrator
Outside
2xx.xxx.xxx.xxx
inside :10.9.1.15
Core Switch
interface Vlan1
ip address 10.9.2.223 255.255.255.0
ipx network 1560B encapsulation SAP
!
interface Vlan2
ip address 10.9.1.1 255.255.255.0
!
interface Vlan3
ip address 10.10.3.254 255.255.255.0
!
interface Vlan6
ip address 10.9.6.1 255.255.255.0
ipx network 1560C encapsulation SAP
!
interface Vlan7
ip address 10.10.1.1 255.255.255.0
!
interface Vlan4090
ip address 20.20.1.1 255.255.255.0
!
ip route 0.0.0.0 0.0.0.0 10.9.2.160
ip route 10.9.1.0 255.255.255.0 Vlan2
ip route 10.9.3.0 255.255.255.0 10.9.2.160
ip route 10.9.6.0 255.255.255.0 Vlan6
ip route 10.10.0.0 255.255.0.0 10.9.1.15
ip route 10.10.3.0 255.255.255.0 Vlan3
I can hit everything from my Side 10.10.0.0 to 10.9.1.0
I can hit 10.9.2.223 ( but nothing else unless we place route add statements on the window boxes in the 10.9.2.x network)
Regards
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: lrmoorePosted on 2008-10-04 at 05:43:56ID: 22640577
I would bet that the default gateway for 10.9.2.x hosts = PIX firewall and not the L3 core switch?
You have to change their default to 10.9.2.223.
BTW, never add static routes to directly connected networks. The device is smart enough to know what is connected where
ip route 10.9.1.0 255.255.255.0 Vlan2 <== not necessary
ip route 10.9.6.0 255.255.255.0 Vlan6
ip route 10.10.3.0 255.255.255.0 Vlan3