Hi, Le 20/03/2014 17:28, sven falempin a écrit : > Hello, i cannot force the routing of an IP address to a particular MAC > > reading man route i expect > to write > > route add DEST_IP -link DEST_MAC -iface TROUGH_THIS > > The real fun stuff is that i can add a weard mac destination > > my vr0 for example add 76:72:30:00:00:00 with route add DEST_IP -link > -iface vr0 > > DEST_IP 76:72:30:00:00:00 UHLS 0 26 - 8 vr0 > > This is openBSD5.4 official release > > (i tryed to fix the MAC using arp -F -s without success) > > Am i miss-reading the man route ?? > >
I've a machine doing this, with the following syntax : /sbin/route add A.B.C.D/32 -link -iface re0:0007b4000001 Hope this helps. Regards, Christophe.

