I am running a number of virtual IPs on my RH 6.1 box.

All my ifcfg-eth0:x files look like this:

DEVICE=eth0            
BOOTPROTO=static       
IPADDR=xxx.xxx.xxx.xxx
NETMASK=yyy.yyy.yyy.yyy
ONBOOT=yes             

What seems to be happening is that not only do I get all the
appropriate eth0:x interfaces, viewable via ifconfig, but I get
additional items in my routing table, such as interfaces and default
routes:

linux2:~#netstat -r                                                  
         
Kernel IP routing table                                              
         
Destination     Gateway         Genmask         Flags   MSS Window 
irtt Iface 
xxx.xxx.xxx.30    *               255.255.255.255 UH        0 0      
   0 eth0  
xxx.xxx.xxx.15    *               255.255.255.255 UH        0 0      
   0 eth0  
xxx.xxx.xxx.13    *               255.255.255.255 UH        0 0      
   0 eth0  
xxx.xxx.xxx.44    *               255.255.255.255 UH        0 0      
   0 eth0  
xxx.xxx.xxx.43    *               255.255.255.255 UH        0 0      
   0 eth0  
xxx.xxx.xxx.0     *               255.255.255.128 U         0 0      
   0 eth0  
127.0.0.0       *               255.0.0.0       U         0 0        
 0 lo    
default         CompuComIS-NANC 0.0.0.0         UG        0 0        
 0 eth0  
default         CompuComIS-NANC 0.0.0.0         UG        0 0        
 0 eth0  
default         CompuComIS-NANC 0.0.0.0         UG        0 0        
 0 eth0  
default         CompuComIS-NANC 0.0.0.0         UG        0 0        
 0 eth0  
default         CompuComIS-NANC 0.0.0.0         UG        0 0        
 0 eth0  

Obviously, I don't want or need the additional interfaces or default
routes showing up.

So, I need to know...what do I need to change/add/delete from my
various ifcfg-eth0:x files to not have this mess show up?

Thanks.




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to