H
Homarr2y ago
rad

All external stuff giving Ping timed out

I'm genuinely not sure what I did, but I restarted homarr randomly, and now everything external gives me "Error Ping timed out for app with id '<id>' in config 'default' -> url: <url> It also all of a sudden required me to open the port on the system which I never had to do before It's hosted through portainer currently https://files.radnotred.dev/u/bq9Yxd.png
Solution:
Huh, the issue was that I had ``` { "iptables" : false }...
Jump to solution
3 Replies
rad
radOP2y ago
It's all on the same networks as it used to be, same machine as everything else, and it's only isolated to homarr
Serenaphic
Serenaphic2y ago
An update on your system may have caused that. search this channel to find others that have also had to work with portainer, it may give you a clue on what needs to be done
Solution
rad
rad2y ago
Huh, the issue was that I had
{
"iptables" : false
}
{
"iptables" : false
}
in /etc/docker/daemon.json This seemed to break it somehow

Did you find this page helpful?