Dear all - this is a bit a of concept question. But it seems an obvious and generic requirement - but I can't find a nice, neat and simple solution? Or maybe I can't see the forest for the trees? Help/pointers would be appreciated - the first bit is the connectivity, I'll worry about the security issues once this has been put to bed.
I need a WAN/LAN network with 30 plus nodes. My IPS will supply a nice fibre internet connection per node with fixed public IP's, each node has a /28 span (5 usable Public IPs) - so I have the foundation for an 'any to any' network (which I need) via these public IPs. I now need to expand the IP host connectivity behind the ISP supplied CPE. This expansions needs to be a set of private networks (say) 192.168.x.0/24 - with x being 1 to 30. - But I still need the 'any to any' connectivity.
A (rather poor) ascii picture of what I need:
' _________________
' | Internet |
192.168.1.100/24 <---->ISP CPE/28 <-------> | |
192.168.2.100/24 <---->ISP CPE/28 <-------> | |
Etc up 'till 192.168.30.100/24 | |
|_________________|
The Internet becomes no more than a 30 port switch - with any 192.168.x.y being able to ping any other 192.168.x.y node
Any takers?