From owner-freebsd-questions@FreeBSD.ORG Thu Jun 14 11:31:44 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DEBFC16A473 for ; Thu, 14 Jun 2007 11:31:44 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id 4F0CB13C4BF for ; Thu, 14 Jun 2007 11:31:44 +0000 (UTC) (envelope-from tevans.uk@googlemail.com) Received: by ug-out-1314.google.com with SMTP id u2so686039uge for ; Thu, 14 Jun 2007 04:31:43 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer; b=shXge7sZaZ3++jjb/rtksv1/dfCTBL4ZTR+FGCCF6XYHFDgBzScedFNsPuRD3Oq/NywpoZ76LaGuLS+W0ufPPNDVZNXvu+h7b7T9Py79NuK6c0Nt9lkBDVuRmvUtZKJVfZaRdaFJYdNY6GUi8zl6+Kkdz3LXNBBV8umrgYGogJ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer; b=iaLAWi5op63baG9c7Y5uZROQ5zhxnP6ia6beVDqAVdFQtFx072KwGHFI6DIwBpmU5K0ENMj5dyfe6kc/11YlQaObNzLq7H/1hVffGiC1NVuKcKtJtMevwgfr1ujymiz0AY/mnWbvovXEntsLbhz/7Tr+Fv7v59HuHLkgNKMGNvs= Received: by 10.82.178.11 with SMTP id a11mr3148505buf.1181819248993; Thu, 14 Jun 2007 04:07:28 -0700 (PDT) Received: from ?IPv6:::ffff:127.0.0.1? ( [217.206.187.79]) by mx.google.com with ESMTP id 35sm3980358nfu.2007.06.14.04.07.27 (version=SSLv3 cipher=RC4-MD5); Thu, 14 Jun 2007 04:07:27 -0700 (PDT) From: Tom Evans To: Erik Norgaard In-Reply-To: <466DA9E0.8040207@locolomo.org> References: <466DA9E0.8040207@locolomo.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-eY6AagojKPDFPpLFHwij" Date: Thu, 14 Jun 2007 12:07:26 +0100 Message-Id: <1181819246.1212.15.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.10.2 FreeBSD GNOME Team Port Cc: FreeBSD Questions Subject: Re: FreeBSD box/ADSL link config X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jun 2007 11:31:45 -0000 --=-eY6AagojKPDFPpLFHwij Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2007-06-11 at 22:00 +0200, Erik Norgaard wrote: > Hi: >=20 > I am a bit confused as to what exactly I am trying to do - or that is=20 > how the protocols layers and stuff. My current setup is like this: >=20 > 10.0.0/24 192.168.0/24 static IP > Wireless ))--- AP --- FreeBSD -------------- DSL ------------- Internet > many-1 1-1 > NAT NAT >=20 > I'd like to have the 192.168.0/24 disappear from the network topology,=20 > and have the routable static ip right on my FreeBSD box. The DSL box is=20 > configured with PPPoE: .. >=20 > The DSL router in question is a Thomson Speedtouch 546v6. >=20 > Any hints, howtos or other on how to do this? >=20 > Thanks, Erik >=20 My Thomson Speedtouch (716v5WL) allows it to be set up as an ethernet bridge, effectively turning into a fancy modem. Eg, my setup is like this: 172.30.0.0/16 Public IP Peer IP LAN switch/AP ----------- FreeBSD Router------- DSL ST -------- Peer =09 Effectively, the speedtouch just hands everything off to the bsd router, which in turn knows nothing about ADSL or PPP, and just uses the standard em(4) network driver. None of this stuff was configurable through the speedtouch's web interface, but is fairly straightforward once you read the 300 page manual, the 200 page CLI manual and dissect the configuration templates that tell the box how to operate.=20 --=-eY6AagojKPDFPpLFHwij Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGcSFolcRvFfyds/cRAnv7AKC3yczrSRg7bZw0Pnbr6A46dexx1wCdH+Zb 1+rijU1WqVyXkIkK+1jwDQ8= =HRn7 -----END PGP SIGNATURE----- --=-eY6AagojKPDFPpLFHwij--