-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Bastion tunnel doesn't carry UDP traffic #25023
Copy link
Copy link
Open
Labels
Auto-AssignAuto assign by botAuto assign by botNetworkaz network vnet/lb/nic/dns/etc...az network vnet/lb/nic/dns/etc...Network - BastionService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-quality-productivity-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.
Milestone
Metadata
Metadata
Assignees
Labels
Auto-AssignAuto assign by botAuto assign by botNetworkaz network vnet/lb/nic/dns/etc...az network vnet/lb/nic/dns/etc...Network - BastionService AttentionThis issue is responsible by Azure service team.This issue is responsible by Azure service team.act-quality-productivity-squadbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.
Describe the bug
Bastion tunnels don't carry UDP traffic. TCP works fine
Command Name
az network bastion tunnelTo Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
az network bastion tunnel --resource-port <resource port> --port <port> ...nc -l <resource port>echo "hello world" | nc 127.0.0.1 <port>nc -ul <resource port>echo "hello world" | nc -u 127.0.0.1 <port>Environment Summary
Additional Context