This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
ipv6_opnfv_project:bringup_odl_controller [2015/10/16 03:53] Bin Hu |
ipv6_opnfv_project:bringup_odl_controller [2015/10/23 10:11] (current) Sridhar Gaddam |
||
---|---|---|---|
Line 25: | Line 25: | ||
sudo systemctl start iptables.service | sudo systemctl start iptables.service | ||
sudo iptables -I INPUT 1 -i ens160 -j ACCEPT | sudo iptables -I INPUT 1 -i ens160 -j ACCEPT | ||
+ | sudo iptables -I INPUT -m state --state NEW -p tcp --dport 8181 -j ACCEPT # For ODL DLUX UI | ||
sudo iptables-save > /etc/sysconfig/iptables | sudo iptables-save > /etc/sysconfig/iptables | ||
Line 63: | Line 64: | ||
opendaylight-user@root>log:tail | opendaylight-user@root>log:tail | ||
- | 12. To exit out of screen session, please use the command ''CTRL+a'' followed by ''d'' | + | 12. To enable ODL DLUX UI, install the following features.\\ Navigate to http://localhost:8181/index.html for DLUX UI. The default user-name and password is admin/admin. |
- | ''**Note: Do not kill the screen session, it will terminate the ODL controller.**'' | + | opendaylight-user@root>feature:install odl-restconf odl-l2switch-switch odl-mdsal-apidocs odl-dlux-core |
+ | |||
+ | 13. To exit out of screen session, please use the command ''CTRL+a'' followed by ''d'' | ||
+ | ''**Note: Do not kill the screen session, it will terminate the ODL controller.**'' | ||