This is not a fix but a possible direction.
The VMan team used a command similar to the code below except the xxxxx was the port number that was a problem.
sudo iptables -A INPUT -p tcp --dport xxxxx -s 127.0.0.0/8 -d 127.0.0.0/8 -j ACCEPT
sudo /etc/init.d/iptables save
RT