Hi all,
Debating over a design snag I have.
The customer has multiple ISP subnets (around 4/5) all presented via the same circuit and tagged with the same VLAN.
I appreciate multiple subnets to 1 VLAN is bad design but thats out of scope for us right now.
I need to present these circuits ideally to 1 VS.
For inbound traffic, there is the possibility I could use proxy arp:
- vSwitch attached to the bond, tagged with the said VLAN above with a wrp link to the VS
- wrp link on VS has an IP in 1 of the 4/5 subnets above
- Proxy ARP all the rest of the subnets to the IP assigned above...
But then you face the issue with outbound traffic and NAT'ing internal servers behind IP addresses that dont exist on the OS i.e there is no route.
vRouters seem like it could solve the issue. Multiple IP's attached to the router and a default route on the VS pointing to the vRouter.
Cluster is currently running VSLS however so that rules out vRouters for now - however cluster could be converted to HA if the vRouters would work effectively.
Any design ideas for you guys?
All ideas appreciated. Thank you