This is the interfaces file of my statically conected Touch using
ethernet .


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
  
--------------------


dns entry(ies) and the echo to resolv.conf could be whatever you fancy
.

If you fail then just redo or repair the network in the settings and the
file will be wiped , you don't have to do the whole factory sreset.


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

_______________________________________________
Touch mailing list
Touch@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/touch

Reply via email to