From: brummett@sparc0a.cs.uiuc.edu (Me!) Subject: More net-2 problems Date: Fri, 2 Jul 1993 23:47:27 GMT
I have been trying to get the new net-2 stuff going, without much
success. I recompiled the kernel with the WD80x3 driver and it detects
the card on bootup. The other good news is that it will respond to
pings from other machines and from itself (both the normal IP address
and 127.0.0.1).
The first problem is that during bootup, when it tries to mount an
nfs volume, mount complains with:
mount clntudp_create: RPC: Port mapper failure - RPC: Timed out
and eventually times out.
If I try to telnet, ftp, etc out to any machine other than myself, it
responds that the Network is unrechable.
If I try to telnet, ftp, etc in from another machine, it says that
it connected and then just sits there.
I think it's a problem with the packets not getting through the
gateway, but I have a route command in rc.inet1 that sets the default
route throught the gateway. (The whole rc.inet1 is below)
So, does anyone know what the problem is and what I need to
do to fix it (besides read the net-2 FAQ 50 more times)??
Thanks in advance.
--Anthony Brummett brummett@sparc0a.cs.uiuc.edu
======== My rc.inet1 =========
IPADDR="128.174.143.3"
NETMASK="255.255.255.0"
NETWORK="128.174.143.0"
GATEWAY="128.174.143.1"
/etc/ifconfig eth0 $IPADDR netmask $NETMASK
/etc/route add $IPADDR eth0
/etc/route add default eth0 gw $GATEWAY metric 1
/etc/ifconfig lo 127.0.0.1
/etc/route add 127.0.0.1 lo
For rc.inet2, all the daemons in the distributed rc.inet2 are started
except for named, rwhod, umail, pcnfsd and bwnfsd.