Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redirections from rinetd using forward slashes fails #47

Open
SchmickApps opened this issue Sep 8, 2024 · 0 comments
Open

Redirections from rinetd using forward slashes fails #47

SchmickApps opened this issue Sep 8, 2024 · 0 comments

Comments

@SchmickApps
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant