Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2022-02-10 Thread Michael Herger
but get a 'forbidden' for the settings page. which is kind of expected. You currently have two options to deal with the situation: * enable password protection (and optionally add your networks to the IP allow list) * disable the check by setting the protectSettings value to a falsy value (vi

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2022-02-10 Thread markusk
servus michael, i'm having the same or similar issue as the last poster. running LMS on a raspi4 (raspbian 10) in a docker container which is connected to the host network. so i can access it with 192.168.1.11 (ip of raspi) on the LMS port. which works fine and i did so on several machines yet.

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2022-01-24 Thread andyss
mherger wrote: > > > Can you tell us a little more about your environment? Tailscale would > not run in the container, would it? What IP networks are being used > where (inside and outside the container)? I've decided to uninstall Tailscale for the time being, but to answer the above, I was r

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2022-01-23 Thread Michael Herger
-[22-01-22 12:09:25.9103] Slim::Plugin::CLI::Plugin::cli_socket_accept (250) Access to CLI is restricted to the local network or localhost: - Can you tell us a little more about your environment? Tailscale would not run in the container, would it? What IP networks are being used where (inside

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2022-01-22 Thread andyss
mherger wrote: > > I started to have this problem after installing Tailscale on my > server > > hosting Slimserver. Does anyone know how to add the httpaddr value > to > > an instance running in a docker container? > > Edit the server.prefs file while the server is shut down. I thought that w

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2022-01-21 Thread Michael Herger
I started to have this problem after installing Tailscale on my server hosting Slimserver. Does anyone know how to add the httpaddr value to an instance running in a docker container? Edit the server.prefs file while the server is shut down. ___ Squee

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2022-01-21 Thread andyss
I started to have this problem after installing Tailscale on my server hosting Slimserver. Does anyone know how to add the httpaddr value to an instance running in a docker container? Thanks. andyss's Profile: http://for

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2021-12-02 Thread Tintifax
That sounds like a good idea! Where should I edit the logitechmediaserver.service file? I find this file in many directories, like /run/systemd/generator.late or /sys/fs/cgroup/systemd/system.slice Tintifax's Profile: http

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2021-11-28 Thread Paul Webster
169.254 is the prefix used for an automatic assignment of an IP address when DHCP lookup fails. As for the rest ... I don't know the answer but can you simply delay the LMS startup until a 192.168 IP address has been assigned or the router can be pinged ... or failing that just make it wait N se

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2021-11-28 Thread Tintifax
This issue occured again, but fortunately this time I knew how to solve it (restart lms). I'm just curious how all of this works. Maybe someone can help me to understand this in more detail. I have lms 8.0.0 on Raspbian 10 Whenever there's a short interruption of the power supply in my home all

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2021-04-25 Thread Tintifax
I tried ip, dhcp upper and lower case, and parts of the IP address. Nothing related to the pi's IP: Code: pi@raspberrypi:/ $ ifconfig eth0: flags=4163 mtu 1500 inet 192.168.1.8 netmask 255.255.255.0 broadcast 192.168.1.255 inet6 fe80::9a3f:8ce6:5746:bc5d pre

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2021-04-25 Thread Paul Webster
try case insensitive and others things like dhcp and 169 and 192 Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, supla finland, abc australia, cbc/radio-canada and rte irel

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2021-04-25 Thread Tintifax
Its Raspbian 5.10.17-v7+ Hm, dmesg|grep IP doesn't find any relevant info: Code: [0.00] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [0.001244] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2021-04-25 Thread Paul Webster
Which OS are you using? Not all will behave the same way. What does it say in dmesg regarding IP address? Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france (fip etc), planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, supla finland, abc

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2021-04-25 Thread Tintifax
Ha! That was fast and accurate! Thanks a lot! Johannes PS: Just curious: What could have caused this? Maybe my DHCP server answered too slow (after LMS had already started) on the last reboot? But doesn't the raspberrypi wait for an IP-address until it continues the boot process?

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2021-04-25 Thread Paul Webster
169.254.x.y is the special address range used when DHCP is expected (not static assignment) and it was unable to get an IP address. Try restarting LMS now that you do have a DHCP allocated address. Paul Webster http://dabdig.blogspot.com author of \"now playing\" plugins covering radio france

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2021-04-25 Thread Tintifax
Hi, I have LMS .deb running on a raspi, connected are a Boom and a Classic via Wifi. All are in the same 192.168.1.1 network and all Players work fine. Today I realized that I can not access the settings page (403 Forbidden: settings/index.html) I tried from two different devices in the same net

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2021-04-03 Thread Wim De Winter
Seems like the default systemd unit entry in my case was uncorrect. This is the entry I now have and it's working! Code: [Unit] Description=Logitech Media Server Daemon After=network-online.target Wants=network-online.target [Service] User=logitechms Group=

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2021-04-03 Thread Wim De Winter
So here's what I did, and this seems to have solved the problem. In system settings>system administration>systemd, I looked up logitechmediaserver in the tab called units and added Code: --httpaddr 192.168.178.21 to the unit file. The unit file now lo

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2021-04-03 Thread Paul Webster
When I wrote "are especially" I meant "are not especially" ! Anyway ... having more than one IP address can confuse things. You can tell LMS which IP address to listen on via the command line --httpaddr There are a bunch of IP address related command line options and they might all need setting

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2021-04-02 Thread Wim De Winter
Hey Paul, thanks for your answer!Paul Webster wrote: > 192.168.x.y and 10.x.y.z addresses are especially interesting to someone > outside your network because they are reserved for private networks. > So you don't really have to obscure them here. No problem doing so but > it makes it a bit hard

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2021-04-02 Thread Paul Webster
192.168.x.y and 10.x.y.z addresses are especially interesting to someone outside your network because they are reserved for private networks. So you don't really have to obscure them here. No problem doing so but it makes it a bit harder trying to guess what might have happened. Take a look at y

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2021-04-02 Thread Wim De Winter
Hi Michael, Thanks for the swift reply! Short answer: that's how it ended up after installation. Long answer: (installation process): After some online search couldn't quite find Arch/Manjaro specific install instructions, so went ahead and installed this package: https://aur.archlinux.org/pa

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2021-04-02 Thread Michael Herger
network or localhost: xxx.yyy.zzz.ab -> rrr.sss.ttt.cd (settings/index.html) Why would you be accessing the settings from a different network? ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listin

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2021-04-02 Thread Wim De Winter
Hi all, I know, old thread, but I am using slimserver v8.1.1, ARCH-AUR-GIT.8.1.1 on manjaro and just can't get it to work properly. I can access it on my local machine with my local IP address eg xxx.yyy.zzz.ab, but can access the settings only by using the IP address as can be found in the ser

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2019-08-14 Thread happi
I have a configuration where my players are on the 10.21.6/24 net and my normal network (computers, phones) are on 10.21.0/24. My server (running Ubuntu and LMS 7.9.1) has two interfaces one on each VLAN, The LMS listens to ip 0.0.0.0 in order to be found from both networks. But when I try to ac

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2019-04-24 Thread fominator
d6jg wrote: > Why do we frequently see people who get locked out of their LMS > installs, find their theme changed and experience sudden playing at > extreme volume at unearthly hours? > It is because they have been hacked. They have been hacked either > because they naively thought they would

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2019-04-24 Thread d6jg
fominator wrote: > First of all possibility that someone can hack or even want to hack my > LMS is so small it is not even funny! Besides it's abslolutely > meaningless! AND SECOND - i can turn on access point on my smartphone to > control LMS, *BUT TURN OFF INTERNET CONNECTION*. So there is no

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2019-04-24 Thread slartibartfast
fominator wrote: > Again you said *everything* accept answer my question!!! HOW TO disable > this security check? I don't need your arguments about stupidity, > because FOR ME this "security" check is the most stupid and useless > thing! I NEED TO DISABLE THIS THING! Can you PLEASE just answer h

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2019-04-24 Thread fominator
mherger wrote: > > OH GOD!!! *THANK YOU VERY MUCH!!* I'll try it. > > So simple thing and NO ONE could answer. > > I'm still convinced you don't really need this. But good luck with it > anyway! > > -- > > Michael First of all possibility that someone can hack or even want to hack my LMS i

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2019-04-24 Thread Michael Herger
OH GOD!!! *THANK YOU VERY MUCH!!* I'll try it. So simple thing and NO ONE could answer. I'm still convinced you don't really need this. But good luck with it anyway! -- Michael ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2019-04-24 Thread fominator
karlek wrote: > Please calm down. > You’ll find a line „protectSettings: 1“ that you > should set to „0“ in „server.prefs“. Where do > you find the latter depends on the system you’re running LMS on. > On my RasPi for instance it‘s under > Code: > > /var/libs/squeezebox

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2019-04-24 Thread karlek
Please calm down. You’ll find a line „protectSettings: 1“ that you should set to „0“ in „server.prefs“. Where do you find the latter depends on the system you’re running LMS on. On my RasPi for instance it‘s under Code: /var/libs/squeezeboxserver/prefs ---

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2019-04-24 Thread fominator
DJanGo wrote: > This absolutely stupid "security" check is everything but stupid... > > && $prefs->get('protectSettings') What IS IT? fominator's Profile: http://forums.slimdevices.com/member.php?userid=69103 View this

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2019-04-24 Thread fominator
DJanGo wrote: > Instructions Unclear dick caught in the ceiling fan. Really? WHERE IS THE INSTRUCTION? Show me. fominator's Profile: http://forums.slimdevices.com/member.php?userid=69103 View this thread: http://forums.s

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2019-04-24 Thread fominator
mherger wrote: > I claim that more than 99% of the people who no longer can access their > LMS because of this didn't understand the issue it resolves. Those > ordinary people are probably the same that don't understand that anyone > out there can access all of their files, photos and what not.

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2019-04-24 Thread DJanGo
Instructions Unclear dick caught in the ceiling fan. DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516 View this thread: http://forums.slimdevices.com/showthread.php?t=108599 _

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2019-04-24 Thread mherger
fominator wrote: > i don't understand. What should i do to disable it? Can you finally > answer this question? > You said it can be disabled using a pref in server.prefs., BUT HOW? What > is pref? What should i correct in this file? You don't realise how much > headache you brought to ordinary u

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2019-04-24 Thread Michael Herger
This absolutely stupid "security" check is everything but stupid... I feel I'm in a perfect situation to say no, it's not stupid. But your answer certainly is. Because it's not only wrong, but also misleading. -- Michael ___ Squeezecenter mailing l

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2019-04-23 Thread philippe_44
fominator wrote: > i don't understand. What should i do to disable it? Can you finally > answer this question? > You said it can be disabled using a pref in server.prefs., BUT HOW? What > is pref? What should i correct in this file? You don't realise how much > headache you brought to ordinary u

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2019-04-23 Thread DJanGo
fominator wrote: > i don't understand. What should i do to disable it? Can you finally > answer this question? > You said it can be disabled using a pref in server.prefs., BUT HOW? What > is pref? What should i correct in this file? You don't realise how much > headache you brought to ordinary u

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2019-04-23 Thread fominator
mherger wrote: > > I can access the settings page via the direct connection from my Mac > if > > I add a username and password. Is setting the username and password > the > > only way to do this? > > No. I knew the request would come up at some point, therefore the > feature can be disabled u

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-09-15 Thread pag
Interesting, thanks for that. I didn't realise piCorePlayer had all that built in! I might go and take another look... pag's Profile: http://forums.slimdevices.com/member.php?userid=37706 View this thread: http://forums.

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-09-15 Thread kidstypike
pag wrote: > @kidstypike I haven't yet set up the access point (just started the > project!), but the plan was to connect the Mac to the Pi via the > ethernet cable to transfer new music files as it will be quicker than > the wi-fi. I was planning to administer LMS from the Mac too, just > bec

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-09-15 Thread pag
Thanks Micheal :) Keep up the great work, it's much appreciated! pag's Profile: http://forums.slimdevices.com/member.php?userid=37706 View this thread: http://forums.slimdevices.com/showthread.php?t=108599 __

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-09-15 Thread Michael Herger
I can access the settings page via the direct connection from my Mac if I add a username and password. Is setting the username and password the only way to do this? No. I knew the request would come up at some point, therefore the feature can be disabled using a pref in server.prefs. But I hav

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-09-15 Thread Martin Gregorie
On Sat, 2018-09-15 at 11:16 +, pag wrote: > Thanks both for the answers. > > I can access the settings page via the direct connection from my Mac > if I add a username and password. Is setting the username and > password the only way to do this? > Wired systems using CAT5 or CAT6 (twisted pa

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-09-15 Thread kidstypike
It's not really clear to me what you're trying to do :( I have a RPi in my car, OS is piCorePlayer, it runs in access point mode. My phone is connected to the RPi's network to control the player with Squeeze Control. I can open a web browser on my phone and open the LMS webgui, and get to LMS/

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-09-15 Thread pag
Thanks both for the answers. I can access the settings page via the direct connection from my Mac if I add a username and password. Is setting the username and password the only way to do this? It's not a huge issue, but as the only way I'll be able to connect is via a cable or WPA2 secured wi

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-09-14 Thread Michael Herger
The problem is that I want this server to be standalone (actually the plan is for it to be in the car), and once it's installed I won't be able to connect it to the home network. This is why I was hoping to be able to administer it from the Mac... If you enable password protection, you should b

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-09-14 Thread drmatt
Yes. Due to long history of people leaving unprotected Lms instances connected to the internet new code now detects if requests come from the address of the default route and rejects them if so. There is a preference setting to disable this check. -Transcoded from Matt's brain by Tapatalk- -

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-09-14 Thread pag
Wow, thanks for the prompt reply! I've just tried with the Pi connected to my router, and things work as expected. The problem is that I want this server to be standalone (actually the plan is for it to be in the car), and once it's installed I won't be able to connect it to the home network.

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-09-14 Thread Michael Herger
I'm having the same issue trying to connect to the settings page. I have the simplest set up I could imagine: a Raspberry Pi connected directly to my Mac by an ethernet cable. Unfortunately it might be the simplest from a physical point of view. But it's more complicated from a networking POV

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-09-14 Thread pag
I'm having the same issue trying to connect to the settings page. I have the simplest set up I could imagine: a Raspberry Pi connected directly to my Mac by an ethernet cable. The Mac's IP address is 192.168.10.1, and it's given the Pi an IP address of 192.168.10.2 Trying to connect using a br

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-08-16 Thread Michael Herger
I have the same problem but I'm on Synology and I can't found the file... Depending on how you installed LMS on your NAS you'd better ask a related forum thread. -- Michael ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-08-16 Thread Sim7b
Hello, I have the same problem but I'm on Synology and I can't found the file... Many Thanks Sim7b's Profile: http://forums.slimdevices.com/member.php?userid=67162 View this thread: http://forums.slimdevices.com/showthre

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-07-07 Thread cdmackay
cdmackay wrote: > Sorry to be dense; would someone tell me where to put the httpaddr arg > on a Debian Linux system, please? > > I don't believe there's anything wrong with my network setup (details > below), but I don't mind adding the arg, if only I knew where to add > it. > sigh, apols, I

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-07-07 Thread cdmackay
Sorry to be dense; would someone tell me where to put the httpaddr arg on a Debian Linux system, please? I don't believe there's anything wrong with my network setup (details below), but I don't mind adding the arg, if only I knew where to add it. thank you :) --- I am getting: [18-07-07 13:

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-05-30 Thread Michael Herger
. Or once the lms server has been accessed by an IP of an external subnet it is definitely locked until the restart of LMS ? I think there's something wrong about your server. Can't you make sure you only have one network interface configured on your server, or make sure they all are correctly

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-05-30 Thread schmurtz
Paul Webster wrote: > A 169.254.x.x IP address implies that one of your (probably Windows) > systems was restarted and failed to get an IP address via DHCP. > So - the thing to do is find out which one it is and have a look at the > networking setup for it - including cabling - and perhaps give

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-05-30 Thread Paul Webster
A 169.254.x.x IP address implies that one of your (probably Windows) systems was restarted and failed to get an IP address via DHCP. So - the thing to do is find out which one it is and have a look at the networking setup for it - including cabling - and perhaps give it an otherwise unused fixed/

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-05-30 Thread schmurtz
mherger wrote: > > > But why would you get that message then? Maybe you want to outline your > > setup. > Yes, I've got an orange PI PC running with ARMbian (based on debian jessie), I've got a I2S sound card based on DAC Sabre ES9023. I'm running "Logitech Media Server Version: 7.9.1 - 152334

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-05-30 Thread Michael Herger
For me, my lms is not exposed on internet But why would you get that message then? Maybe you want to outline your setup. -- Michael ___ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squ

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-05-30 Thread schmurtz
mherger wrote: > > The warning would say "don't use this option, because people will have > fun waking you up at night and watching all your photos". > Michael Ahah ! Yes for example :D mherger wrote: > > Ok, assuming you understood that warning. Why would you still want to > enable it? Wha

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-05-30 Thread Michael Herger
May be the checkbox can be provided with a big warning when it is activated and with an url link to the lms documentation which explain and resume information which is in this topic ? The warning would say "don't use this option, because people will have fun waking you up at night and watching

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-05-29 Thread schmurtz
mherger wrote: > > The whole purpose of that change is to protect people who opened up > their LMS to the world without knowing about its consequences. Providing > > a button to disable it would render the whole feature obsolete, as > people would click that button without knowing about the

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-05-29 Thread Michael Herger
same problem here on ARMbian (based on debian Jessie). May be that a checkbox in the web interface to deactivate this filter could be a good idea. With the use of dockers and other technologies like that accessing from different subnet It will happening more and more often. The whole purpose of

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-05-29 Thread schmurtz
Hi, same problem here on ARMbian (based on debian Jessie). May be that a checkbox in the web interface to deactivate this filter could be a good idea. With the use of dockers and other technologies like that accessing from different subnet It will happening more and more often. I don't find the

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-05-09 Thread skydreamer
Hi Michael, Coming back on the streaming issue to older devices reported earlier this year. Version 7.9.2 is working fine with --httpaddr argument supplied on all players. I am not sure what was changed in the code but thankfully it all works fine again! Many Thanks. mherger wrote: > > All pla

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-04-15 Thread Michael Herger
But when on the same network, why would you use the proxy? Sounds like solving a problem where there‘s none? I agree that using a proxy is not the most logical thing in this case. I use this setup because I want to have the same url scheme for all my web applications, both those that are availabl

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-04-15 Thread Michael Herger
What else did you expect from a Network Specialist? Django - respect and manners are something I expect from everyone. No matter whether network specialist (all lower case), accountant or music lover. Unfortunately you all too often lack these. Please stop lecturing others while hardly ever b

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-04-15 Thread DJanGo
vco1 wrote: > And nowadays browsers start complaining if a site is not secure while > other sites on the same domain are. Thats a whole different story about certificates and has nothing to do with that topic. LMS didnt use https for internal things, only external radiostreams. --

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-04-15 Thread DJanGo
vco1 wrote: > What an unexpected, strange and rather hostile answer to a sincere > technical question. > . What else did you expect from a Network Specialist? You wouldnt believe what kind of things i had to solve that are made by my colleges who should know it better? Networking looks easy is e

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-04-15 Thread vco1
DJanGo wrote: > wrong thinking... > eg 11.11.11. is a public IP > > writing these lines without adding some helpful information tolds me - > you didnt want any help. > bye What an unexpected, strange and rather hostile answer to a sincere technical question. By reading the thread before postin

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-04-15 Thread DJanGo
vco1 wrote: > Good to know. I don't think it makes much of a difference if x.y.z is > 192.168.0 or 11.11.11.. wrong thinking... eg 11.11.11. is a public IP writing these lines without adding some helpful information tolds me - you didnt want any help. bye -

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-04-15 Thread vco1
DJanGo wrote: > Hi, > > hiding private ips here in case of "need help" is a little bit over the > top and not helping anyone. > > using placeholder like x.y.z.1 or x.y.z.50 only make a little bit of > sense when x;y and z are always "whatever" > basically you describing something like i am usi

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-04-15 Thread vco1
mherger wrote: > But when on the same network, why would you use the proxy? Sounds like > solving a problem where there‘s none? I agree that using a proxy is not the most logical thing in this case. I use this setup because I want to have the same url scheme for all my web applications, both thos

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-04-15 Thread DJanGo
vco1 wrote: > The error that I get in the logfile is > > Code: > > Web::HTTP::generateHTTPResponse (981) Access to settings pages is restricted to the local network or localhost: x.y.z.1 -> x.y.z.50 > > > Hi, hiding private ips here in case of "

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-04-14 Thread mherger
vco1 wrote: > .1 is the gateway and the box on which the reverse proxy runs. I'm > accessing LMS from different ip's. In this case it was .20. The .50 in > my logfile is the server LMS is running on. > > Actually, I think it should work if LMS took the X-FORWARDED-FOR header > set by the reverse

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-04-14 Thread vco1
mherger wrote: > Is .1 the gateway? What ip are you accessing LMS from? .1 is the gateway and the box on which the reverse proxy runs. I'm accessing LMS from different ip's. In this case it was .20. The .50 in my logfile is the server LMS is running on. Actually, I think it should work if LMS t

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-04-14 Thread mherger
Is .1 the gateway? What ip are you accessing LMS from? Michael http://www.herger.net/slim-plugins - Spotty, MusicArtistInfo mherger's Profile: http://forums.slimdevices.com/member.php?userid=50 View this thread: http://fo

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-03-18 Thread Michael Herger
Accessing Webfrontend from 192.168.2.101 (my Desktop PC). DHCP done by HW-Firewall: 192.168.2.100 Ok, then LMS is working as expected: you're accessing it from a different network. This is no longer possible without further configuration. If you want us/me to help you "fix" the issue (work

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-03-18 Thread JerryF
Accessing Webfrontend from 192.168.2.101 (my Desktop PC). DHCP done by HW-Firewall: 192.168.2.100 JerryF's Profile: http://forums.slimdevices.com/member.php?userid=67969 View this thread: http://forums.slimdevices.com/show

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-03-18 Thread mherger
What’s the IP address of the computer you’re accessing the settings from? What’s your router‘s address? Michael http://www.herger.net/slim-plugins - Spotty, MusicArtistInfo mherger's Profile: http://forums.slimdevices.com

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-03-15 Thread madpatrick
mherger wrote: > > I'm running LMS on ClearOS7 (Centos 7) > > Ok, then you should have a file /etc/sysconfig/squeezeboxserver. Add > --httpaddr to the startup parameters, telling LMS which IP address to > bind to. > > -- > > Michael SQUEEZEBOX_HTTPADDR="192.168.1.1" did the trick Thanks f

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-03-15 Thread Michael Herger
I'm running LMS on ClearOS7 (Centos 7) Ok, then you should have a file /etc/sysconfig/squeezeboxserver. Add --httpaddr to the startup parameters, telling LMS which IP address to bind to. -- Michael ___ Squeezecenter mailing list Squeezecenter@list

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-03-15 Thread madpatrick
mherger wrote: > > Is there maybe already an solution for this. > > Fix your setup :-). > > You might want to tell us more about your system. It seems it has > multiple IP addresses? Is it exposed to the internet? > > > [18-03-14 22:09:07.3485] Slim::Web::HTTP::generateHTTPResponse > (98

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-03-14 Thread Michael Herger
Is there maybe already an solution for this. Fix your setup :-). You might want to tell us more about your system. It seems it has multiple IP addresses? Is it exposed to the internet? [18-03-14 22:09:07.3485] Slim::Web::HTTP::generateHTTPResponse (981) Access to settings pages is res

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-03-14 Thread madpatrick
Hi, Is there maybe already an solution for this. I'm having the same problem after update to the latest version. Settings page is not accesable. Code: [18-03-14 22:09:07.3485] Slim::Web::HTTP::generateHTTPResponse (981) Access to settings pages is restricted to the loc

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-02-18 Thread Michael Herger
All players are on the same subnet 192.168.111.x and I did factory reset of the boom but it did not help. Boom can browse and communicate with the squeezebox server but would not stream. I think enabling debug logging for slimproto might tell you what server IP is announced to the players when

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-02-18 Thread skydreamer
Boom binds either to the local LAN IP interface or the Public IP on the Squeezebox server. It depends on how the server is started. With httpaddr parameter it links with the server's NIC local IP but does not stream and without it Boom binds to the public IP and streams fine. ---

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-02-18 Thread drmatt
Is the boom configured to talk to the internal or external address of LMS server? (Assuming I have the right end of the stick..) -Transcoded from Matt's brain by Tapatalk- -- Hardware: 3x Touch, 1x Radio, 2x Receivers, 1 HP Microserver NAS with Debian+LMS 7.9.0 Music: ~1300 CDs, as 450 GB of

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-02-18 Thread skydreamer
I completely agree it makes no sense. All players are on the same subnet 192.168.111.x and I did factory reset of the boom but it did not help. Boom can browse and communicate with the squeezebox server but would not stream. --

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-02-18 Thread Michael Herger
When httpaddr argument with the local IP address is used Squeezebox boom, Squeezebox radio and duet receiver stop working. They do not stream the local music and hang at "33% buffering" or thereabouts on Internet radio. Also the spotify plugin is affected by the same. There are no errors in the se

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-02-18 Thread skydreamer
Hi Michael, I discovered possibly a new bug that is related to the httpaddr argument regardless of the squeezeboxserver version or your patch. It may deserve its own thread. When httpaddr argument with the local IP address is used Squeezebox boom, Squeezebox radio and duet receiver stop working.

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-02-18 Thread drmatt
An app that binds to "all local addresses" when it opens a socket doesn't do so in an order as such. The question is more about the way the function decides which address to return when you ask what it is... It should probably return all the addresses in a list in fact. The ordering of that list i

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-02-17 Thread Michael Herger
Indeed I can open open the settings page after your patch but it requires the httpaddr parameter to be present. Great, thanks! It is weird that squeezeboxserver picks out the only public IP out of all available addresses on my PC. The rest are all private. Is there some order in which it binds

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-02-17 Thread skydreamer
Indeed I can open open the settings page after your patch but it requires the httpaddr parameter to be present. It is weird that squeezeboxserver picks out the only public IP out of all available addresses on my PC. The rest are all private. Is there some order in which it binds to the network in

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-02-17 Thread Michael Herger
Thanks for the patch Michael that was really quick! After applying it the settings page can be accessed when httpaddr parameter with the local IP is supplied to the squeezeboxserver and produces 403 error when omitted as before. You'd confirm that it is working as expected? -- Michael

Re: [SlimDevices: SqueezeCenter] Forbidden: settings/index.html

2018-02-17 Thread skydreamer
Thanks for the patch Michael that was really quick! After applying it the settings page can be accessed when httpaddr parameter with the local IP is supplied to the squeezeboxserver and produces 403 error when omitted as before. ---

  1   2   >