|
Posted by Barry Margolin on September 8, 2006, 9:15 pm
If you were Registered and logged in, you could reply and use other advanced thread options
> Here it is:
>
> Gateway of last resort is PUBLIC.IP.NETWORK.ADDRESS+1 to network
> 0.0.0.0
>
> PUBLIC IP.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
> S PUBLIC IP.0.0.0/8 [1/0] via PUBLIC.IP.NETWORK.ADDRESS
> C PUBLIC.IP.NETWORK.ADDRESS/30 is directly connected,
> FastEthernet 0/1
> PRIVATE.IP.ADDRESS.0/30 is subnetted, 1 subnets
> C PRIVATE.IP.ADDRESS.0 is directly connected, FastEthernet0/0
> S* 0.0.0.0/0 [1/0] via PUBLIC.IP.NETWORK.ADDRESS+1
>
> Hopefully that is obscure enough and not too confusing
> S PUBLIC IP.0.0.0/8 [1/0] via PUBLIC.IP.NETWORK.ADDRESS
>
> This is the route to get rid of. When I go to other sites with the
> same first PUBLIC IP it won't go through. However if I add a static
> route that looks like this:
>
> S PUBLIC IP.0.0.0/8 [1/0] via PUBLIC.IP.NETWORK.ADDRESS+1
>
> It load balances across the links and half of the packets make it.
My guess is that the bad route is being created automatically due to
some kind of auto-summary, although I thought that only applied to
routing protocols, not static routing.
Do you have "ip classless" configured? If not, maybe that's causing a
route for the /8 of your outside network to be created automatically.
--
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***
|