Skip to content

Instantly share code, notes, and snippets.

@clemensv
Created September 22, 2022 09:14
Show Gist options
  • Save clemensv/0014eb327ec0f43e448b0b62e10d0028 to your computer and use it in GitHub Desktop.
Save clemensv/0014eb327ec0f43e448b0b62e10d0028 to your computer and use it in GitHub Desktop.
Multiplexed RDP azbridge config
# Azure Relay Bridge Configuration - Client-Side
LocalForward :
- RelayName: mylab
ConnectionString: <<connection string>>
Bindings:
- BindAddress: 127.1.0.2
BindPort: 13389
PortName: rdp1
- BindAddress: 127.1.0.3
BindPort: 13389
PortName: rdp2
- BindAddress: 127.1.0.4
BindPort: 13389
PortName: rdp3
LogLevel: INFO
# Azure Relay Bridge Configuration - Server-Side RDP Bridge
RemoteForward :
- RelayName: mylab
ConnectionString: <<connection string>>
Bindings
- Host: target1.corp.example.com
PortName: rdp1
HostPort: 3389
- Host: target2.corp.example.com
PortName: rdp2
HostPort: 3389
- Host: target3corp.example.com
PortName: rdp3
HostPort: 3389
LogLevel: INFO
LogLevel: INFO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment