| how to configure network... the redhat way Hi, i'm using CentOS (redhat enterprise clone) and i'd like to configure alias for my NIC. Currently i'm using the method of
ifconfig eth0:1 xxx.xxx.xxx.xxx netmask 255.255.255.248
ifconfig eth0:2 yyy.xxx.xxx.xxx netmask 255.255.255.248
ifconfig eth 1:1 zzz.xxx.xxx.xxx netmask 255.255.255.248
in /etc/rc.d/rc.local
Is there any way (in console) to simplify this process? I know the network configuration tool in KDE could do the trick but running X is kinda impossible for this "server"
Thanks.
Regards,
Adam |