I'm getting these messages. I have three interfaces, one uses DHCP and the =
other two are bridged.
Here is the log I get:
Jan 16 10:13:57 testburk /kernel: arp: 00:10:f3:03:44:69 is using my IP add=
ress 10.1.1.69!
Jan 16 10:13:57 testburk /kernel: arp: 00:10:f3:03:44:6a is using my IP add=
ress 10.1.1.69!
Jan 16 10:14:47 testburk /kernel: arp: 00:10:f3:03:44:69 is using my IP add=
ress 10.1.1.69!
Jan 16 10:14:47 testburk /kernel: arp: 00:10:f3:03:44:6a is using my IP add=
ress 10.1.1.69!
Jan 16 10:57:31 testburk /kernel: arp: 00:10:f3:03:44:69 is using my IP add=
ress 10.1.1.69!
Jan 16 10:57:31 testburk /kernel: arp: 00:10:f3:03:44:6a is using my IP add=
ress 10.1.1.69!
Jan 16 11:03:06 testburk /kernel: arp: 00:10:f3:03:44:69 is using my IP add=
ress 10.1.1.69!
Jan 16 11:03:06 testburk /kernel: arp: 00:10:f3:03:44:6a is using my IP add=
ress 10.1.1.69!
Jan 16 11:06:40 testburk /kernel: arp: 00:10:f3:03:44:69 is using my IP add=
ress 10.1.1.69!
Jan 16 11:06:40 testburk /kernel: arp: 00:10:f3:03:44:6a is using my IP add=
ress 10.1.1.69!
What is the problem and does anyone know if ifconfig fxp1 -arp should stop =
this?
Thanks, Rickard.
_______________________________________________
freebs...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
To unsubscribe, send any mail to "freebsd-ipfw...@freebsd.org"
If your bridging from a performance point of view, then have a look at
'ngctl' aswell http://bsdvault.net/sections.php?op=viewarticle&artid=98
Only downfall is when it's used in conjunktion with HP Procurve
switches -they don't like the idea "two identical" mac-addresses!
Regards
/per
p...@xterm.dk
> Hi,
>
> I'm getting these messages. I have three interfaces, one uses DHCP
> and the other two are bridged.
>
> Here is the log I get:
>
> Jan 16 10:13:57 testburk /kernel: arp: 00:10:f3:03:44:69 is using
> my IP address 10.1.1.69! Jan 16 10:13:57 testburk /kernel: arp:
> 00:10:f3:03:44:6a is using my IP address 10.1.1.69! Jan 16 10:14:47
> testburk /kernel: arp: 00:10:f3:03:44:69 is using my IP address
> 10.1.1.69! Jan 16 10:14:47 testburk /kernel: arp: 00:10:f3:03:44:6a
> is using my IP address 10.1.1.69! Jan 16 10:57:31 testburk /kernel:
> arp: 00:10:f3:03:44:69 is using my IP address 10.1.1.69! Jan 16
> 10:57:31 testburk /kernel: arp: 00:10:f3:03:44:6a is using my IP
> address 10.1.1.69! Jan 16 11:03:06 testburk /kernel: arp:
> 00:10:f3:03:44:69 is using my IP address 10.1.1.69! Jan 16 11:03:06
> testburk /kernel: arp: 00:10:f3:03:44:6a is using my IP address
> 10.1.1.69! Jan 16 11:06:40 testburk /kernel: arp: 00:10:f3:03:44:69
> is using my IP address 10.1.1.69! Jan 16 11:06:40 testburk /kernel:
> arp: 00:10:f3:03:44:6a is using my IP address 10.1.1.69!
>
> What is the problem and does anyone know if ifconfig fxp1 -arp
> should stop this?
Sorry about the lack of information. But after trying the -arp in the
bridged interfaces it actually stopped complaining about this. I will dig
down into the bridging issue, but right now it's doing what I want.
Thanks, Rickard.