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

Disable SNAT regardless of the destination IP address (Firewall) since forced tunneling is turned on #194

Merged
merged 5 commits into from
May 7, 2021

Conversation

jjansen23
Copy link
Contributor

Description

Configure the firewall to never SNAT regardless of the destination IP address, preventing Azure Firewall from routing traffic directly to the internet

Issue reference

The issue this PR will close: #118

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • [x ] Code compiles or validates correctly
  • BASH scripts have been validated using shellcheck
  • [x ] All tests pass (manual and automated)
  • The documentation is updated to cover any new or changed features
  • Markdown files have been linted using the recommended linter. (See .vscode/extensions.json.)
  • [x ] Relevant issues are linked to this PR

@jjansen23 jjansen23 requested a review from glennmusa May 5, 2021 18:48
@jjansen23
Copy link
Contributor Author

disablesnat

@glennmusa
Copy link
Contributor

Looks like a good change to me 👍.

Can we update the PR title to something understandable two months from now?

Since we squash and merge into main in this repository, the title of your PR is what makes it into the git log and it helps to have a succinct, yet descriptive commit message if we need to hunt for a bug or unwind changes.

@jjansen23 jjansen23 changed the title Disablesnat Disable SNAT regardless of the destination IP address (Firewall) May 6, 2021
@jjansen23 jjansen23 changed the title Disable SNAT regardless of the destination IP address (Firewall) Disable SNAT regardless of the destination IP address (Firewall) since forced tunneling is turned on May 6, 2021
@jjansen23 jjansen23 marked this pull request as ready for review May 6, 2021 09:43
Copy link
Contributor

@glennmusa glennmusa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! Thanks @jjansen23 for the contribution!

@jjansen23 jjansen23 merged commit b9dcd44 into main May 7, 2021
@jjansen23 jjansen23 deleted the disablesnat branch May 7, 2021 09:43
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

Successfully merging this pull request may close these issues.

Disable SNAT regardless of the destination IP address
2 participants