Networking Forums

Networking Forums > Computer Networking > Linux Networking > Responds to ARP requests for specified subnet

Reply
Thread Tools Display Modes

Responds to ARP requests for specified subnet

 
 
Dmytro Bablinyuk
Guest
Posts: n/a

 
      12-09-2003, 04:06 AM
The linux box shall respond to ARP requests for a specified subnet and
accept an IP packets for that subnet though the box itself can reside
in another subnet.
For example:
The box has IP 172.25.206.4, the mask is 255.255.255.0
The box shall responds to ARP requests for subnet 172.25.207.* and
accept any IP packets for that subnet ie IP packets sent to the
172.25.207.2 etc. These packets will be proceed further by a user
space application.

Could anybody please suggest a best techniques that can be used for
that task.
I have looked at the netfilters hooks in the kernel, is this the right
direction?
Can anybody please reference to the software, which does the similar
thing.

Thank you very much for any help
 
Reply With Quote
 
 
 
 
Leon.
Guest
Posts: n/a

 
      12-09-2003, 07:02 AM

"Dmytro Bablinyuk" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) ...
> The linux box shall respond to ARP requests for a specified subnet and
> accept an IP packets for that subnet though the box itself can reside
> in another subnet.


Use the 'arp' command to add entries to the kernels arp tables.




 
Reply With Quote
 
Bruno Wolff III
Guest
Posts: n/a

 
      12-10-2003, 05:45 PM
In article <(E-Mail Removed)>, Dmytro Bablinyuk wrote:
> The linux box shall respond to ARP requests for a specified subnet and
> accept an IP packets for that subnet though the box itself can reside
> in another subnet.
> For example:
> The box has IP 172.25.206.4, the mask is 255.255.255.0
> The box shall responds to ARP requests for subnet 172.25.207.* and
> accept any IP packets for that subnet ie IP packets sent to the
> 172.25.207.2 etc. These packets will be proceed further by a user
> space application.


You need to make sure IP forwarding is turned on, so that the packets will
get forwarded. I believe turning on proxy_arp will handle the arp requests.
My understanding of how this works is that if proxy_arp is set for an
interface it will respond to arp requests received by that interface for IP
addresses that are directly attached (using netmask information) to any other
interfaces on the host. I usually turn this on for all interfaces when I use
it, so I may not have the precise semantics correct.

>
> Could anybody please suggest a best techniques that can be used for
> that task.
> I have looked at the netfilters hooks in the kernel, is this the right
> direction?
> Can anybody please reference to the software, which does the similar
> thing.
>
> Thank you very much for any help

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
abnormal (excessive) number of arp requests on subnet? Rahul Linux Networking 9 07-13-2010 10:49 PM
Re: Microsoft Responds to the Evolution of Online Communities Administrator Windows Networking 1 05-05-2010 08:38 PM
Microsoft Responds to the Evolution of Online Communities nntp@microsoft.com Wireless Networks 0 05-05-2010 11:16 AM
Atheros responds to supposed wireless hack Neill Massello Wireless Internet 1 08-22-2006 04:23 AM
Router stop responds after few minutes Dzung Broadband Hardware 2 04-20-2005 01:23 AM



1 2 3 4 5 6 7 8 9 10 11