- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
HA MX - Assign same ISP address to both MXs
Just curious if its possible to assign the same ISP address to WAN 1 of the primary MX and also the same IP on the WAN 2 of the Spare MX (HA)?
The WAN 1 interface on the spare MX will be the primary ISP which will allow access to the dashboard.
We only have a /30 for our primary ISP so I was wondering if it was possible to use the same WAN on both MXs. I'm assuming the spare unit will be communicating with the primary through our local switch using the MX uplink IPs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Unfortunately not. Maybe with NATed IP.
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As already mentioned, no! My typical workarounds are (from most to least preferred):
- Get a /29 from the ISP. ISPs do a lot for money, even giving larger subnets.
- Use the second MX as a cold spare.
- Place a router in-front of the MXes. The router does NAT/PAT and both MXes are using a shared private IP network with the router. This will insert an additional single-point of failure which should als be considered. By default this also introduces double NAT which will generally work but I would consider it a bad design. The double NAT can be avoided by NAT-Excemption on the MX, but you lose some probably important features.
- And I forgot one option: Some ISPs provide the option to provide the private IPs to devices and do the NAT/PAT on a dedicated interface or VLAN. This is similar to the option three, but without the additional single-point-of-failure. And also the double NAT can often not be avoided.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You could also consider putting a celluar data connection on the second MX, so if you lost the primary wired connection it would fail over to the spare MX and the cellular connection.
