Opened 14 years ago
Closed 14 years ago
#80 closed Feature Wish (notabug)
OpenVPN client config should allow TCP and UDP in one config
Reported by: | Thomas | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Configuration | Version: | OpenVPN 2.1.0 / 2.1.1 (Community Ed) |
Severity: | Not set (select this one, unless your'e a OpenVPN developer) | Keywords: | |
Cc: |
Description
Since UDP does typically run faster than TCP (especially over mobile links), it would be good if a config file could look something like:
remote myhost1 udp 1443 remote myhost1 tcp 1443
rather than defining TCP/UDP for the entire config.
Use case - client is sitting behind a firewall which allows TCP but not UDP:
- Client tries to connect to UDP and fails
- Client (transparently to use) tries TCP and succeeds
Obviously the server would need to be appropriately set up - easy option would be to simply have two server instances running, one bound to TCP and the other to UDP
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
this is already possible in 2.1 using 2 different methods:
1)
(note the order)
2) using connection blocks