Download presentation
Presentation is loading. Please wait.
Published byCuthbert Norris Modified over 8 years ago
1
Configuring Guacamole create a folder for guacamole's configuration: mkdir /etc/guacamole create a file /etc/guacamole/guacamole.properties with the content: # Hostname and port of guacamole proxy guacd-hostname: localhost guacd-port: 4822 # Location to read extra.jar's from lib-directory:/home/adminuser/liferay-portal-6.1.1-ce-ga2/glassfish- 3.1.2/domains/domain1/applications/guacamole1/WEB-INF/classes # Authentication provider class auth-provider: net.sourceforge.guacamole.net.basic.BasicFileAuthenticationProvider # Properties used by BasicFileAuthenticationProvider basic-user-mapping: /etc/guacamole/user-mapping.xml
2
Configuring Guacamole create a file /etc/guacamole/user-mapping.xml with the content vnc localhost 5901 password
3
Configuring Guacamole: Errors Solved # Hostname and port of guacamole proxy guacd-hostname: localhost guacd-port: 4822 # Location to read extra.jar's from lib-directory: /home/adminuser/liferay-portal-6.1.1-ce-ga2/glassfish- 3.1.2/domains/domain1/applications/guacamole1/WEB-INF/lib # Authentication provider class auth-provider: net.sourceforge.guacamole.net.basic.BasicFileAuthenticationProvider # Properties used by BasicFileAuthenticationProvider basic-user-mapping: /home/adminuser/.guacamole/user-mapping.xml PATH CHANGED gucamaole.properties home/adminuser/.guacamole/guacamole.properties
4
vnc 90.147.74.74 5903 MitoTool Configuring Guacamole: Errors Solved user-mapping.xml home/adminuser/.guacamole/user-mapping.xml USERNAME AND PASSWORD SETTED ADDRESS AND CONNECTION PORT CHANGED MITOTOOL’S PASSWORD SETTED
5
Connection to MitoTool with Guacamole wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6- 8.noarch.rpmhttp://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6- 8.noarch.rpm wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpmhttp://rpms.famillecollet.com/enterprise/remi-release-6.rpm rpm -Uvh remi-release-6*.rpm epel-release-6*.rpm mv /etc/yum.repos.d/remi.repo /etc/yum.repos.d/remi.repo_orig && cat /etc/yum.repos.d/remi.repo_orig | sed s/'enabled=0'/'enabled=1'/g > /etc/yum.repos.d/remi.repo yum install guacd yum install libguac-client-vnc libguac-client-ssh libguac-client-rdp service guacd start chkconfig guacd on
6
Next step Access to MitoTool with Guacamole without Username and Password
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.