pipelka / vdr-plugin-xvdr

DISCONTINUED - XVDR Plugin for VDR
GNU General Public License v2.0
43 stars 22 forks source link

Default entry for lokal networks in allowed_hosts.conf #82

Closed andreas70 closed 11 years ago

andreas70 commented 11 years ago

This should be set to 192.168.0.0/16 by default to allow access from all private networks. It will save a lot of serching and frustration esp. for newbes like me!

pipelka commented 11 years ago

I don't see the point. The default value is exactly as you suggested: https://github.com/pipelka/vdr-plugin-xvdr/blob/master/xvdr/allowed_hosts.conf

andreas70 commented 11 years ago

Nope! The default is: 192.168.0.0/24 # any host on the local net But this allows hosts with ip 192.168.0.x only! Should be: 192.168.0.0/16 # any host on the local net This will allow hosts with ip 192.168.x.x. This is also the default setting in streamdev.

pipelka commented 11 years ago

Ok. You're right ;) Will change this. Thanks

herrnst commented 11 years ago

Err. If changing this, shouldn't also "172.16.0.0/12" and "10.0.0.0/8" be added?

pipelka commented 11 years ago

Or even: 0.0.0.0/0

herrnst commented 11 years ago

That'd be a nice value especially for root boxes.

pipelka commented 11 years ago

I'll change this to 192.168.0.0/16

I'm quite sure this is the most common configuration. Anyone having a different setup will know how to handle it.