Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!msunews!agate!howland.erols.net!newsfeed.internetmci.com!news.netone.com!news.sprintlink.net!news-fw-12.sprintlink.net!hermes.athenet.net!ceil.fv.net!not-for-mail From: root@fv.net (Brian Bayorgeon) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: syslog messages (rtinint and routed) Date: 21 Aug 1996 21:59:08 -0500 Organization: Brian's InterNetNews site Lines: 53 Message-ID: <4vgids$kt@ceil.fv.net> References: <4rkc75$ptg@mippet.ci.com.au> NNTP-Posting-Host: pm-at-3-28.athenet.net X-Newsreader: TIN [version 1.2 PL2] Erwin Bejsta (caps@albury.net.au) wrote: : V2.1.0-R : ppp user - problem : the interactive ppp screen shows the ppp link as up and running. : using ping in a shell out of ppp i can not get any response : from my host (isp). : the "show proto" command tells me that IP's are sent and received ! : it appears the number received is always lower than the number sent. : however, ping or traceroute do not seem to get any of the received packages. : furthermore i find the following syslog messages: : routed[50]: deleting route to interface tun0 (timed out) : this message appears around 3 minutes after starting routed. : why does it time out ? : where can I change the timeout value ? : /kernel: rtinit: wrong ifa (0xf074fb80) was (0xf06d3300) : this message appears when ppp is run. : what is rtinit ? : what does ifa mean ? (interface address ?) : any help would be very much appreciated : erwin : caps@albury.net.au trying running routed with the "-q" option. This will keep routed from broadcasting your routes and it will keep routed from expecting route broadcasts from your isp. As I understand it with the routed "-s" option routed will timeout all non-static routes that are not kept updated from broadcasts from a neighboring router(your isp's). This of course doesn't explain why your not getting pings back. during the first 3 minutes you should be able to get packets out and back......do you have ifaddr 0 0 in your ppp.conf file? and MYADDR: add 0 0 HISADDR in your ppp.linkup file? Brian riff_one@athenet.net