Hi Luc, Log into the machine and execute
# ifconfig eth0 192.168.100.30 After that try to access from the network connected to eBox to https://192.168.100.30 I'm assuming eth0 is an interface which is NOT marked as external. In case you have messed something up with the external interfaces you can manually enable access in the firewall to the web interface by executing: # iptables -I INPUT -p tcp --destination-port 443 -j ACCEPT Once you have logged in through the web interface, restore your configuration and save changes. Drop us a line if you need more help _______________________________________________ Ebox-user mailing list [email protected] https://lists.warp.es/mailman/listinfo/ebox-user
