Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2006 13:37:47 +0300
From:      Iasen Kostov <tbyte@otel.net>
To:        Unix-Solutions - Steven <steven@unix-solutions.be>
Cc:        fooler <fooler@skyinet.net>, freebsd-net@freebsd.org
Subject:   Re: /31 on 2 interfaces
Message-ID:  <1147948668.31768.3.camel@DraGoN.OTEL.net>
In-Reply-To: <009d01c679a5$a8444910$aa00000a@cloe>
References:  <001301c67946$604b7f70$aa00000a@cloe> <20060517005546.GJ65555@funkthat.com><20060517010927.GA656@gremlin.foo.is> <DF6D4C18-F116-4ABD-AE7A-A1AC5266D660@tinker.com> <009701c67964$fe20f0e0$42764eca@ilo.skyinet.net> <009d01c679a5$a8444910$aa00000a@cloe>

next in thread | previous in thread | raw e-mail | index | archive | help
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).







Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1147948668.31768.3.camel>