Coder.comC
Coder.com3y ago
13 replies
dArKKKiS-

Setup coder in restricted environment

We currently have our servers in datacenter which restricted us from accessing them directly. In order to connect to servers, we have to use FortiClient VPN to access server addresses (like 192.168.100.100:22). Their firewall also restrict access to certain ports when using VPN (currently ports 22, 80, 443 and 3389 are open but I can ask to open more). SSH server has public IP and can access internet but their IPs are shared between multiple servers and thus no incoming connection to them via Public IP (its like NAT but only port 443 is available for our web server running on another server.). How can I use Coder in this environment?

The schema for me to connect from my Windows PC to the SSH server is like following:
me ---> FortiVPN ---> 192.168.100.100:22
Was this page helpful?