Hi,
So i've been browsing around these forums and the internet and I am unable to find the correct answer and get this to work. I have a static ip address with about 10 internal development servers with different internal ip addresses. Each of these are running linux. What i'm trying to achieve is to allow my developers who are external to my network to access the development servers via ssh. Each developer will be accessing the different servers through putty. I don't want them all to connect to 1 and then jump to another server due to some x11 forwarding etc..
When i enable port forwarding for port 22, it only works for 1 server going to the first internal ip address i assign. When i setup static nat , i can assign the first internal ip to the external ip address for port 22, when i do the same for the second internal ip to the same external ip, i keep getting message saying the rule for 22 is already existing and conflicting. I tried to change the port for my second server to listen to 2222 and that didn't work either. Still times out. I don't have any other firewall inbetween.
How can i get the other developers to access the server via ssh using clients like putty to access the other servers?
I read alot about port forwarding etc.... but none of it seems to achieve what i'm trying to do.
My configuration:
1 Static IP (Public) (71.x.x.36)
10 Internal IP addresses ( 192.168.1.10, 192.168.1.11, 192.168.1.12, etc..)
My router model : MI424WR-GEN3I
Firmware: 40.20.7
Please help.
Andy.