Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!lucy.swin.edu.au!news.rmit.EDU.AU!goanna.cs.rmit.edu.au!news.apana.org.au!cantor.edge.net.au!news.teragen.com.au!news.access.net.au!news.mel.connect.com.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!mindspring!uunet!in2.uu.net!199.171.190.20!news.deltanet.com!not-for-mail From: Steve Dela Cruz <steben@deltanet.com> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Routing problems Date: Mon, 10 Mar 1997 21:56:20 -0800 Organization: Delta Internet Services, Anaheim, CA Lines: 55 Message-ID: <3324F404.357@deltanet.com> NNTP-Posting-Host: anx-ana0105.deltanet.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.0Gold (WinNT; I) Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:36886 # Having problems with the routing tables not able to find routes # to PPP connection. # I have PPP working okay. Switching to PPP. ppp ON nest1> Packet mode. PPP ON nest1> show route default 205.230.210.12 ffffffff UG (5) 127.0.0.1 127.0.0.1 ffffffff UH (2) 205.230.210.12 204.254.68.151 ffffffff UH (5) PPP ON nest1> show ipcp IPCP [Opend] his side: 205.230.210.12, 2d0f01 my side: 204.254.68.151, 2d0f00 connected: 7 secs, idle: 7 secs Defaults: My Address: 0.0.0.0/0 His Address: 0.0.0.0/0 Negotiation: 0.0.0.0/0 PPP ON nest1> # If I issue this command it just hangs! > netstat -r Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire # And if I issue this command it just hangs! > route get default route to: default destination: default mask: default # This was working the other night. But, when I tried connecting the next day # it no longer works! And I did not change any configuration files. # I cannot ping, telnet, nslookup, or any other goodies. Won't even ping # "localhost". # If I delete the "default" route, then I can ping the localhost "lo0", but # of course, I cannot access anything from the internet. # Don't know how to fix this, does anyone know what is the problem. # # I'm running FreeBSD 2.1.5 # And running "routed -s" set in "/etc/sysconfig" # It also ran okay without any routing daemon specified in the "/etc/sysconfg". # The last two programs I was running were "knews" newsreader # and "Netscape 3.0". Thanks. Steve