Reading Ben Hammersley's Weblog, I found the following tip for sharing Internet: In answer to the long held question, can a TiBook with one Wifi card act as a repeater and relay access to everyone else in the room without them having to pay, the answer it turns out is yes. How do we do this? Well, first turn off the built-in Apache installation on the OSX machine that is online. Edit httpd.conf to load mod_proxy (there are about 20 or so lines to uncomment). Turn Apache back on. Go to network prefs, and find out your assigned IP address. Write it on a piece of paper, and pass it around the room, telling them to set it as their web proxy. For those non-UNIX Geeks out there, here is a slightly more detailed guide:
sudo mv /private/etc/httpd/httpd.conf /private/etc/httpd/httpd.conf.bakNow edit the file with the following command:
sudo pico /private/etc/httpd/httpd.confUncomment lines by removing the # sign; the 20 or so lines you want to uncomment are very close to the bottom of the file.
Mac OS X Hints
http://hints.macworld.com/article.php?story=20031215125240132