Thomas Vachuska | 785f581 | 2015-03-19 01:11:00 -0700 | [diff] [blame] | 1 | # Thomas' VirtualBox-based 3 ONOS instances & ONOS mininet box |
Thomas Vachuska | ad53a76 | 2014-10-31 00:52:27 -0700 | [diff] [blame] | 2 | |
3 | export ONOS_NIC=192.168.56.* | ||||
Thomas Vachuska | 3f06e08 | 2014-11-21 11:58:23 -0800 | [diff] [blame] | 4 | export OC1="192.168.56.11" |
Thomas Vachuska | 785f581 | 2015-03-19 01:11:00 -0700 | [diff] [blame] | 5 | export OC2="192.168.56.12" |
6 | export OC3="192.168.56.13" | ||||
7 | export OCN="192.168.56.14" |