-
Notifications
You must be signed in to change notification settings - Fork 617
Open
Description
I have a docker application that is using the network connection provided by the open-vpn client. My application needs to receive udp packets on port 42000. The connection is working fine , other than udp packets on 42000 are not reaching the application.
I cannot seem to open port 42000 using the -p 42000;udp option.
I start the openvpn client with:
docker run -it --cap-add=NET_ADMIN --device /dev/net/tun --name open-vpn --dns 8.8.4.4 -p 42000:42000/udp -v /root/Documents/openvpn:/vpn -d dperson/openvpn-client -r 192.0.2.0/24 -p 42000;udp
the openvpn client responds with bash: udp: command not found...
How should I be opening this port?
Metadata
Metadata
Assignees
Labels
No labels