The rinetd tag has no wiki summary.
1
vote
1answer
145 views
port forwarding to access services on servers behind NAT
I have some security camera systems in different locations, each location does have internet, the ISP is NATing all the IPs so theres no way to open ports to my systems.
My solution was to rent a VPS ...
1
vote
1answer
107 views
Port forwarding on Ubuntu - what are the minimum and maximum port numbers to use?
I'm using rinetd on Ubuntu as a port forwarding server. I'm running this on EC2. I need to know which ports are available for me to use for port forwarding.
I know that the privileged ports are 0 - ...
-2
votes
1answer
345 views
How do i install Rinetd on centos [closed]
I cant find a guide on how to install rinetd on centos can anyone provide installation instructions or a link please
thanks alot
0
votes
0answers
151 views
Why rinetd is working locally but not working remotly?
/etc/rinetd.conf
0.0.0.0 443 10.30.224.7 636
allow *
>lsop -i|grep rinetd
rinetd 27099 root 4u IPv4 2553556 TCP *:https (LISTEN)
Also iptables -L -n returns nothings.
Still, ...