On Sat, 9 Jan 1999, Jason McCormick wrote:
> I have a curious problem I cannot seem to solve. I have a multi-homed
> system with the IP addresses 208.198.205.20 and an internal "fake" IP of
> 150.100.100.20. When the machine is starting is comes up with the following
> routing table:
>
> 150.100.100.0 255.255.255.224 eth0
> 208.198.205.0 255.255.255.224 eth0
> 150.100.100.0 255.255.255.0 eth1
> 127.0.0.0 255.0.0.0 lo
> default gw 0.0.0.0 eth0
>
> Now I want to remove the entry for 150.100.100.0 w/ netmask 255.255.255.224
> from the table. If I issue a 'route delete ...' command for the route I
> don't want,it does and everything works (nothing works correctly prior to
> this correction). Then when I need to reboot the machine, it starts up back
> at the table above. I have been completely unable to find anything causing
> this. Please help!
Try to see startup files. There are (depend on distributions)
RedHat /etc/rc.d/rc3.d - there are links
Slackware /etc/rc.d
Desired file is (Slackware) /etc/rc.d/rc.inet1 or (RedHat) file ether1 (or
eth1). This file is (i think) in /etc/sysconfig/network/; this is one of
lines if /erc/rc.d/rc3.d/S10network....
There are lines with routing. At eth1 correct lines with card subnet
address from 150.100.100.0 to 150.100.100.20...
+-----------------------------------+
| |
| Radim HABALA |
| |
| e-mail: [EMAIL PROTECTED] |
| |
| Englisova 13, OPAVA, 746 01 |
| Czech Republic (Europe) |
| |
| tel : (0653) 21 46 34 |
| |
+-----------------------------------+
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]