Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jul 2003 06:23:12 +1000 (EST)
From:      <keith@smmc.qld.edu.au>
To:        <freebsd-questions@FreeBSD.org>
Subject:   IPNAT... internal server what-to-do
Message-ID:  <1324.203.220.88.53.1057782192.squirrel@localhost.smmc.qld.edu.au>

next in thread | raw e-mail | index | archive | help
Hi all.
On my 4.7 system, I have ipfilter and ipnat.
I have several "live" ips aliased to my external ADSL interface.
Some of these are mapped into private internal ips. So far so good.
All works fine from outside. But if I want to reach one of the internal
servers from inside...eg www.smmc.qld.edu.au...the client  hangs looking.
Here are some of my rules:
======8< snip=============================

map fxp0 10.0.0.0/21 -> 0/32  # <---OK maps internal getting out fine!

#www server
rdr fxp0 210.15.203.195/32 port 80 -> 10.0.0.7 port 80
rdr dc0  210.15.203.195/32 port 80 -> 10.0.0.7 port 80 #<---No worky!

======8< snip=============================
I can figure there is a problem with this but dont have a clue how to fix it
I want to use fqdns inside not local ip addrs. It is more convenient for
users. BTW the ip address works fine...just the rdr or lookup stuff is
faulty
Help???
Thanks
Keith




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