Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

At least one tcp and one udp rule must be enabled to allow outbound SNAT - not needed anymore #10

Open
shayshahak-zz opened this issue Dec 14, 2018 · 0 comments

Comments

@shayshahak-zz
Copy link

shayshahak-zz commented Dec 14, 2018

"At least one tcp and one udp rule must be enabled to allow outbound SNAT" - when using the new feature of Azure LB Outbound Rules, that eliminates the need to configure a dummy inbound rule in order to enable outbound SNAT on Azure LB.
see this doc for more info:

https://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-outbound-rules-overview

an example for creating Outbound Rule:
az network lb outbound-rule create --address-pool shayfortipublicLBBE
--frontend-ip-configs shayfortipublicLBFE
--lb-name shayfortipublicLoadBalancer
--name outboundrule
--protocol All
--resource-group forti

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant