What's new

DLNA access control. How?

woland

Occasional Visitor
Hi,
I'm trying to restrict access to the DLNA server to only one station.
I found that it is possible to do via telnet by modifying iptables.
iptables -I INPUT 3 -p udp --dport 1900 -s 192.168.xx.yy -j ACCEPT
iptables -I INPUT 4 -p tcp --dport 8200 -s 192.168.xx.yy -j ACCEPT
iptables -I INPUT 5 -p udp --dport 1900 -j DROP
iptables -I INPUT 6 -p tcp --dport 8200 -j DROP
But i do not know how to store this modification and how to automatically apply this on each boot. Which file to edit, where? Please help...
I'm runnig latest stock FW, 3.0.0.4.270
Thanks.
 
Hi,
I'm trying to restrict access to the DLNA server to only one station.
I found that it is possible to do via telnet by modifying iptables.

But i do not know how to store this modification and how to automatically apply this on each boot. Which file to edit, where? Please help...
I'm runnig latest stock FW, 3.0.0.4.270
Thanks.

Can't be done with Asus's firmware.
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top