Rocky 9.3 ISPConfig install

Discussion in 'Installation/Configuration' started by jnewman67, Jan 19, 2024.

  1. jnewman67

    jnewman67 Active Member HowtoForge Supporter

    Relating to iptables, after you get it and fail2ban installed, you should really add your LAN network to the ACCEPT list.
    Code:
    iptables -I INPUT -s 192.168.0.0/24 -J ACCEPT
    so that you can then launch the ISPConfig web interface.
     
    till and ahrasis like this.

Share This Page