Install CentOS 7 with partitioning according to your requirements
Install OpenDaylight repository
rpm -ivh https://nexus.opendaylight.org/content/repositories/opendaylight-yum-fedora-19-x86_64/rpm/opendaylight-release/0.1.0-2.fc19.noarch/opendaylight-release-0.1.0-2.fc19.noarch.rpm
Install the OpenDaylight server and its dependencies
yum install opendaylight-serviceprovider
Start the OpenDaylight server
systemctl start opendaylight-controller.service
Now access the OpenDaylight dashboard from the following URL
http://ip-address:8080
8101 is the right port…
8101 is the right port…
Hi, what about last release Lithium?
Does not work. Web browser just times out when visiting http://ip-address:8080. Fresh install of CentOS 7. SELINUX is off. IPTABLES is off. Advice?
CentOS 7 uses firewalld isntead of iptables you need to : “sudo systemctl stop firewalld”
Also, you might need to go on http://ip-adress:8181/dlux/index.html#/login (type this exact link with your IP).