This is my interfaces file - and it seems to work.

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=SSID_Name
  iface SSID_Name inet static
        address 192.168.0.20
        netmask 255.255.255.0
        network 192.168.0.0
        broadcast 192.168.0.255
        gateway 192.168.0.1
        script /etc/network/udhcpc_action
  # 
  
--------------------


'static' at end of iface line.
also I did not use dns ###.###.###.### or overwrite the resolve.conf
file as it gets the dns addresses from my router.
I also left the call for udhcp_action script in there. Which doesn't
seem to overwrite the static IP address.

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
Touch@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/touch

Reply via email to