DOM encoder server behind firewall

Anything and everything to do with DCP-o-matic.
chr.hove
Posts: 9
Joined: Tue Nov 15, 2016 4:03 pm

DOM encoder server behind firewall

Post by chr.hove »

I have DOM encoding servers running on some Linux boxes with several network interfaces. This worked well until I enabled ufw on those boxes. Now the DOM client does see those encoding servers anymore.
On the Linux boxes I have opened port 6192/TCP on the interface of the network containing the DOM client and I have confirmed that I can make a TCP connection to the server port from the client computer using nc.
I have tried to add the IP of the encoding servers manually in the client settings, but still no luck.
Other encoding servers not restricted by ufw works fine.
What am I missing?
carl
Site Admin
Posts: 2489
Joined: Thu Nov 14, 2013 2:53 pm

Re: DOM encoder server behind firewall

Post by carl »

At the moment I think you need to open 6192 and 6193 on the encode servers, and 6194 on the "main" DCP-o-matic machine. Does that help?
chr.hove
Posts: 9
Joined: Tue Nov 15, 2016 4:03 pm

Re: DOM encoder server behind firewall

Post by chr.hove »

Thanks, Carl.
Not sure why I missed 6193 when lsof puts it quite clear :oops:

COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
dcpomatic 1357 operatoer 14u IPv4 24041 0t0 TCP *:6192 (LISTEN)
dcpomatic 1357 operatoer 21u IPv4 23203 0t0 UDP *:6193

It works after allowing 6193/udp
carl
Site Admin
Posts: 2489
Joined: Thu Nov 14, 2013 2:53 pm

Re: DOM encoder server behind firewall

Post by carl »

Great 8-)