Re: [SlimDevices: Beta] Strange IP address

2008-01-24 Thread gharris999
Yes, I've got my router set up to use OpenDNS. My ISP (Wildblue) can't seem to keep their own DNS servers running half the time. Funny, I would have expected to see something in a traceroute that would give me a clue that that IP belongs to OpenDNS. And, in fact, now that I look at it, the last

Re: [SlimDevices: Beta] Strange IP address

2008-01-23 Thread andyg
OK we figured it out. :) Are you using OpenDNS for your DNS service? That IP is one of the OpenDNS search engine servers. The way that bit of code determines your address is a bit wrong, it finds your hostname using Sys::Hostname and then does a DNS lookup on it. I'm guessing what happened is

Re: [SlimDevices: Beta] Strange IP address

2008-01-23 Thread andyg
The allowedHosts pref defaults to Slim::Utils::Network::hostAddr() which attempts to detect your system's IP address. Could it be your own address? -- andyg andyg's Profile: http://forums.slimdevices.com/member.php?userid

Re: [SlimDevices: Beta] Strange IP address

2008-01-23 Thread Andy Grundman
On Jan 23, 2008, at 10:38 PM, gharris999 wrote: > > I just did a new install of SC7 via "yum install squeezecenter". The > default server.prefs file includes a strange IP address in the > "allowedHosts" entry: 208.67.217.130. Is that SN beta? I can't get > any DNS resolution on that IP, can't

[SlimDevices: Beta] Strange IP address

2008-01-23 Thread gharris999
I just did a new install of SC7 via "yum install squeezecenter". The default server.prefs file includes a strange IP address in the "allowedHosts" entry: 208.67.217.130. Is that SN beta? I can't get any DNS resolution on that IP, can't ping it, can't traceroute to it. -- gharris999 -