I have a server running Redhat ES4. I need to change the netmask on eth0 from 24 bit to 23 bit.
I intend to use the GUI, or would you recomment
from a command line
My main question is do I need to do anything else (bounce the server, restart the card?) to make the changes live.
Thanks
Ceci n'est pas une signature
Columb Healy
I intend to use the GUI, or would you recomment
Code:
ifconfig netmask 255.255.254.0 eth0
My main question is do I need to do anything else (bounce the server, restart the card?) to make the changes live.
Thanks
Ceci n'est pas une signature
Columb Healy