From owner-freebsd-questions Mon Jul 9 22:34: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx7.port.ru (mx7.port.ru [194.67.23.44]) by hub.freebsd.org (Postfix) with ESMTP id 3517137B405 for ; Mon, 9 Jul 2001 22:33:58 -0700 (PDT) (envelope-from imush@mail.ru) Received: from [66.9.37.251] (helo=omsk.mushinsky.net) by mx7.port.ru with smtp (Exim 3.14 #1) id 15Jq9i-0003Ve-00 for freebsd-questions@freebsd.org; Tue, 10 Jul 2001 09:33:54 +0400 Content-Type: text/plain; charset="koi8-r" From: Isaac Mushinsky Subject: Fwd: ipfw, natd and https Date: Tue, 10 Jul 2001 01:33:10 -0400 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01071001325002.24344@omsk.mushinsky.net> Content-Transfer-Encoding: quoted-printable To: "freebsd-questions" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have an DSL connection to my FreeBSD box, with ipfw, natd and a Windows= box behind it. The users on the Windows box are able to connect to outside wo= rld, except when they try to use https from their browsers. In that case they = get "page unavailable". The local web server on the FreeBSD box gets requests= for the files that should be requested from the remote sites. Is there something wrong with the firewall setup? Or is the Window people= 's configuration problem? They are swearing that it is my fault. I have rc.firewall as follows: /sbin/ipfw -f flush /sbin/ipfw add divert 8668 all from any to any via rl0 /sbin/ipfw add allow all from any to any (rl0 is the card that connects to the DSL modem). /etc/hosts is 127.0.0.1 localhost omsk acer 166.9.37.251 omsk omsk.mushinsky.net 192.168.2.100 omsk.mushinsky.net 192.168.2.2 tomsk tomsk.mushinsky.net (omsk is the FreeBSD box and tomsk is the Windows box). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message