cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2645
Views
6
Helpful
5
Replies

Desktop node in CML

HenryGee
Level 1
Level 1

Hello,

 

Is it possible to set a Desktop node in CML in Dev Net with a static IP address? The desktop node is running linux, and I cant figure out how to set the IP address to a static IP in the command line or in the GUI. Thanks

1 Accepted Solution

Accepted Solutions

How do you close this thread? Sorry I am new to this forum. Thanks

View solution in original post

5 Replies 5

HenryGee
Level 1
Level 1

Nevermind I figured it out. Thanks

Hi 

Might be worth sharing the solution and closing the thread :)

How do you close this thread? Sorry I am new to this forum. Thanks

Can you share the solution? Having the same issues

Yes I ended up setting the IP in the terminal window. I couldnt figure out how to set it in the GUI.

 

sudo ifconfig eth0 10.100.20.1 netmask 255.255.255.0 up

 

Thanks