Date: Wed, 24 Jul 1996 07:40:02 -0700 (PDT) From: Garrett Wollman <wollman@lcs.mit.edu> To: freebsd-bugs Subject: kern/1423: route causes kernel page fault. Message-ID: <199607241440.HAA22759@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/1423; it has been noted by GNATS. From: Garrett Wollman <wollman@lcs.mit.edu> To: zach@blizzard.gaffaneys.com Cc: FreeBSD-gnats-submit@freebsd.org Subject: kern/1423: route causes kernel page fault. Date: Wed, 24 Jul 1996 10:33:33 -0400 <<On Wed, 24 Jul 1996 08:45:37 -0500 (CDT), Zach Heilig <zach@blizzard.gaffaneys.com> said: > $ route add default -link tun0 > (is there a way to specify default traffic goes out tun0?) The command you specified is bogus. (The machine shouldn't panic, but the command is still bogus.) # route add default xx.yy.zz.aa where xx.yy.zz.aa is the IP address of the /other/ end of the point-to-point link. If you don't know the address of the other end, then you should let ppp(8) manage it for you. -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, ANA, or NSA| - Susan Aglukark and Chad Irschick
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607241440.HAA22759>