Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Before you run “install image” it may be appropriate to modify /the config /config.boot to use dhcp on the dp0s3 interface and to activate the ssh service so that we can use ssh for the configuration.

You typically can not copy/paste in the console window via horizon so you will have to type this in.

Code Block
languagebash

...

config

...

set 

...

interface dataplane dp0s3 

...

address dhcp

...

set service 

...

ssh

...

commit
exit

show config will display

...

Save the file and then run

Run “install image”

after the update to /dev/vda2 is complete , you can simply exit out of the console

...