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 | 138de8b | 2016-01-11 21:31:38 -0800 | [diff] [blame] | 4 | export OC1="192.168.56.14" |
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" |
Thomas Vachuska | 138de8b | 2016-01-11 21:31:38 -0800 | [diff] [blame] | 7 | export OCN="192.168.56.11" |