From owner-freebsd-questions Tue Jul 10 5:24: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from omsk.mushinsky.net (omsk.mushinsky.net [66.9.37.251]) by hub.freebsd.org (Postfix) with ESMTP id 8F7F837B407 for ; Tue, 10 Jul 2001 05:24:03 -0700 (PDT) (envelope-from imush@mail.ru) Received: from omsk.mushinsky.net (itz@localhost [127.0.0.1]) by omsk.mushinsky.net (8.11.3/8.11.1) with SMTP id f6A5M9l25340 for ; Tue, 10 Jul 2001 01:22:09 -0400 (EDT) (envelope-from imush@mail.ru) Content-Type: text/plain; charset="koi8-r" From: Isaac Mushinsky To: "freebsd-questions" Subject: ipfw, natd and https Date: Tue, 10 Jul 2001 01:22:08 -0400 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01071001220800.24344@omsk.mushinsky.net> Content-Transfer-Encoding: quoted-printable 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=20 behind it. The users on the Windows box are able to connect to outside wo= rld,=20 except when they try to use https from their browsers. In that case they = get=20 "page unavailable". The local web server on the FreeBSD box gets requests= for=20 the files that should be requested from the remote sites. Is there something wrong with the firewall setup? Or is the Window people= 's=20 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