Hi there.

I've been getting the following error message during the initialization
scripts, the last times I booted :

modprobe : can't locate module net-pf-19
modprobe : can't locate module net-pf-19
SIOCADDRT: No such device
SIOCADDRT: Network is unreachable

I've located that those messages come from the following commands on
rc.inet1, respectively :

/sbin/ifconfig lo 127.0.0.1
/sbin/route add -net 127.0.0.0 netmask 255.0.0.0 lo

/sbin/route add -net ${NETWORK} netmask ${NETMASK} eth0:0
if [ ! "$GATEWAY" = "" ]; then
 /sbin/route add default gw ${GATEWAY} netmask 0.0.0.0 metric 1
fi


I have never changed this configuration, and suddenly those messages
began. I tried to put an alias for eth0 as dummy ( the dummy net driver,
the only one I have ), but it still displays the same message. I later
found out I have no dummy device in /dev(though I have enabled the
option in
the kernel).

What's that module that modprobe from ifconfig and route can't find ? I
sure don't have it, and don't even know what it is... And how do I
create a
dummy net device ? (MAKEDEV won't do it)

Can anybody give me a hand ?
-- 

       -Count Zero-
                    
                "On receiving an interrupt, 
                        decrement the counter to zero"
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to