Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jul 2001 01:22:08 -0400
From:      Isaac Mushinsky <imush@mail.ru>
To:        "freebsd-questions" <freebsd-questions@freebsd.org>
Subject:   ipfw, natd and https
Message-ID:  <01071001220800.24344@omsk.mushinsky.net>

next in thread | raw e-mail | index | archive | help
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




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