Messages in this thread |  | | Subject | Re: Dummy interface as module 2.0.0/1.99.14/(1.99.13??) | Date | Tue, 11 Jun 1996 11:35:28 -0400 | From | Joseph Dickson <> |
| |
On Tue, 11 Jun 1996 10:51:08 +0100 (BST), Ian Macdonald writes: > >I have been having a problem with the dummy interface as a module. >it come up with SCIO.... errors. I am not at home at the moment so I can't >give a proper description of the error.
If the loopback device is up and running in ifconfig okay, then the errors were probably when your system tried to "route add -net 127.0.0.1".. This is no longer acceptable and will fail.. In this event, the loopback device will be running but you will have no route to it, thus breaking many things that require being able to use the address 127.0.0.1.
If you are running RedHat, the change is to be made in: /etc/sysconfig/network-scripts/ifup-lo
Change the last argument to route add -net to just 127.0.0.0 instead of the variable that it currently resolves to (${IPADDRESS})..
If you are running Slackware, then I have no clue where that broken distribution chooses to add the route to the loopback device.. rc.inet, probably..
Cheers,
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ! Joseph Dickson ! Network Engineer ! ! merlin@sj-coop.net ! Computer Technician ! ! http://www.sj-coop.net/~merlin ! Programmer ! -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|  |