-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Apache Guacamole] IP address of guacamole server changes to wrong network interface #825
Comments
Hi @testtobi, Thanks for using Bitnami. Can you give us more information about your issue? What is the setting you get wrongly updated? How did you configure those interfaces? Do they have a static IP address (both of them), or do they get their IP address dynamically via DHCP? Are you using the most recent virtual-machine from our website or a previous one? Additionally, can you share the output of running the commands below with us?
|
The VM has two network interfaces with static IPs. One is used to have access to the guacamole webUI and the other is for the connection to the system, where I want to have access with guacamole e.g. network 1 has the ip 192.168.123.111 which is used to access the webUI and network 2 has 178.50.100.50. Output of the mentioned commands: bitnami@debian:~$ ls -larth /opt/bitnami/scripts/guacamole/ bitnami@debian:~$ sudo systemctl list-units -t service | grep -i bitnami |
Hi @testtobi, Thanks for your message. I'm not sure if this can be caused by some init scripts we include in the machine you are currently using. We released a new virtual machine solution for Odoo recently removing those init scripts. Can you give our latest image a try? |
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary. |
i cant execute bnconfig tool, it ist not in the path "/opt/bitnami/apps/APP-NAME" https://docs.bitnami.com/general/faq/configuration/understand-bnconfig/ |
Hi @sollyn21, The bnconfig tool is no longer included in recent versions of our solutions. Please open a new ticket adding as much information about your issue and our support team will help you. I'm closing this ticket. |
Describe your issue as much as you can
Used version:
bitnami-guacamole-1.5.0-6-r08-linux-vm-debian-11-x86_64-nami
System Setup:
Guacamole VM is used with two network interfaces, one for connecting to the guacamole webUI and the second one is used as connection to the system. Both network interfaces are in their own IP address range.
Issue:
After a reboot it happens from time to time that the guacamole server changes its ip configuration from the first interface to the second interface (can be easily seen on the console starting banner). Hence the server is no longer reachable on its initial configured ip address. If i rename the *.network files or change any parameter in it and restart the server again then the guacamole-server changes back to the other network interface and is again reachable on the right ip address.
I tried to follow the guide for updating the ip address to disable an automatic configure during startup but i wasn't able to find neither bnconfig nor configure_app_domain on the machine.
Is there a way to disable the automatic configuration on startup or to define a certain network interface which has to be used by guacamole-server?
The text was updated successfully, but these errors were encountered: