<html><head></head><body><div>On Mon, 2016-09-19 at 19:30 -0400, Mario Bertrand wrote:</div><blockquote type="cite">Hi, <br>
<br>
To make Mythmote connect to frontend, I have followed instructions on mythtv wiki :<br>
<a href="https://www.mythtv.org/wiki/Frontend_control_socket">https://www.mythtv.org/wiki/Frontend_control_socket</a><br>
<br>
sysctl -w net.ipv4.conf.all.route_localnet=1 <br>
<br>
iptables -t nat -I PREROUTING 1 -p tcp -d 192.168.1.xxx --dport 6546 -j DNAT --to-destination <a href="127.0.0.1:6546">127.0.0.1:6546</a> <br>
<br>
It works, but since I loose everything at reboot, I would like to get this done automatically at boot. I'm on latest mythbuntu. Any ideas? <br>
<pre>
</pre></blockquote><div>Mario,</div><div><br></div><div>This is an operating system problem. I am unsure which operating system you are using for your frontend. I have found that Fedora 24 (Server) utilizes a different management tool for iptables. The legacy method of adding to the iptablse configuration works until the next reboot. I found that firewall-config (X11) will change both the boot config and the run config.</div><div><br></div><div>Steve</div></body></html>