Versions Compared

Key

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

...

Code Block
lxc.start.auto = 1

Check

...

using

...

lxc-ls

...

--fancy

...

to

...

verify

...

your

...

containers

...

are

...

in

...

fact

...

started

...

on

...

boot.

Port Forwarding

If you want to access the ONOS GUI from a browse on the host machine, you need to set up port forwarding on the VM. The following command forwards traffic on port 8181 to the first ONOS container ($OC1).

Code Block
languagebash
sudo iptables  -t nat -A PREROUTING -i eth1 -p tcp --dport 8181 -j DNAT --to $OC1:8181