Hi all,
I have a small bazaar (bzr) server at home, just for fun. In my LAN, I can with no problem download/upload branches from/to the server.
Yesterday I decided to open the port to be able to access the repository from my office, so I changed my router configuration to open the port and checked my server's iptables and so on. Even I created a script to email me my public IP when changed (and this works!

).
Well, my knowledge on networking is quite limited, so I just used the router's web to open the port (in fact, I already opened it when I created the server months ago, but I didn't remember this), and used
Firestarter on the server to set up its iptables.
Checking with nmap, the port is reported as open in my server if using the local IP (192.168.blahblah), but reported as closed when using public IP.
Besides, if I try a bzr command, it works using the local IP address, but again it does not work with the public IP.
Testing also telnet over port 4155 (bzr's default) does not work with public IP.
But, when checking port availability through
this web, it is reported as open.
So, the port is actually open or closed? I assume the answer is "closed. In this case, which is the problem and how may I fix it?
Thanks!!