What is the problem?
I tried to setup my Octoprint to manage 2 different printers on two instances of octoprint
After the command lines and a reboot I can't reach octoprint through the webbrowser by IP, only by "octopi.local"
Usualy the octoprint instance was reachable through the IP that was shown in my router.
And as a sidenote, in the options where you setup the online test ( Host 8.8.8.8 Port:53 ), this does not work anymore if you test it
What did you already try to solve it?
IP:5000 or IP:5001 won't work
octoprint.local:5000 or octoprint.loca:5001 won't work
The IPv6 Adress from the tips via SSH on the Pi works in the browser, but only for octoprint instance wich was already installed
Logs (syslog, dmesg, ... no logs, no support)
Additional information about your network (Hardware you are trying to connect to, hardware you are trying to connect from, router, access point, used operating systems, ...)
those are the command lines I used in order
sudo su
cd /etc/init.d
sed s/octoprint/octoprint2/ < octoprint | sed s/OctoPrint/OctoPrint2/ | sed s/bin\/octoprint2/bin\/octoprint/ > octoprint2
chmod 755 octoprint2
cd /etc/default
sed s/PORT=5000/PORT=5001/ < octoprint | sed s/HOST=127.0.0.1/HOST=0.0.0.0/ | sed s/$PORT/$PORT\ --basedir\ \/home\/pi\/.octoprint2/ > octoprint2
sudo update-rc.d octoprint2 defaults 99
sudo reboot now