Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2000 11:28:21 -0700
From:      "Sameer R. Manek" <manek@ecst.csuchico.edu>
To:        <freebsd-stable@freebsd.org>
Subject:   3.4-stable and ppp -auto
Message-ID:  <NDBBKDINCKINCMKCHGCIGEKCCKAA.manek@ecst.csuchico.edu>

next in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
I've noticed that when i run ppp -auto -nat for extended periods of time,
ifconfig tends to grow pretty long.

Something is not removing old ip addresses from the kernel. Old routes are
also in
the routing table.

Has anyone else noticed this problem? I've attached a few examples.

Thanks
Sameer

[-- Attachment #2 --]
hardknocks# ifconfig tun0 | wc -l
      99
hardknocks# netstat -rn
Routing tables

Internet:
Destination        Gateway            Flags     Refs     Use     Netif Expire
default            206.132.165.226    UGSc        2   172103     tun0
10/24              link#1             UC          0        0      xl0
10.0.0.2           0:c0:4f:3a:36:71   UHLW        1    59881      xl0    997
10.0.3.2           10.0.3.1           UH          0        0     tun0
127.0.0.1          127.0.0.1          UH          0       40      lo0
206.132.165.226    216.126.137.156    UH          2        0     tun0
216.126.136.226    216.126.134.27     UH          0        0     tun0
255.255.255.255    216.126.136.113    UHb         0        0     tun0

hardknocks# ifconfig tun0 
tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1500
        inet 10.0.3.1 --> 10.0.3.2 netmask 0xffffff00 
        inet 216.126.136.113 --> 255.255.255.255 netmask 0xffffffff 
        inet 216.126.138.34 --> 255.255.255.255 netmask 0xffffffff 
        inet 216.126.135.129 --> 255.255.255.255 netmask 0xffffffff 
        inet 216.126.135.168 --> 255.255.255.255 netmask 0xffffffff 
        inet 216.126.136.119 --> 255.255.255.255 netmask 0xffffffff 
        inet 216.126.137.98 --> 255.255.255.255 netmask 0xffffffff 
        inet 216.126.135.24 --> 255.255.255.255 netmask 0xffffffff 
        inet 216.126.135.69 --> 255.255.255.255 netmask 0xffffffff 
        inet 216.126.137.200 --> 255.255.255.255 netmask 0xffffffff 
        inet 216.126.134.174 --> 255.255.255.255 netmask 0xffffffff 
<snip>

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