Hi, > I use Ebox at my home server. And I love it. But I have a problem, I > wanted to upgrade Ebox but no connections to the outside could be made > it seemed. So I signed the box external at the network configuration, > because I thought that might help. But now I cannot reach the server > threw smb or the web interface, only ssh works. > > I have a backup in my backup directory. Is it possibly tot restore that > backup with ssh? Or is it possible to reset the network configuration?
If you have ssh access and you want to temporarily grant access to your web interfaces execute this: iptables -I INPUT -p tcp --destination-port 443 -j ACCEPT This way you will have access to the web interface and you will be able to configure the network again. hope this helps. Javi _______________________________________________ Ebox-user mailing list [email protected] https://lists.warp.es/mailman/listinfo/ebox-user
