From: Marc G Fournier (marcf@nexus.yorku.ca)
Date: 08/10/93


From: marcf@nexus.yorku.ca (Marc G Fournier)
Subject: Re: Alpha pl12 Problems Report
Date: Wed, 11 Aug 1993 04:21:31 GMT

rene@renux.frmug.fr.net (Rene COUGNENC) writes:

>NET-2:
>~~~~~
> route is broken ( so is DIP, can't do SLIP any more, probably because route
> is not set proprely.)
> SIOCADDRT: Network is unreachable. (works OK whith pl11)
> (It remembers me net-src to net-2...)

        the net-2 code in pl12 Alpha is supposedly a little more
'strict' in how you do things. If you add an extra 'route add' to your
rc.net, it works fine:

ie:

route add 'network' (on my machine, network is 198.133.36.0)
route add default gw 'gateway-machine' (on my machine, 198.133.36.1)

        Clears up the problem nicely

Marc