Messages in this thread |  | | Subject | Re: Mega Patch #8, or "Why stop now while we haven't broken it all" | Date | Tue, 10 Dec 1996 21:42:23 -0500 | From | John Gotts <> |
| |
In message <32AE0E7B.34F3D918@mindspring.com>, you wrote:
>I still get this when I boot up: >route forgot to specify route netmask.
>This is caused by these two statements in rc.inet1:
>/sbin/ifconfig lo 127.0.0.1 >/sbin/route add -net 127.0.0.0
>ASny ideas?
It looks like default behavior was removed from the routing code. Here's a fix:
/sbin/route add -net 127.0.0.0 netmask 255.0.0.0 dev lo
-- John GOTTS <jgotts@engin.umich.edu> http://www-personal.engin.umich.edu/~jgotts Senior, EE/Motif Programmer/SysAdmin/Linux Hacker/Amateur Radio Callsign N8QDW
|  |