Opening custom port not working in ISPConfig 3

Discussion in 'General' started by mellentino, Jul 8, 2009.

  1. mellentino

    mellentino New Member

    Hi all,

    I've installed and configured ISPConfig 3 to work flawlessly on Fedora 10 server. Now I'm trying to open firewall port 3000 for some ruby application in order for it to work through the firewall under System menu and when I try to access the page it simply return an error 'can't establish connection to the server' message.

    Any idea how to make this work ?
    PS : the ruby script already running and I can access it via localhost
     
    Last edited: Jul 9, 2009
  2. falko

    falko Super Moderator Howtoforge Staff

    What are the outputs of
    Code:
    netstat -tap
    and
    Code:
    iptables -L
    ?
     

Share This Page