Feature #814
closedGUI should allow to bind openvpn on different ip same port
100%
Updated by Chris Buechler over 14 years ago
- Category set to OpenVPN
- Target version set to 2.0
- Affected Version set to 2.0
Updated by Chris Buechler over 14 years ago
- Target version changed from 2.0 to Future
This is because the management interface relies on the same port as the server is listening on, which changing would have a number of complications. If someone wants to knock this out for 2.0 that's fine but it's not a critical issue for release given the complications it introduces.
Updated by Jim Pingle about 14 years ago
This can be done now because Ermal converted the management interface over to UNIX sockets, so the port from the GUI should no longer matter to the management interface.
We just need to make sure the input validation is smart enough to reject only if there isn't an interface-specific conflict (or if one has chosen 'any' interface on a certain port)
Updated by Jim Pingle about 14 years ago
The wizard also needs adjusted to accept this scenario (Reported in #1002, but that was closed in favor of using this ticket).
Updated by Carlos Cesario over 12 years ago
Hello, already is possible run 2 openvpn instances in same port using diferent Wan Interfaces?
Updated by Jim Pingle almost 12 years ago
This should be possible now but there is a new issue holding it back. Now that we can assign a gateway group as the "interface" for an OpenVPN instance, the IP would not only have to be checked against the other IPs used directly, but also against any potential IP/interface inside a gateway group.
Updated by Renato Botelho almost 12 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 49b76122af0846474f65eaf73e0e879e24fb554c.
Updated by Renato Botelho almost 12 years ago
- Assignee set to Renato Botelho
- Target version changed from Future to 2.1
- Affected Architecture All added
- Affected Architecture deleted (
)
Updated by Chris Buechler over 11 years ago
- Status changed from Feedback to Resolved