RE: Ip default gateway

2001-02-16 Thread Erick B.
ip default-gateway works if ip routing is disabled and the router is basically a host on the network like your PCs, etc. You would turn IP routing off (no ip routing) to bridge all traffic for example. Using ip default-network would let you propagate a route via IGRP/EIGRP or RIP to a neighbor

RE: Ip default gateway

2001-02-15 Thread West, Karl
I think what you really wanted to do was use "Ip default-network" here is a link that will explain it to you further and what the difference is. It has to do with weather you have ip routing enabled on your system. Karl http://www.cisco.com/warp/public/105/default.html -Original

RE: IP default gateway prob

2001-01-25 Thread Daniel Cotts
I think that you are saying that the PCs on router B's LAN can't reach the Internet. Router B should have a default route to router A. ip route 0.0.0.0 0.0.0.0 (address of Router A serial port) or ip route 0.0.0.0 0.0.0.0 serial 0 (use the number of the serial port on router B. I'm assuming that

Re: ip default-gateway command does not work

2000-11-13 Thread Roman McDonald
Just use ip route 0.0.0.0 0.0.0.0 10.100.67.254 to set your default route. IP default-gateway should only be used if ip routing is disabled on the router. Roman At 06:36 PM 11/13/00 -0700, you wrote: I have a problem getting the "ip default-gateway" to work on my router. Please review the