Setup Coder in locked VLAN
I have tested Coder on AWS EC2 instance and it works great.
I am a high school CS teacher and my lab is on a VLAN.
The school Board has blocked all ports except 433 (https) going out and everything coming in.
The problem I am having is when I start up Coder it goes out https and creates an external access URL.
The problem is that no traffic can get back into my network.
How do I setup Coder to only run internally on my VLAN?
Use just a local ip address.
Thanks.
3 Replies
<#1254987635408240670>
Category
Help needed
Product
Coder OSS (v2)
Platform
Linux
Logs
Please post any relevant logs/error messages.
You can set the
CODER_ACCESS_URL
to a locally resolvable domain on your VLAN or an IP.
It will prevnt Coder from creating the public tunnel.For further instructions on how to install coder in a restricted environment, see https://coder.com/docs/install/offline