Multiple Network Interface Routing Problem

2009-01-06 Thread Sollenberger, Justin W Mr CIV US DISA CDB24
We are currently running a SLES 10 SP2 guest (hostx) with access to three networks (eth0, eth1, eth2). The issue we are having is that the default route is not correct after an ipl. If I delete the incorrect route (using: route del) and add the correct route (using: route add) everything works

Re: Multiple Network Interface Routing Problem

2009-01-06 Thread Mark Post
On 1/6/2009 at 11:59 AM, Sollenberger, Justin W Mr CIV US DISA CDB24 justin.sollenber...@csd.disa.mil wrote: -snip- Any ideas on why hostx and hostz come up with different default gateways when the configuration files are the same? What am I missing? How can I correct it? Thanks in advance

Re: Multiple Network Interface Routing Problem

2009-01-06 Thread David Boyes
There's no guarantee in what order a network interface will initialize, so I think the confusion is with multiple default route specifications, and you're getting lucky with the other machine getting the right one. There should be only one default route specified. The route add/del flushes the

Re: Multiple Network Interface Routing Problem

2009-01-06 Thread Ron Foster at Baldor-IS
Justin, We have systems with multiple network interfaces. I finally had to modify the default route in /etc/sysconfig/network/routes to look like this. default 32.71.175.1 - qeth-bus-ccw-0.0.0600 Notice I had to use the persistent name for the interface. The eth0, eth1 type of name can

Re: Multiple Network Interface Routing Problem

2009-01-06 Thread Ron Foster at Baldor-IS
Mark, Come to think of it, the last time I remember having device names change on me was a few of the systems that I upgraded to SLES10 SP2. I don't remember what level of code I was coming from-SLES10 or SLES10SP1. I still think I will stick with the long names for the time being. On most of

Re: Multiple Network Interface Routing Problem

2009-01-06 Thread Sollenberger, Justin W Mr CIV US DISA CDB24
Network Interface Routing Problem There's no guarantee in what order a network interface will initialize, so I think the confusion is with multiple default route specifications, and you're getting lucky with the other machine getting the right one. There should be only one default route specified

Re: Multiple Network Interface Routing Problem

2009-01-06 Thread gah
Sollenberger, Justin W Mr CIV US DISA CDB24 wrote: We are currently running a SLES 10 SP2 guest (hostx) with access to three networks (eth0, eth1, eth2). The issue we are having is that the default route is not correct after an ipl. If I delete the incorrect route (using: route del) and add