Hi,
I have a public /24 that is router to my router's serial IP (a public /30).
I want to route the /24 as a small subnet to 5 different locations (on 5 different interfaces on my RB). I do not want to bridge the interfaces, instead I want each interface to have a /26 or a /28 (depends on the location that is serviced by that interface).
Where do I begin?
The backbone from my ISP is on ETH1
Location 1 is ETH2 (will be assigned /28)
Location 2 is ETH3 (will be assigned /28)
Location 3 is ETH4 (will be assigned /26)
Location 4 is ETH5 (will be assigned /26)
Location 5 is ETH6 (will be assigned /26)
My public gateway is:
x.x.20.173/30
Where do I begin? I have searched and the only options so far that I have found is to bridge the /24 across all interfaces. This is not an option for me. I want to build a routed, not a bridged network.
Thanks