cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1333
Views
5
Helpful
2
Replies

How to Configure Servers/desktops in CML

adamle001
Level 1
Level 1

Can someone please explain how to configure Servers and desktops in CML. I am unable to configure network parameters for these nodes, i.e. Static IP address and mask, DFGWY, etc... I keep getting permission denied. I've also tried the Alpine setup-interfaces utility which just throws up an error after I complete the setup stating the file already exists. An example of how to configure the network settings would be great!

2 Replies 2

adamle001
Level 1
Level 1

ok I figured it out I think.

 

at the Linux command line type:

 

sudo ifconfig eth0 x.x.x.x netmask x.x.x.x

 

sudo route add default gw x.x.x.x eth0

 

I'm obviously a linux newbie. Apologies if this was obvious.

Super helpful. Thanks a lot!