Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 May 2000 15:59:26 +0200 (CEST)
From:      MadDave <maddave@suxx.eu.org>
To:        freebsd-net@freebsd.org
Subject:   ARP
Message-ID:  <Pine.LNX.4.21.0005201549540.1733-100000@spider.y0u.net>

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

My test network looks like this:
 _____        _____         _____
|     |      |     |       |     |
| Win |------|Free |       | Win |
|  1  |      | BSD |-------|  2  |
|_____|      |_____|       |_____|

Configuration of Win1:
IP: 192.168.0.2
netmask 255.255.255.0
broadcast 192.168.0.255

Configuration of Win2:
IP: 192.168.0.201
netmask 255.255.255.0
broadcast: 192.168.0.255

Configuration of FreeBSD:
	Interface 1:
	IP: 192.168.0.1
	netmask: 255.255.255.128
	
	Interface 2:
	IP: 192.168.0.200
	netmask: 255.255.255.128

Problem:
I tried to set up PROXY-ARP for this two windows machines:
arp -s 192.168.0.2 <MAC address of Interface 2> pub
arp -s 192.168.0.201 <MAC address if Interface 1> pub

FreeBSD seems to publish both entries od ALL interfaces, so that windows
machine thinks that someone has taken the same IP that windows have.

Question 1:
How do i tell FreeBSD to publish ARP entry on only one card. Under linux
this is accomplished by -i option. 

Question 2:
How do i tell FreeBSD to do PROXY-ARP of network and not for specific IPs
?? Under linux this is acomplished by netmask option.

Thanks for answers..

bye, MadDave

----------------------------------------------------------------------
|Unix is like a wigwam -- no Gates, no Windows, and an Apache inside.|
----------------------------------------------------------------------
| > FreeBSD < - > Power to SERVE <                                   |
----------------------------------------------------------------------
| Open source software - with no walls and fences, who needs Windows |
| and Gates?							     |
----------------------------------------------------------------------



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.21.0005201549540.1733-100000>