Networking
Best Practices to Avoid Clashes
For Private Networks
Use RFC 1918 ranges: 10.x.x.x, 172.16-31.x.x, 192.168.x.x
Use proper private ranges:
When Network ID Clashes Don't Matter
Isolated Private Networks
Multiple organizations using the same private ranges:
No problem: These networks are completely isolated behind NAT.
AWS VPCs
For Public Networks
Never use someone else's public IP space
Get your own allocated public IPs from your ISP
Use NAT to translate private IPs to public
Last updated
Was this helpful?