The way we solved the SIOCADDRT problem (in potato) was to just comment out the route add lines. Apparently they are not needed. Although why they were needed in slink and not potato I don't know.
=========================================== Charles Lewis, Director of Administrative Computing Southwestern Adventist University, Keene, TX (817)556-4720 [EMAIL PROTECTED] FAX (360)397-7952 =========================================== > 2) As for SIOCADDRT: your /etc/init.d/network (or is it networks) > route add -net 127.0.0.0 > to: > route add -net 127.0.0.0 netmask 255.255.255.0 lo >