Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: steve288 on February 11, 2011, 04:56:35 PM

Title: Where are port forward logs kept?
Post by: steve288 on February 11, 2011, 04:56:35 PM
We have been successfully forwarding ports for our exchange server.
eg
Port 110 to front end exchange
port 443 to back end exchange

This has worked great for web access.

However for some reason internally it has stopped when we use our fqdn.

My simple question is, which log file(s) will show what errors are occuring when it fails to forward.

thanks.
Title: Re: Where are port forward logs kept?
Post by: CharlieBrady on February 12, 2011, 05:05:52 AM
My simple question is, which log file(s) will show what errors are occuring when it fails to forward.

If packets are dropped by the firewall, they will be logged in /var/log/iptables/current. However, if you have a portforwarding problem when fqdn is used, but no problem if IP address is used, then the problem is in your domain's DNS.
Title: Re: Where are port forward logs kept?
Post by: steve288 on February 14, 2011, 07:07:16 PM
Thanks.