Redhat permet de créer des profiles de connection via son interface graphique redhat-config-network mais n'offre pas la possibilité de choisir au démarrage le profile désiré.
Pour remédier à cela, éditez un fichier /etc/init.d/netprofile comme suit :
#!/bin/sh
#
# netprofile: Active the good profile for the current session
#
# chkconfig: 345 06 94
# description: This is a script that activate the network \
# profile of your choice
#
# Sanity checks.
[ -x /usr/sbin/redhat-config-network-cmd ] || exit (…)