Bruce M. Simpson wrote:
Enovation Technologies wrote:
i configure with sysinstall my second nic , but when i restart my box i have this message
arp: 10.200.1.1 is on re0 but got reply from 00:50:7f:b0:a0:f8 on re1


my question is how to configure 2 nics with different ip on same box in the same subnet.

Configure the second with a /32 prefix (netmask 255.255.255.255) instead of the usual netmask.

You will always receive the arp warning unless you disable it by setting sysctl net.link.ether.inet.log_arp_wrong_iface and net.link.ether.inet.log_arp_movements to 0.

These limitations *may* go away in future releases.


Surely this configuration will cause all the reply's to be routed out of re0 without some form of pfil layer manipulation?

Tom
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to