04-11-2007 11:10 PM - edited 03-03-2019 04:30 PM
I have a router 1600 that is at the back of a PIX 520. The router is configured to simply route all traffic to the internet thro 10.0.0.10
No traffic routes thro the router, the config is below. Does this look in order?
version 12.0
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Websense
!
!
!
ip subnet-zero
no ip routing
!
!
!
!
interface Ethernet0
ip address 10.0.0.15 255.255.255.0
no ip directed-broadcast
no ip route-cache
!
interface Ethernet1
ip address 192.168.201.254 255.255.255.0
no ip directed-broadcast
no ip route-cache
!
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet0
no ip http server
!
!
!
end
Websense#
04-11-2007 11:15 PM
Hi
First enable IP routing it is disabld.
10.0.0.10 i assume is the IP of the PIX inside interface,if its then define the default route pointing to this IP and check.
Thanks
Mahmood
04-12-2007 01:02 AM
thanks
Yes, .10 is the pix. I thought routing was already enabled. would the static route to ethernet0 for all routes not forfil this function then? Do i need the default-gateway command instead?
John
04-12-2007 02:10 AM
No need to give Default-gateway command..Just enable IP routing..That will do.
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