I'm trying to open a port on Windows Azure, and I have already:
- Open a port on Azure portal using NSG
- Open a port on Linux virtual machine (iptables)
- The port is open for all machines in the Windows Azure LAN network
- I can't telnet from my remote host to Azure VM on PgSQL port (5432)
- I have the same rule on iptables for 22 port and 8080 and those two rules are working...from my remote host..
- I have also try to use tcpdump but I can't capture any packages for 5432 port when I try do telnet this port form my remote host...
- No, my ISP don't block this port
- I'm running out of ideas... if Azure is blocking the port, what will be point of setting NSG in the first place?