IP Setup Basics
DHCP is mandatory. Static IPs will break your connection.
Our network uses dynamic addressing.
The Rule
Set everything to Automatic (DHCP).
- Do not set a static IP.
- Do not use your home DNS settings if they are local (like Pi-hole).
- Do not set a custom gateway.
How to check (Windows)
- Press
Win + R, typencpa.cpl, press Enter. - Right-click your Ethernet adapter > Properties.
- Select Internet Protocol Version 4 (TCP/IPv4) > Properties.
- Make sure both are selected:
- Obtain an IP address automatically
- Obtain DNS server address automatically
Troubleshooting
If you have “Unidentified Network” or “No Internet”:
- Open Command Prompt (
cmd). - Type
ipconfig /releaseand press Enter. - Type
ipconfig /renewand press Enter.
If you get an error or it times out, check your cable or ask staff.