I was looking for something to do this weekend, so I decided to clean up the router filtering rules a bit.
One thing led to another and before I knew it, I was changing the whole configuration. Ive used 192.168.0/24 since forever like EVERYTHING else. But I was trying to setup a VPN and it was pointed out that isnt very good for connecting through just about anywhere since in all likelihood it is using something in that range. Then the VPN client will run into trouble since it will end up with two interfaces on the same subnet going different places.
After some deliberations, I decided to take the nice 10.32.36/22 block.
10.32.36/24 is infrastructure
10.32.37/24 is spare
10.32.38/24 is VPN
10.32.39/24 is known DHCP clients
Additionally, I took the generic 192.168.1/24 block and am issuing it to "unknown" DHCP clients. Its handled by an additional virtual ethernet interface.
Its not implemented yet, but I plan to do much limiting with traffic from the 192.168.1/24 'unknown' block. HTTP(S)/SNMP/POP only. Also, probably prioritized below other traffic or otherwise rate limited.
Ive also acquired a /48 from my ipv6 tunnel provider. I plan to do much the same with it. Im only using one /64 at the moment. I have not figured out how to separate known/unknown yet.
At the moment my wireless is WPA2-Enterprise and so I don't think I have too much to worry about with drive-by kiddies. But with this setup, if I were to have guests, I could use one of my AP's additional wireless configurations to setup a PSK network along side. Then they would get dumped onto the 'unknown' network and kept segregated from places they dont need to be. Like the whole Windows network with all the shares, etc.
One thing led to another and before I knew it, I was changing the whole configuration. Ive used 192.168.0/24 since forever like EVERYTHING else. But I was trying to setup a VPN and it was pointed out that isnt very good for connecting through just about anywhere since in all likelihood it is using something in that range. Then the VPN client will run into trouble since it will end up with two interfaces on the same subnet going different places.
After some deliberations, I decided to take the nice 10.32.36/22 block.
10.32.36/24 is infrastructure
10.32.37/24 is spare
10.32.38/24 is VPN
10.32.39/24 is known DHCP clients
Additionally, I took the generic 192.168.1/24 block and am issuing it to "unknown" DHCP clients. Its handled by an additional virtual ethernet interface.
Its not implemented yet, but I plan to do much limiting with traffic from the 192.168.1/24 'unknown' block. HTTP(S)/SNMP/POP only. Also, probably prioritized below other traffic or otherwise rate limited.
Ive also acquired a /48 from my ipv6 tunnel provider. I plan to do much the same with it. Im only using one /64 at the moment. I have not figured out how to separate known/unknown yet.
At the moment my wireless is WPA2-Enterprise and so I don't think I have too much to worry about with drive-by kiddies. But with this setup, if I were to have guests, I could use one of my AP's additional wireless configurations to setup a PSK network along side. Then they would get dumped onto the 'unknown' network and kept segregated from places they dont need to be. Like the whole Windows network with all the shares, etc.