mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-20 11:52:12 +02:00
All CLI access is now through the raw SSH client. To enable passwordless access, the 'onos-user-key' tool should be used to add user keys. Added 'onos-user-password' tool in the similar vein and usage as the 'onos-user-key' tool. Change-Id: Ic5482fc8012369edc818691402ba45d13f130452
13 lines
341 B
Plaintext
13 lines
341 B
Plaintext
# Local VirtualBox-based ONOS instances 1,2 & ONOS mininet box
|
|
|
|
export ONOS_NIC=192.168.56.*
|
|
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="drivers,openflow,fwd,proxyarp,mobility"
|
|
|
|
export ONOS_USER=sdn
|
|
export ONOS_WEB_PASS=sdnrocks
|
|
export ONOS_WEB_USER=onos |