Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Apr 2002 15:28:10 +0300
From:      "Vladislav V. Zhuk" <admin@dru.dn.ua>
To:        Ruslan Ermilov <ru@FreeBSD.ORG>
Cc:        stable@FreeBSD.ORG
Subject:   Re: help: routes don't release!
Message-ID:  <20020410122810.GR82820@dru.dn.ua>
In-Reply-To: <20020403115614.GB30100@sunbay.com>
References:  <20020403112349.GG60702@dru.dn.ua> <20020403115614.GB30100@sunbay.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Apr 03, 2002 at 02:56:14PM +0300, Ruslan Ermilov wrote:
> >
> > After dial-in connection (pppd) (users who have static IP
> > in /etc/ppp/pap-secrets) don't release routing table.
> > In routing table remains wrong lines:
> >
> > Destination        Gateway            Flags    Refs      Use  Netif Expire
> > 192.168.100.100    (0)                UH          0        0  ppp12
> > 192.168.200.3      (0)                UH          0        4  ppp14
> > 192.168.200.14     (0)                UH          0        0  ppp13
> >
> > and this users don't more connect to system:
> > after authenticating pppd can't assign IP to interface.
> >
> > Some my friends obtained same problem with pppX and tunX interfaces
> > after updating to 4.5 stable.
> >
> > uname: FreeBSD 4.5-STABLE #10: Wed Mar 27 14:52:11 EET 2002
> >
> > Help!!
> >
> How does the "route -vn get -host 192.168.100.100" output look?

For example, corrent problem with IP 192.168.200.3 on ppp14:

$ route -vn get -host 192.168.200.3
u: inet 192.168.200.3; u: link ; RTM_GET: Report Metrics: len 164, pid: 0, seq 1, errno 0, flags:<UP,GATEWAY,HOST,STATIC>
locks:  inits:
sockaddrs: <DST,IFP>
 192.168.200.3
   route to: 192.168.200.3
destination: 192.168.200.3
    gateway: 195.5.21.145
  interface: tun0
      flags: <UP,GATEWAY,HOST,DONE,WASCLONED>
 recvpipe  sendpipe  ssthresh  rtt,msec    rttvar  hopcount      mtu     expire
       0         0         0         0         0         0      1500         0
locks:  inits:
sockaddrs: <DST,GATEWAY,IFP,IFA,BRD>
 192.168.200.3 195.5.21.145 tun0 195.5.21.149 195.5.21.145

I see trafic from 192.168.200.3 (trafshow -i ppp14), but don't
ping this address. "route -vn get -host 192.168.200.3"
showed wrong interface - tun0 (it's my external channel)

How I can fix this bug ??

My system is: FreeBSD 4.5-STABLE #0: Tue Apr  9 16:24:26 EEST 2002

--
Vladislav V. Zhuk (06267)3-60-03  admin@dru.dn.ua  2:465/197@FidoNet.org

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020410122810.GR82820>