Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Nov 2003 15:05:34 +0100 (MET)
From:      Helge Oldach <helge.oldach@atosorigin.com>
To:        freebsd@walter.transip.nl (Walter Hop)
Cc:        freebsd-net@freebsd.org
Subject:   Re: Connect two LANs over an IPv4 tunnel?
Message-ID:  <200311061405.PAA15335@galaxy.hbg.de.ao-srv.com>
In-Reply-To: <167116793500.20031106031202@blue.calx.nl> from Walter Hop at "Nov 6, 2003  3:12: 2 am"

next in thread | previous in thread | raw e-mail | index | archive | help
Walter Hop:
>I would like to connect two networks (home and work), so that I can set
>up my home workstations in the same subnet as the work LAN. Out of this
>/24, I would like to use a /29 at home.
>
>(attempt 2)
>
>The gif tunnel worked and the boxes can ping eachother over it, so I
>assigned private addresses to the gif endpoints. Then I tried adding some
>home IP aliases to the work box's ethernet interface and using forwarding
>and "route delete/add" in the hope that packets would be routed to the
>gateway in private-space across gif1.

You do not need IP aliases (I presume you mean static ARP entries), but
just need to get the routes right. Proxy ARP will do the rest for you:

sysctl net.link.ether.inter.proxyall=1

Be sure that you have IP forwarding enabled on both boxes, otherwise
it will definitely not work.

Helge



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