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).




_______________________________________________
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