squeezetouch;535275 Wrote: 
> Try replacing the IP address in your echo line with your ISP's actual
> DNS IP address instead your routers. (like shown here)
> > 
Code:
--------------------
  >   > 
  >     up echo 'nameserver 210.55.12.1' > /etc/resolv.conf
  > 
--------------------
> > 
> and maybe comment out the dns 192.168.1.1.
> 
> Just made these changes in my Touch and also removed the the script
> call line.
> Rebooted and it connected without any problem. Selected Internet
> Radio and it's playing any station I select. 
> 
> Ron

made a typo of some kind, it works perfect

Here is what it is now


Code:
--------------------
    # cat interfaces
  auto lo
  iface lo inet loopback
  
  iface eth0 inet dhcp
        script /etc/network/udhcpc_action
  
  mapping wlan0
  script /etc/network/if_mapping
  
  auto wlan0=Liogor
  iface Liogor inet static
        address 192.168.1.14
        network 192.168.1.0
        broadcast 192.168.1.255
        netmask 255.255.255.0
        gateway 192.168.1.1
        dns 192.168.1.1
        up echo 'nameserver 192.168.1.1' > /etc/resolv.conf
  
--------------------


I prefer to use my router for DNS, it works well in that respect and if
my isp changes DNS servers, all my players are already ok.
Or if I change isp again.

My router has no problems with dns, i have not yet faced the dreaded
log in problems with mysqueezebox.com (wich often is a dns symptom
except for when the service is choked with new user ;) like every time
they release a new product) Edit: I do have problems like everybody
else if the server is down

Funny thing it did not take the first time i tried today ? I did :wq in
vi, ok. did cat to see if really had changed pulled the plug and it
restarted with the old file !?
did it again the i saved first with :w then i did :wq to be sure then i
did a reboot with the reboot comand and then double checked by pulling
the plug ? wot was that


-- 
Mnyb

--------------------------------------------------------------------
Main hifi: Touch + CIA PS +MeridianG68J and assorted amps SiriuS,
Classe'Primare and Dynadio speakers (including a pair of Contour 4 )
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Miscellaneous use: Radio (with battery)
I use a Controller various ir-remotes and a Eee-PC with squeezeplay to
control this
------------------------------------------------------------------------
Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=77340

_______________________________________________
Touch mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/touch

Reply via email to