linux-ppp.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* proxyarp, pppd does not remove the arp entries
@ 2005-01-22 12:48 Jochen Roedenbeck
  2005-01-24 15:15 ` Jochen Roedenbeck
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jochen Roedenbeck @ 2005-01-22 12:48 UTC (permalink / raw)
  To: linux-ppp

I set up a dialin server with mgetty and pppd. It works in general,
but there is a strange problem.

I use the option "proxyarp". When the connection is opened, an arp
entry is created with the address of the remote client, for example
192.168.76.72, which I checked using "arp -n". All works fine.

When the connection gets closed, the arp entry is not removed, as
it should. Instead the first number of the IP address, 192, is
changed to 191.

The arp chache gets longer and longer, and after some time it does not
work any more.

It is version 2.4.1 of pppd, and Linux kernel version 2.4.21. The
distribution is Suse.

What can I do?

Jochen Roedenbeck

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: proxyarp, pppd does not remove the arp entries
  2005-01-22 12:48 proxyarp, pppd does not remove the arp entries Jochen Roedenbeck
@ 2005-01-24 15:15 ` Jochen Roedenbeck
  2005-01-24 16:28 ` Ray Van Dolson
  2005-01-30 10:53 ` Jochen Roedenbeck
  2 siblings, 0 replies; 4+ messages in thread
From: Jochen Roedenbeck @ 2005-01-24 15:15 UTC (permalink / raw)
  To: linux-ppp

Hallo,

Is there really no-one around here who knows about "proxyarp"?
I don't think it is an configuration issue.

Jochen Roedenbeck

Jochen Roedenbeck schrieb:
> I set up a dialin server with mgetty and pppd. It works in general,
> but there is a strange problem.
> 
> I use the option "proxyarp". When the connection is opened, an arp
> entry is created with the address of the remote client, for example
> 192.168.76.72, which I checked using "arp -n". All works fine.
> 
> When the connection gets closed, the arp entry is not removed, as
> it should. Instead the first number of the IP address, 192, is
> changed to 191.
> 
> The arp chache gets longer and longer, and after some time it does not
> work any more.
> 
> It is version 2.4.1 of pppd, and Linux kernel version 2.4.21. The
> distribution is Suse.
> 
> What can I do?
> 
> Jochen Roedenbeck
> -
> To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> 
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: proxyarp, pppd does not remove the arp entries
  2005-01-22 12:48 proxyarp, pppd does not remove the arp entries Jochen Roedenbeck
  2005-01-24 15:15 ` Jochen Roedenbeck
@ 2005-01-24 16:28 ` Ray Van Dolson
  2005-01-30 10:53 ` Jochen Roedenbeck
  2 siblings, 0 replies; 4+ messages in thread
From: Ray Van Dolson @ 2005-01-24 16:28 UTC (permalink / raw)
  To: linux-ppp

I use proxyarp and have not seen this problem myself.  When users disconnect,
the arp entry is properly cleared.  However, I am using PPP 2.4.3 -- 2.4.1 is
a bit old; have you considered upgrading?

Ray

On Sat, Jan 22, 2005 at 01:48:14PM +0100, Jochen Roedenbeck wrote:
> I set up a dialin server with mgetty and pppd. It works in general,
> but there is a strange problem.
>
> I use the option "proxyarp". When the connection is opened, an arp
> entry is created with the address of the remote client, for example
> 192.168.76.72, which I checked using "arp -n". All works fine.
>
> When the connection gets closed, the arp entry is not removed, as
> it should. Instead the first number of the IP address, 192, is
> changed to 191.
>
> The arp chache gets longer and longer, and after some time it does not
> work any more.
>
> It is version 2.4.1 of pppd, and Linux kernel version 2.4.21. The
> distribution is Suse.
>
> What can I do?
>
> Jochen Roedenbeck

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: proxyarp, pppd does not remove the arp entries
  2005-01-22 12:48 proxyarp, pppd does not remove the arp entries Jochen Roedenbeck
  2005-01-24 15:15 ` Jochen Roedenbeck
  2005-01-24 16:28 ` Ray Van Dolson
@ 2005-01-30 10:53 ` Jochen Roedenbeck
  2 siblings, 0 replies; 4+ messages in thread
From: Jochen Roedenbeck @ 2005-01-30 10:53 UTC (permalink / raw)
  To: linux-ppp

I tested PPP 2.4.3 now, and I must say, compiling the sources was easier
than I expected. However, the behavior is the same.

So I made some tests with the arp utility and tried to set up and delete
entries with it. And I had to experience that it was not possible to
delete entries which were created using the "pub" flag. It now
seems to me a problem of the arp cache handling software, not pppd.

Jochen


Ray Van Dolson schrieb:
> I use proxyarp and have not seen this problem myself.  When users disconnect,
> the arp entry is properly cleared.  However, I am using PPP 2.4.3 -- 2.4.1 is
> a bit old; have you considered upgrading?
> 
> Ray
> 
> On Sat, Jan 22, 2005 at 01:48:14PM +0100, Jochen Roedenbeck wrote:
> 
>>I set up a dialin server with mgetty and pppd. It works in general,
>>but there is a strange problem.
>>
>>I use the option "proxyarp". When the connection is opened, an arp
>>entry is created with the address of the remote client, for example
>>192.168.76.72, which I checked using "arp -n". All works fine.
>>
>>When the connection gets closed, the arp entry is not removed, as
>>it should. Instead the first number of the IP address, 192, is
>>changed to 191.
>>
>>The arp chache gets longer and longer, and after some time it does not
>>work any more.
>>
>>It is version 2.4.1 of pppd, and Linux kernel version 2.4.21. The
>>distribution is Suse.
>>
>>What can I do?
>>
>>Jochen Roedenbeck
> 
> 
> 
> 


-- 

SPL Spindel und Präzisionslager GmbH
Feldstraße 5, D-04720 Döbeln

Telefon:  +49 3431 610200
Fax:      +49 3431 610205
Internet: http://www.spl-spindel.de

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-01-30 10:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-22 12:48 proxyarp, pppd does not remove the arp entries Jochen Roedenbeck
2005-01-24 15:15 ` Jochen Roedenbeck
2005-01-24 16:28 ` Ray Van Dolson
2005-01-30 10:53 ` Jochen Roedenbeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).