[:O]
ello!
i have the following setup on v6 to get owa to work on my home license:
definitions: services
owa-http = 80 sourceport,
80 destination port
definitions: networks
server = 192.168.x.x.
network: nat/masq
rule type dnat / snat
packets to match
source= any
destination addie = internet address
service = owa-http
change source (no)
change destination (no)
service destination (server)
then on packet filter rules:
source=any
service=http-owa
action = allow
destination = server
translated into english i think what i am saying is, anything that rocks up on the outside leg's address, on port 80, should kindly be forwarded to the server inside. please. thanks.
however,
it's not working too well.
i have dyndns running to get traffic to the outside leg's IP.
when i go to dyndns it reports the correct IP.
i get the same error even if i surf to http://the-IP-of-the-outside-leg/exchange.
can't i just set up a generic proxy on v6 that will pretty much publish that specific server's interface on the web? and we skip all the rules which i thought i had done correctly?
tks.!!
fireice.
This thread was automatically locked due to age.