I need to forward UDP port 3290 from the outside of my network to any host on the inside interface.
The application is a primitive voice protocol, whereby the client communicates to the server via TCP which port should be used for UDP communication. The server then starts sending UDP packets on that port towards the host.
Since my machine uses DHCP to acquire its address, I would prefer not to have to allow the UDP to only a single host, but I could do so if that's the only solution.
Can someone give me an example of allowing this traffic via CLI?