blob: 4ea48eb3f0ecceb34898689ca2accfbe4587b118 [file] [log] [blame]
Thomas Vachuska785f5812015-03-19 01:11:00 -07001# Thomas' VirtualBox-based 3 ONOS instances & ONOS mininet box
Thomas Vachuskaad53a762014-10-31 00:52:27 -07002
3export ONOS_NIC=192.168.56.*
Thomas Vachuska138de8b2016-01-11 21:31:38 -08004export OC1="192.168.56.14"
Thomas Vachuska785f5812015-03-19 01:11:00 -07005export OC2="192.168.56.12"
6export OC3="192.168.56.13"
Thomas Vachuska138de8b2016-01-11 21:31:38 -08007export OCN="192.168.56.11"