This was the easiest one I found: io.input("/sys/class/net/eth0/address") t = io.read("*line") These are embedded Linux devices so the network is always eth0. -- Jon Smirl jonsmirl@gmail.com