- CheckMates
- :
- Products
- :
- CloudMates Products
- :
- Cloud Network Security
- :
- Discussion
- :
- Re: Azure, vmss cluster, outbound connections to m...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Azure, vmss cluster, outbound connections to multiple public IPs
Hello,
I've got VMSS cluster deployed in Azure.
By default the outgoing traffic is NATted to the outbound interface of each of the gateways (they have public IPs).
What I need to do is to have one specific server from behind the Checkpoint, to go out with static public IP, which is different from the public IPs of the gateways.
Any ideas on how to do that ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
there a few options , some will affect all the traffic.
1) outbound NAT on the external LB, this will affect of course all outgoing traffic.
2) deploy a NAT GW so all the traffic will go out from the NAT GW IP , again affects all traffic.
3) work with Cluster HA , which can have one specific IP for outgoing connections. here you can add more then one specific external IP and have multiple outgoing NAT if you need it later on.