[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 02494) Re: [PATCH] proxy_nd support added for linux v 2.4.21
- To: <usagi-users@xxxxxxxxxxxxxx>
- Subject: (usagi-users 02494) Re: [PATCH] proxy_nd support added for linux v 2.4.21
- From: "Chirayu Patel" <chirayu@xxxxxxxxxxx>
- Date: Tue, 29 Jul 2003 19:19:57 +0530
- Cc: "'Duncan Grove'" <duncan.grove@xxxxxxxxxxxxxxxxxxx>
- Importance: Normal
- In-reply-to: <3F25BF64.6060506@dsto.defence.gov.au>
- Reply-to: usagi-users@xxxxxxxxxxxxxx
Hi,
The proxyarp option of pppd seems to be unrelated to the proxy_arp option
provided by the kernel. The following definitions will make it clearer.
-----
Proxyarp (in pppd)
Add an entry (pppd does it!) to this system's ARP [Address
Resolution Protocol] table with the IP address of the peer and the Ethernet
address of this system. This will have the effect of making the peer
appear to other systems to be on the local ethernet.
-----
-----
proxy_arp (kernel)
proxy_arp for the interface will be enabled if at least one of
conf/{all,interface}/proxy_arp is set to TRUE, it will be disabled
otherwise. Routers use it to answer ARP queries on behalf of hosts who are
unable to do so.
-----
CP
> -----Original Message-----
> From: Duncan Grove [mailto:duncan.grove@xxxxxxxxxxxxxxxxxxx]
> Sent: Tuesday, July 29, 2003 5:57 AM
> To: usagi-users@xxxxxxxxxxxxxx
> Subject: (usagi-users 02492) Re: [PATCH] proxy_nd support added for linux
> v 2.4.21
>
> Hi,
>
> Could a ppp server use this to do proxy_nd for ppp clients so that those
> clients could be accessed from the servers lan (like with pppd's
> proxyarp option)? Or does that support need to be built into pppd? If
> so, does anyone know of any patch that implements this?
>
> Regards,
> Duncan
>
> Chirayu Patel wrote:
>
> >Hi,
> >
> >I am attaching a patch that adds support for proxy_nd (similar to
> proxy_arp
> >in IPv4). The changes have been made on top of linux 2.4.21 +
> >usagi-linux24-s20030721-2.4.21.diff, and they add one more field in
> >/proc/sys/ipv6/conf/all,<device name>,default/.
> >
> >My testing has been limited to setting/resetting the proxy_nd field as my
> >home network setup is not good enough to do network level testing.
> >
> >Regards
> >CP
> >