Good Day,
I have installed MiniDLNA on my Xubuntu, all is good.
Now I just want restrict my DLNA server to some specific devices only. Reason being there are neighbours sharing the same inteet/WiFi, I don't want my personal stuff shared with them.
Although I am not some expert when it comes to Linux but I don't think that MiniDLNA by itself has any such configurations. So my possible option will be define some Firewall Rule in Xubuntu (MiniDLNA Server), which may then allow only some specific IPs or MACs to be able to access this particular service.
MiniDLNA Server by default runs on Port 8200, so I will be looking to restrict coections on this specific port only.
I think it can be represented as something like:
Code:
Allow from 192.168.0.115 on port 8200 Allow from 192.168.0.124 on port 8200 // or // Allow from 192.168.0.115, 192.168.0.124 on port 8200 Deny from All on port 8200
برچسب:
نویسنده: استخدام کار