Messages in this thread |  | | Subject | Re: 2.1.15 and NFS as a module | Date | Fri, 13 Dec 1996 10:13:55 -0500 | From | John Gotts <> |
| |
In message <Pine.LNX.3.93.961212233059.436A-100000@slacker.stac.org>, you wrote :
>Now if you notice sendmail is having some problems getting hostnames > (plus sendmail is just a bug waiting to happen <G> ) >Well the is because :
>/sbin/ifconfig lo 127.0.0.1 >/sbin/route add localhost >/sbin/route add -net 127.0.0.0
Change those three lines to these two:
/sbin/ifconfig lo 127.0.0.1 /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
|  |