milkaca 1 Posted ... Hi, I am using minidlna on my Raspberry pi with latest stable version of Eddie. When I start Eddie and turn on Network Lock, my Raspberry is no longer visible on the network.Is it possible to configure it some how to work under the Network Lock, I guess it is related to iptable rules? Quote Share this post Link to post
milkaca 1 Posted ... I managed to connect to my DLNA on the network and from there all worked, browsing folders, playing videos... But discovery on the network stopped to work, so every time when I need to connect again I must restart the service. Maybe if I add restart of the service every few seconds it will work. Quote Share this post Link to post
milkaca 1 Posted ... Can I apply iptables rules in addition after Network Lock? Like this: sudo iptables -A INPUT -p tcp -m tcp -s 192.168.188.1/24 --dport 8200 -j ACCEPT sudo iptables -A INPUT -p udp -m udp -s 192.168.188.1/24 --dport 8200 -j ACCEPT sudo iptables -A INPUT -i eth0 -s 0.0.0.0/32 -d 224.0.0.1/32 -p igmp -j ACCEPT sudo iptables -A INPUT -i eth0 -d 239.0.0.0/8 -p igmp -j ACCEPT Quote Share this post Link to post
milkaca 1 Posted ... Ok, I will stop using Network Lock feature and try to figure out some alternative solution. Quote Share this post Link to post