Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco IOS & PIX routing through same interface

Status
Not open for further replies.
Aug 6, 2004
3
GB
I have a LAN on 10.10.10.x/24 network with all the clients using the PIX as a default gateway (10.10.10.253)

I have added a Cisco 2651 router to perform VPN terminations between remote offices. The external interface has an Internet IP address, whilst the other interface has 10.10.10.1. All the remote sites can VPN correctly but can only connect to the inside interface of the 2651 router. If I add a static route on the servers pointing back to the remote office LAN IP addresses then all is resolved.

I understand that this is due to the PIX not allowing routing through the same interface as it came in.

How should I configure my router to route the return packets correctly?

 
can you list the result of

sh ip route

on the PIX.

Thanks.

nedbert9
A+, CCNA, CNE 3-5, MCSE NT4, MCP 2003
A leisurely lifestyle is a sign of wisdom and maturity - Aristotle
 
On the Pix: sh route.

I'd consider making the 2651 the default router, and point its default to the Pix. It'll send icmp redirects to the workstations, and can relay traffic (unlike the Pix).

 
I've made the 2651XM the default router and is now working correctly.

Thanks for your advice
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top