Most IP ranges are owned by some org somewhere so you risk running into conflicts if you decide to s
Most IP ranges are owned by some org somewhere so you risk running into conflicts if you decide to start routing their address space locally. Only really becomes an issue if something in the network tries to call out to a site hosted in that public subnet, as it would fail
There are specific private ranges that are designed for messing around locally: https://en.m.wikipedia.org/wiki/Private_network
I'd take something small like a /24 (255 addresses) on one of those, e.g. 10.34.35.0/24 where 34 and 35 can be any random numbers
There are specific private ranges that are designed for messing around locally: https://en.m.wikipedia.org/wiki/Private_network
I'd take something small like a /24 (255 addresses) on one of those, e.g. 10.34.35.0/24 where 34 and 35 can be any random numbers
In Internet networking, a private network is a computer network that uses a private address space of IP addresses. These addresses are commonly used for local area networks (LANs) in residential, office, and enterprise environments. Both the IPv4 and the IPv6 specifications define private IP address ranges.Private network addresses are not alloc...








