Versions Compared

Key

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

...

       Ports                  -----
        Security            default
        SSH key             + mykey
        Custom              -------
        Server group        -------
        Scheduler           -------
        Metadata            -------

        Create instance

    Action

        Associate floating IP

            Select IP address [+]

                Pool
                Floating Network Private (UoE access only)

                >> Associate Allocate IP
                ....
                >> Associate

        SSH login

            ssh centos@172.16.49.73

#---------------------------------------------------------------------
# Fix the DNS servers (NOT permanent)
#[root@virtual]

    cat > /etc/resolv.conf << EOF
    search roe.ac.uk
    nameserver 129.215.166.13
    nameserver 129.215.70.239
    EOF


#---------------------------------------------------------------------
# Update the system.
#[root@virtual]

    yum update -y



...