Bug #3626
Sat IP Server listens only on one interface
0%
Description
On a multi homed machine (eth0 and eth1 active, in two different networks), the SAT IP Server listens only on one of the interfaces (in this case eth0).
Reproduce
Configure a linux machine to be multi homed (eth0, eth1) in two different networks
Run TVheadend
Activate SAT IP Server
The SAT IP Server only listens on the IP of eth0:
tvheadend10995: satips: Starting SAT>IP RTSP server 10.10.2.11:554
HTTP and HTPS listen on all interfaces as shown in the log:
tvheadend10995: http: Starting HTTP server 0.0.0.0:9981
tvheadend10995: htsp: Starting HTSP server 0.0.0.0:9982
Expected behaviour
SAT IP Server should also listen on all interfaces (0.0.0.0)
History
Updated by Joe User about 5 years ago
Isn't this solved with the "--satip_bindaddr" command line option?
I have tested that it works using "--satip_bindaddr 0.0.0.0" and it starts and listens on 0.0.0.0, but I only tested with a NATed connection and a single network interface. I do not have a second network interface to test with at the moment.