On Fri, 19 Oct 2001, Ryan Boder wrote: RB> ibook2. What did you do to get it working then?
Just add alias eth1 airport to /etc/modules.conf Create /etc/sysconfig/network-scripts/ifcfg-eth1 with: DEVICE=eth1 BOOTPROTO=dhcp NETMASK=255.255.255.0 ONBOOT=no and then just do one of these depending on what net I want to logon to: WIRELESS_ESSID=work WIRELESS_ENC_KEY=423402398432 /sbin/ifup eth1 WIRELESS_ESSID=home /sbin/ifup eth1 (values above fake of course) -- Henrik Edlund <[EMAIL PROTECTED]> http://www.edlund.org/ "You're young, you're drunk, you're in bed, you have knives; shit happens." -- Angelina Jolie
