I have localhosted zammad(Ubuntu 24.04) in our company premises
And i am trying to get acces in company network
While i am able to connect to zammad web in localhosted system
But when i am trying to connect in other system like windows machine it show âThis site canât be reachedâ error
You can access Zammad from the same machine itâs installed on, and everything works? This sounds like a Network issue, not a Zammad issue.
But any other system, and you get an error âThe site canât be reachedâ Iâm assuming this is the DNS error?
Check to make sure Ubuntu isnât blocking traffic to ports 80/443.
Are you using the IP address from the other machine as well?
For example, letâs say Zammad is on 10.25.1.100 and your other machine is on 10.25.1.101.
When you are on 101 you get that error? Thatâs a network error and 101 is unable to see 100. Especially if you are using the IP address instead of FQDN.
As @AK2024 mentioned, are you behind a proxy?
What is your firewall (Palo Alto, Fortinet, OpenSenseâŚ). What NAT do you have in place, or any other routing that could impact this.
We should start focussing on what error message youâre seeing in the browser and what exactly youâre trying how. The provided information is super thin and feels very dodgy.
If itâs an internal service any way (so internal IPs for example), it wouldnât be an issue to share how youâre trying to access is (as in trying to connect to https://172.16.16.1 as example).
Right now itâs super hard to help you at all. Sal is doing their best but is more digging in the dark due to that.
Please find attached images.
As i am able to access Zammad on same system while using Localhost and if i am trying to access using ip it show this error tried ports 80,81,443 and 3000.
Well your virtual host obviously is set up to react on âlocalhostâ.
Youâll have to set up DNS records, ssl certificates and adjust your virtual host accordingly.