Hello Verbrugge, Richard
In addition to hossein jalilian's response, I'm adding more details.
It appears you're experiencing connectivity problems between your Azure Bastion VM and your on-premises DNS server. Since ICMP and RDP are functioning properly, the basic VPN tunnel seems to be working. However, DNS (UDP port 53) and SSH traffic are not reaching the on-prem firewall, indicating there may be a few specific areas to check.
- Ensure that routing is properly set up on both Azure and on-premises to permit DNS and SSH traffic. Also, check for any conflicting routes.
- Even if the rules appear to allow the traffic, please double-check for any forced tunneling or DNS proxy configurations that could be interfering with the queries.
- Azure Firewall uses SNAT, which might impact how packets are sent. Make sure the SNAT settings are not causing any problems.
- Once again, please check your on-premises firewall as there may be rules blocking DNS or SSH requests from the Azure IP range.
- Please verify that your DNS configuration, including any conditional forwarding settings, permits requests from the Azure VNET. Also, ensure that the NSG rules on the Azure side are not blocking the required ports for DNS and SSH access.
Please provide the following information so we can further investigate the issue:
- Have you set up any custom routes for your Azure VNET?
- Are there any specific filtering rules on your on-premises firewall that could impact traffic coming from Azure?
- Can you confirm whether there are outbound rules on the Azure Firewall that might be blocking DNS or SSH traffic?
- Are there any particular DNS server settings that could be affecting how Azure requests are handled?
Hope the above answer helps! Please let us know do you have any further queries.
Please do consider to “up-vote” wherever the information provided helps you, this can be beneficial to other community members.