/31 on 2 interfaces
Iasen Kostov
tbyte at otel.net
Thu May 18 10:37:56 UTC 2006
On Wed, 2006-05-17 at 13:33 +0200, Unix-Solutions - Steven wrote:
> I'm need a point-to-point link between 2 servers
> with just a crossover cable between the servers.
>
I've got no poblem:
box1:
ifconfig em0 10.0.0.1 netmask 255.255.255.255
route add -net 10.0.0.2/32 -iface em0 -cloning
box2:
ifconfig em0 10.0.0.2 netmask 255.255.255.255
route add -net 10.0.0.1/32 -iface em0 -cloning
That should be all. Mask is /32 as in PPP ifaces (even if it's broadcast
one).
More information about the freebsd-net
mailing list