You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Raspberry Pi4 running OSMC OS and I have rinetd installed on it to redirect external calls from the Internet. I have both MythTV and ZoneMinder installed on my home server and both are using port 80. In order to get to either of their respective webpages I have defined within rinetd the same port followed by a forward slash and the name used to access the webpage.
These are the relatives entries in my rinetd configuration file:
The above entries have worked perfectly since I create the OSMC on the Pi4.
For a variety reasons I have now decided that I need to move the rinetd functionality to another Raspberry Pi. I have move this functionality from the Pi4 to a Pi3 B+ and have installed Raspberry Pi OS 64Bit version. I have installed rinetd onto the Pi3 and have copied across the rinetd.conf file from the Pi4 to the Pi3, but rinetd on the Pi3 fails on the above redirections due to the forward slashes and rinetd does not start. If I remove the redirections which contain the forward slashes rinetd starts on the Pi3 and works flawlessly.
I have scoured the internet for a solution but have found nothing regarding this happening let alone a solution.
I'm not sure what additional information to provide in order to assist in helping find the cause of this behavior or a solution, but I will provide whatever is ask of me in order to make this work as I need to move rinetd from the Pi4 to the Pi3.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi All,
I have a Raspberry Pi4 running OSMC OS and I have rinetd installed on it to redirect external calls from the Internet. I have both MythTV and ZoneMinder installed on my home server and both are using port 80. In order to get to either of their respective webpages I have defined within rinetd the same port followed by a forward slash and the name used to access the webpage.
These are the relatives entries in my rinetd configuration file:
192.168.0.4 55580 192.168.0.3 80/mythweb 192.168.0.4 55580 192.168.0.3 80/zm
The above entries have worked perfectly since I create the OSMC on the Pi4.
For a variety reasons I have now decided that I need to move the rinetd functionality to another Raspberry Pi. I have move this functionality from the Pi4 to a Pi3 B+ and have installed Raspberry Pi OS 64Bit version. I have installed rinetd onto the Pi3 and have copied across the rinetd.conf file from the Pi4 to the Pi3, but rinetd on the Pi3 fails on the above redirections due to the forward slashes and rinetd does not start. If I remove the redirections which contain the forward slashes rinetd starts on the Pi3 and works flawlessly.
I have scoured the internet for a solution but have found nothing regarding this happening let alone a solution.
I'm not sure what additional information to provide in order to assist in helping find the cause of this behavior or a solution, but I will provide whatever is ask of me in order to make this work as I need to move rinetd from the Pi4 to the Pi3.
Thanks in advance.
The text was updated successfully, but these errors were encountered: