We have:
EXT
|
ASL 2.000
/ \
DMZ INT NET
(1 computer)
dmz is 192.168.0.0 but just has 1 server in it.
INT is 10.1.1.0
I have DNAT rule for HTTP so that WWW.mydomain.com goes to DMZ, and Packet RULE :
ANY HTTP DMZ ALLOW
This works fine from EXT and INT.
DMZ server is running apache and BIND (authoritative NS)... this all is fine.
However, DMZ server is also running SQUID, and SQUID thinks www.mydomain.com is EXT IP, and DNAT isn't sending DMZ - EXT HTTP back to DMZ.
HOSTNAME on DMZ is correct (www....) but DNS points to EXT IP (needed).
So, how do I:
Get DNAT working for DMZ - DMZ?
or
Get SQUID to be smarter about it's own hostname?
Thanks,
Barry
This thread was automatically locked due to age.