From owner-freebsd-stable Fri Sep 3 0:47:14 1999 Delivered-To: freebsd-stable@freebsd.org Received: from harrier.prod.itd.earthlink.net (harrier.prod.itd.earthlink.net [207.217.121.12]) by hub.freebsd.org (Postfix) with ESMTP id 1E82F14F9C; Fri, 3 Sep 1999 00:47:07 -0700 (PDT) (envelope-from dlow3@earthlink.net) Received: from earthlink.net (CBL-dlow3.hs.earthlink.net [209.178.107.75]) by harrier.prod.itd.earthlink.net (8.9.3/8.9.3) with ESMTP id AAA08525; Fri, 3 Sep 1999 00:46:01 -0700 (PDT) Message-ID: <37CF7CF0.AD0B0A4F@earthlink.net> Date: Fri, 03 Sep 1999 00:46:57 -0700 From: Derrick X-Mailer: Mozilla 4.08 [en] (X11; I; FreeBSD 3.2-STABLE i386) MIME-Version: 1.0 To: freebsd-ipfw@freebsd.org Subject: Help with masquerading hybrid cable modem connection Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am having trouble masquerading my hybrid cable modem connection in FreeBSD. By hybrid, I mean it uses a normal analog ppp account to dial out for uploads (it's an Earthlink account, by the way) and a Com21 cable modem for the downloads. They haven't yet implemented the two-way on the cable connection yet. You dial ppp as normal and it gives you your ip automatically. It's not a normal account, it automatically uses your ethernet card for downloading somehow. In FreeBSD I can connect fine (I can't even get it working in Linux) but I am having trouble masquerading. Is it even possible to masquerade this kind of hybrid connection in FreeBSD? I have IPFIREWALL, IPDIVERT, and IPFIREWALL_DEFAULT_TO_ACCEPT in my kernel config. I've tried natd -n ed1 and natd -n tun0. I've tried dialing ppp with and without the -alias flag. I've tried: ipfw add divert natd all from any to any via ed1 I've tried: ipfw add divert natd all from any to any via tun0 And I've tried: ipfw add 100 divert natd ip from any to any out recv ed1 xmit tun0 None of these seems to work, what am I doing wrong? Please help! Any info would be helpful. Thanks in advance. Derrick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message