Can't Wget and Curl public IP

gauthier hubert

New Member
Nov 23, 2018
2
0
1
28
I evryone, i have an infrastructure under proxmox with 3 vm's,
1 nextcloud
1 onlyoffice
1 pfsense

For integrate onlyoffice to nextcloud, the nextcloud vm must wget the onlyoffice vm.
The nextcloud and onlyoffice vm are under reverse proxy.

nextcloud => nextcloud.mydomainname.ex
onlyoffice => office.mydomainname.ex

But when i want to wget the domain of onlyoffice from the nextcloud vm i obtain time out error.

Thanks you very mutch for you help

(sorry i'm french my english is very poor)
 
Hello, I would check:

1. If I can resolve any domain name from the VMs at all (you can use the tool `dig`)
2. If the reverse proxies are functioning correctly
 
HI
The resolution of domain names from VMs is working properly.
But how do I do to see if the configuration of the reverse proxy is good?

Best regards,

Gauthier HUBERT
 
I don't know which reverse proxy you're using, it would depend. I would check if I can reach the host at all using the reverse proxy. If yes, then I'd check firewall settings (if the service that you're trying to curl is accessible from the other host). It is definitely a problem either on network level or application level.