I was wondering if someone here could help with a router config. The router runs directly into a network, meaning the Ethernet currently has a 192.168 address. I want to drop a firewall in behind it, meaning I want to give the firewall the 192.168 address and configure the router to just pass traffic. What am I doing wrong here? Here's the config I'm trying to use, I'm sure it's something simple.
! ******************************************************************
! novatec.cfg - Cisco router configuration file
! Automatically created by Cisco ConfigMaker v2.6 Build 6
! Monday, June 17, 2002, 10:10:04 AM
!
! Hostname: novatec
! Model: 1720
! ******************************************************************
!
service timestamps debug uptime
service timestamps log uptime
service password-encryption
no service tcp-small-servers
no service udp-small-servers
!
hostname hidden
!
enable password hidden
!
ip source-route
ip name-server 205.218.123.50
!
ip subnet-zero
ip domain-lookup
ip routing
!
interface FastEthernet 0
no shutdown
description connected to EthernetLAN
ip address 66.255.48.145 255.255.255.240
keepalive 10
!
interface Serial 0
no shutdown
description connected to Internet
ip address 66.255.48.190 255.255.255.252
no ip directed-broadcast
encapsulation frame-relay IETF
frame-relay interface-dlci 764 IETF
frame-relay lmi-type ansi
service-module t1 timeslots 21-24 speed 64
!
!
ip classless
!
! IP Static Routes
ip route 0.0.0.0 0.0.0.0 66.255.48.189
ip http server
snmp-server community public RO
snmp-server location PC Room
snmp-server contact Glenn Bullion,410 789 4811,
[email protected]!
line console 0
exec-timeout 0 0
password hidden
login
!
line vty 0 4
password hidden
login
!
end