mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-12-25 11:11:47 +01:00
13 lines
317 B
Plaintext
13 lines
317 B
Plaintext
# Local VirtualBox-based ONOS instances 1,2 & ONOS mininet box
|
|
|
|
export OC1="192.168.56.101"
|
|
export OC2="192.168.56.102"
|
|
export OC3="192.168.56.103"
|
|
export OCN="192.168.56.100"
|
|
|
|
export ONOS_APPS="gui,drivers,openflow,fwd,proxyarp,mobility"
|
|
|
|
export ONOS_USER=sdn
|
|
export ONOS_WEB_PASS=sdnrocks
|
|
export ONOS_WEB_USER=onos
|