So I have two sets of IP addresses I'm using in my network.
The private range: 192.168.0.0/16 gateway 192.168.0.1 to comcast residential internet
The public range 96.79.212.209/28 gateway 96.79.212.222 to comcast business internet
I want to be able to hand out both ranges using dhcp, but separated somehow, can't use MAC addresses as I won't know those ahead of time.
Would be nice if I could hand out addresses based on which physical switch port the request came from.
I haven't played with VLANs up till now, but I'm wondering if they might hold the answer.
Any time spent thinking about this is much appreciated.
The private range: 192.168.0.0/16 gateway 192.168.0.1 to comcast residential internet
The public range 96.79.212.209/28 gateway 96.79.212.222 to comcast business internet
I want to be able to hand out both ranges using dhcp, but separated somehow, can't use MAC addresses as I won't know those ahead of time.
Would be nice if I could hand out addresses based on which physical switch port the request came from.
I haven't played with VLANs up till now, but I'm wondering if they might hold the answer.
Any time spent thinking about this is much appreciated.
Comment