Timothy A. Holmes wrote: > Good Morning All: > > I have several little projects that I would like to sweep up as we > approach the holidays, and would like some input from the community. > > 1. On my laptop, I keep the nics off by default, and start them as I > need them. The wired nic is started by /etc/init.d/net.eth0 start, and > the wireless uses wifi-radar. Both have to be called from a root term. > While this is effective, its not necessarially efficient, or > particularlly good looking when im working with (non linux) people > around (I'm the director of our IT department, and perception that I > have it together is important -- even if its not all together true :) (just answering what's above). I've done a neat script for my laptop that distinguishes when I'm using wifi (ifconfig "sees" the ath0 interface) and in that case uses ath0 to get an ip-adress via dhcp and serves whatever systems are on the wired side (eth0) as dhcpserver and do the masquerading for them. When my wifi card is not inserted (or switched off for built in wifi's?), my laptop acts as a client on the eth0 side (getting an ip-adress as dhcp-client). All iptables-stuff is changed according to the situation. Run this script in the boot level because it changes the default level stuff! You problably have to change things w.r.t. ip-adresses and iptables preferences. Have fun with it! Hans