[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: nat.conf



Hello,

    I believe you should be redirecting to tomcat's ip.  127.0.0.1 is your
local host, so you've redirected incoming traffic on eth0 to a web server on
the openbsd box, which doesn't exist.  So...it should look something like


rdr on eth0 proto tcp from any to any port 80 -> 192.168.1.2 port 8080


Will

----- Original Message -----
From: "Stephen Sandow" <qquoll@lexicon.net>
To: <misc@openbsd.org>
Sent: Thursday, June 27, 2002 6:40 AM
Subject: nat.conf



>     rdr on eth0 proto tcp from any to any port 80 -> 127.0.0.1 port 8080