> dmc-mitel-portforwarding-0.0.1-4.noarch.rpm
>
http://myEZserver.com/downloads/mitelThe panel installation and usage seems to work,
but when I try to access the port, I am
not successful (times out).
I am port forwarding POP3 (110) from
the e-smith gateway (64.65.164.122) to
an internal mail server (192.168.0.214).
The internal IP of the e-smith gateway is 192.168.1.1
and there is a VPN connecting it to another internal
LAN at 192.168.0.x. All VPN traffic
works fine, but is it possible that the firewall
settings are somehow blocking this port forwarding
(because it is not on the internal subnet)?
I tried the test logging mentioned on your web page:
http://myezserver.com/docs/mitel/ipportfw-howto.htmlBut I see nothing in the messages log. (The last entry
matching 'Packet log' is quite old.)
Here are my other tests:
C:\>telnet 192.168.0.214 110
+OK POP3 server arilabs.dnsalias.com ready
<00225.342446328@arilabs.dnsalias.com
>
C:\>telnet 64.65.164.122 110
Connecting To 64.65.164.122...Could not open a connection to host on port
110 :
Connect failed
I even tried from a server accross town (a different ISP):
$ telnet 64.65.164.122 110
Trying 64.65.164.122 ...
telnet: connect: Connection timed out
(Without using port forwarding I am able to telnet to
my e-smith's port 110 and see the POP3 welcome text message.)
/sbin/ipchains -n -L input | grep "110"
ACCEPT tcp ------ 0.0.0.0/0 64.65.164.122 * -> 110
ACCEPT tcp ------ 0.0.0.0/0 64.65.164.122 * -> 110
/usr/sbin/ipmasqadm portfw -n -l | grep "110"
TCP 64.65.164.122 192.168.0.214 110 110 10 10
Any help will be greatly appreciated!

--Brian