Guest User!

You are not Sophos Staff.

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

Reset Allowed Networks in WebAdmin

Hey guys, I just installed Astaro today and I gotta say that I'm quite impressed with it so far. The flexibility is great, just what I've been looking for.

Anyways, I was trying to harden the setup by allowing only my IP to access the WebAdmin, but then I switched NICs and IPs and I also forgot to change the Allowed Networks for WebAdmin access. Now it won't let me access the WebAdmin. I even tried plugging my PC to the old NIC and IP, it still won't let me access it, but I can ping 192.168.0.1. The connection just times out everytime I try to access port 4444.

Is there a way to reset the Allowed Networks to "Any" on the console?


This thread was automatically locked due to age.
Parents
  • as techuser said if you have SSH Access to allow the ip  : 192.168.0.10
    use this iptables command

    iptables -A INPUT -s 192.168.0.10 -p tcp -m tcp --sport 1024:65535 --dport 4444 -j ACCEPT


    if you don't have ssh enabled.

    i think you have console access or VGA + Keyboard.

    so you can access Linux Terminal 

    execute the above command
Reply
  • as techuser said if you have SSH Access to allow the ip  : 192.168.0.10
    use this iptables command

    iptables -A INPUT -s 192.168.0.10 -p tcp -m tcp --sport 1024:65535 --dport 4444 -j ACCEPT


    if you don't have ssh enabled.

    i think you have console access or VGA + Keyboard.

    so you can access Linux Terminal 

    execute the above command
Children
No Data