hi Mikael,

Enable on your Touch remote login....
Settings -> Advanced -> Remote Login -> Enable SSH

Use something like Putty (or similar for Windows, or command line in
Linux) to access the Touch.

Edit the file 'interfaces' located in /etc/network/.
Edit/add the relevant lines to read like in the example below (this is
for WiFi wlan0, but can be applied for ethernet eth0 as well):

auto wlan0=(your SSID name)
iface (your SSID name) inet static
        address 192.168.1.20
        netmask 255.255.255.0
        network 192.168.1.0
        broadcast 192.168.1.255
        gateway 192.168.1.1
        script /etc/network/udhcpc_action

Hope this helps.

Ron


-- 
squeezetouch
------------------------------------------------------------------------
squeezetouch's Profile: http://forums.slimdevices.com/member.php?userid=37522
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