cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1027
Views
0
Helpful
15
Replies

Routing between Cisco 1720 and PIX 501

jay.johnson1
Level 1
Level 1

I'm currently attempting to run a 1720 as an edge router with a PIX 501 behind it. As of now, I can pull a public IP on the 1720's WAN interface (I'm using a WIC-1ENET card with broadand) but I can't get any activity from the fa0 port.

However, if I when I put a Linksys WRV200 in front of the pix, I can pass traffic to the computers sitting behind the pix and route without any issues.

My goal is to remove SOHO devices from gateway positions and use industry rated hardware instead. Provided I get some responses, I'll post configs if need be.

Jay

Certified: CCNA (R/S, Security, Voice), CCDA, CCNP (R/S)
15 Replies 15

Way ahead of you, Endwigast :)

I literally "played around" with some settings I got from a few other people and it just fired up a few minutes ago. I'm not routing with my 2610 :)

Here's the end result:

version 12.3

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname London1

!

boot-start-marker

boot-end-marker

!

no logging console

enable secret xxx

enable password xxxxx

!

no aaa new-model

ip subnet-zero

ip cef

!

!

!

ip dhcp pool guardtower

network 172.16.31.0 255.255.255.0

dns-server 87.xxx.xxx.30

default-router 172.16.31.1

!

!

!

!

!

interface Ethernet0/0

description "The Great Outdoors (WAN)"

ip address dhcp

ip nat outside

full-duplex

no cdp enable

!

interface Ethernet1/0

description "Private LAN"

ip address 172.16.31.1 255.255.255.0

ip nat inside

half-duplex

no cdp enable

!

router rip

network 172.16.0.0

!

ip default-gateway 87.xxx.xxx.7

ip nat inside source list 1 interface Ethernet0/0 overload

ip http server

ip classless

ip route 0.0.0.0 0.0.0.0 Ethernet0/0

!

!

access-list 1 permit any

no cdp run

!

line con 0

line aux 0

line vty 0 4

password xxxxx

login

!

!

End

At last, I can go to sleep...

Jay

Certified: CCNA (R/S, Security, Voice), CCDA, CCNP (R/S)
Review Cisco Networking for a $25 gift card