On Sat, 2004-10-23 at 15:34 +0100, Timothy Murphy wrote: ... > I have one default "Common" profille, > and I create a second "College" profile. > You have to create two profiles besides common, i.e. Home and College In Home profile you tick eth0_home and untick the others In College profile you tick eth0_away and untick the others This works OK if you do *not* use DHCP to configure the wireless card up. In case that you use DHCP you need this little change to /sbin/dhclient-script =========================== --- dhclient-script.old 2004-10-06 21:03:18.000000000 +0100 +++ dhclient-script 2004-10-23 19:35:43.723502464 +0100 @@ -83,7 +83,7 @@ [ -f ../network ] && . ../network [ -f ../networking/network ] && . ../networking/network -CONFIG=$interface +CONFIG=`fgrep -il "DEVICE=${interface}" ifcfg-* | cut -f2 -d '-'` need_config ${CONFIG} =========================== P.S. this last patch is for a loooonstandig bug with profiles, wireless cards and DHCP. -- Manuel Moreno <manolo@xxxxxxxxxxxxxx>