tom | 2482e6f | 2014-10-01 16:51:48 -0700 | [diff] [blame] | 1 | # Local VirtualBox-based ONOS instances 1,2 & ONOS mininet box |
tom | 5c058e8 | 2014-09-19 08:48:05 -0700 | [diff] [blame] | 2 | |
tom | defed6f | 2014-09-29 11:37:02 -0700 | [diff] [blame] | 3 | export ONOS_NIC=192.168.56.* |
tom | 5c058e8 | 2014-09-19 08:48:05 -0700 | [diff] [blame] | 4 | export OC1="192.168.56.101" |
5 | export OC2="192.168.56.102" | ||||
tom | 0872a17 | 2014-09-23 11:24:26 -0700 | [diff] [blame] | 6 | |
7 | export OCN="192.168.56.103" | ||||
tom | 5c058e8 | 2014-09-19 08:48:05 -0700 | [diff] [blame] | 8 | |
9 |