The network configuration that one of my servers sits on is changing from a 24 bit netmask to a 23 bit netmask and I need to change the NIC configuration to match. The only problem is I'm on a remote site and have no GUI.
What I propose to do is run
As I'm very aware that any mistakes will mean that I can't connect to the system I'd appreciate any comments before I do something dumb.
Thanks
Ceci n'est pas une signature
Columb Healy
What I propose to do is run
Code:
ifconfig eth0 netmask 255.255.254.0
ifconfig eth0 down; ifconfig eth0 up
Thanks
Ceci n'est pas une signature
Columb Healy