Jump to content
Not connected, Your IP: 3.137.192.3
milkaca

UpnP \ DLNA not wokring with Network Lock

Recommended Posts

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?

Share this post


Link to post

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.

Share this post


Link to post

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
 

Share this post


Link to post

Ok, I will stop using Network Lock feature and try to figure out some alternative solution.

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Security Check
    Play CAPTCHA Audio
    Refresh Image

×
×
  • Create New...