<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>so curious following the guide for STX AIO simplex virtual</p>
    <p>it states</p>
    <pre>export CONTROLLER0_OAM_CIDR=10.10.10.3/24
export DEFAULT_OAM_GATEWAY=10.10.10.1
sudo ip address add $CONTROLLER0_OAM_CIDR dev enp7s1
sudo ip link set up dev enp7s1
sudo ip route add default via $DEFAULT_OAM_GATEWAY dev enp7s1

are we using this IP / CIDR as the defaults or should we be using the ubuntu VM IP ?

its all kind of confusing with AIO since if its a vm inside a vm how does one access the OAM_IF ?

ubuntu 16.04 IP 
172.24.64.49

controller-0 IP
10.10.10.3
</pre>
  </body>
</html>