Skip to content

Commit 390581b

Browse files
Merge pull request #306711 from aktsmm/patch-3
Update firewall-faq with ESP packet support details
2 parents fbcebc1 + b2f0530 commit 390581b

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

articles/firewall/firewall-faq.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,32 @@ sections:
112112
answer: |
113113
No, Azure Firewall doesn't natively support BGP peering. However, the [Autolearn SNAT routes feature](../firewall/snat-private-range.md#auto-learn-snat-routes-preview) indirectly uses BGP through Azure Route Server.
114114
115+
116+
117+
- question: Can Azure Firewall pass ESP packets (IPSec VPN)?
118+
answer: |
119+
Azure Firewall does not natively support ESP (Encapsulating Security Payload), but you can allow ESP traffic by configuring a network rule as follows:
120+
121+
**Azure Firewall configuration (Network Rule):**
122+
- Protocol: Any
123+
- Source port: * (Any)
124+
- Destination port: * (Any)
125+
- Source/Destination: Specify IP addresses as needed
126+
127+
This configuration allows ESP packets (IP protocol number 50) and other non-TCP/UDP traffic to match the rule. However, note that Azure Firewall does not inspect ESP payloads.
128+
129+
**Reference : If using NSG (Network Security Group) instead of Azure Firewall:**
130+
NSG does not provide a direct option to specify ESP (IP protocol number 50), but ESP packets can be allowed by using the following settings:
131+
- Protocol: Any
132+
- Port: * (Any)
133+
- Source/Destination: Specify IP addresses as needed
134+
135+
**Recommendations:**
136+
- For IPsec VPN configurations, using Azure VPN Gateway is recommended.
137+
- Consider using an NVA (Network Virtual Appliance) pattern depending on your requirements.
138+
139+
140+
115141
- name: Management and configuration
116142
questions:
117143
- question: How can I stop and start Azure Firewall?

0 commit comments

Comments
 (0)