Date: Thu, 21 Dec 1995 12:21:28 -0500 From: "Garrett A. Wollman" <wollman@lcs.mit.edu> To: Bruce Evans <bde@zeta.org.au> Cc: mi@aldan.star89.galstar.com, current@FreeBSD.org Subject: Re: Chalenging strength of the BSD net-code (Re: Second modem and ppp1) Message-ID: <9512211721.AA27383@halloran-eldar.lcs.mit.edu> In-Reply-To: <199512210502.QAA02636@godzilla.zeta.org.au> References: <4atqh5$mhp@news.bu.edu> <4b5lio$d44@news.bu.edu> <199512210502.QAA02636@godzilla.zeta.org.au>
next in thread | previous in thread | raw e-mail | index | archive | help
<<On Thu, 21 Dec 1995 16:02:31 +1100, Bruce Evans quoted someone else saying: >> Here is what I did and caused crash (not once -- can be repeated): >> pppd file /etc/ppp/options cuaa2 >> pppd file /etc/ppp/options.second cuaa1 >> route add -net 204 -link ppp1 This `route' command is invalid, so it is not at all surprising to me that it does not work for you. (It shouldn't cause a panic, though. If you could provide more detailed information, I might be able to track it down.) First off, it does not make any sense to add a route to network 0.0.0.204 (which, when masked with the default netmask for a class A, turns into 0.0.0.0). Secondly, it doesn't make any sense to specify `-link ppp1' for this sort of route. You should instead specify the address of the /other end/ of the PPP interface. -GAWollman -- Garrett A. Wollman | Shashish is simple, it's discreet, it's brief. ... wollman@lcs.mit.edu | Shashish is the bonding of hearts in spite of distance. Opinions not those of| It is a bond more powerful than absence. We like people MIT, LCS, ANA, or NSA| who like Shashish. - Claude McKenzie + Florent Vollant
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9512211721.AA27383>