This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Astaro 6 WebAdmin

Hi @ all

I'm having some weird problems with the WebAdmin/ssh interface, it seem to be unable to connect to astaro.
If I start an nmap session on my laptop this is what i get:

PORT     STATE  SERVICE
8080/tcp closed http-proxy

PORT     STATE  SERVICE
4444/tcp closed http-proxy

PORT   STATE    SERVICE
22/tcp filtered ssh

My knowledge of Astaro is fairly minimal, so if any of u have any ideas how i can reopen port 4444  8080 and 22 that would be great [:)] 

Thanks in advance


This thread was automatically locked due to age.
Parents
  • Looks like your network is not allowed to connect via WebAdmin/SSH.
    Try to set some iptables rules to allow WebAdmin acces again via console, e.g.
    iptables -I INPUT -s 1.2.3.4 -p tcp --dport 4444 -j ACCEPT
    where 1.2.3.4 is the source IP address of your client.

    Cheers
     Ulrich
Reply
  • Looks like your network is not allowed to connect via WebAdmin/SSH.
    Try to set some iptables rules to allow WebAdmin acces again via console, e.g.
    iptables -I INPUT -s 1.2.3.4 -p tcp --dport 4444 -j ACCEPT
    where 1.2.3.4 is the source IP address of your client.

    Cheers
     Ulrich
Children