Search found 1 match

by sperfect
Tue Nov 03, 2015 11:40 am
Forum: Support
Topic: transmission-daemon from external network
Replies: 9
Views: 10321

Re: transmission-daemon from external network

As described in http://raspberry-at-home.com/making-raspi-visible/
adding these two lines in for port 9091 in /etc/network/if-up.d/secure-rmc solved my problem (after applying all the rest, port forward, settings, etc)
logger -t iptables "Configuring ip tables for interface $IFACE"
if [ "$IFACE ...