Example from my Touch ,link is about radio .

For reasons unknown eth0 is wlan on radio but ethernet on Touch wlan on
Touch is wlan0

Ethernet on my player change the stuff to fit your network

Code:
--------------------
    
  auto lo
  iface lo inet loopback
  
  auto eth0
  iface eth0 inet static
        address 192.168.1.15
        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
  
--------------------


------------------------------------------------------------------------
Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=97621

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

Reply via email to