Hi I have a question about signoz installation. Si...
# support
s
Hi I have a question about signoz installation. Signoz frontend is listening on 0.0.0.0:3301but i can't connect to the UI. The firewall rules are open and i don't know why i cannot connect. tcp 0 0 0.0.0.0:3301 0.0.0.0:* LISTEN 926481/docker-proxy Any idea ?
v
0.0.0.0 is not routable ip address that exposes all your exposed ip addresses from NICs
try "hostname -I" and use any routable address from result to access application
s
I got 127.0.1.1
which is not usable
v
same story its loopback address
Copy code
ifconfig | grep -Eo 'inet (addr:)?([0-9]*\.){3}[0-9]*' | grep -Eo '([0-9]*\.){3}[0-9]*' | grep -v '127.0.0.1'
something like http//<ip address>3301 should do ?
s
172.18.0.1 172.20.0.1 172.17.0.1 10.100.254.99
v
yeah take the last and see how it goes
s
i already tried the last one
v
s
yes
it works localy (curl request)
but not on a remote exec.
v
hmm i would check in with network people if you have access to them : Not quite understanding what is your setup if the application is hosted in your machine , the company firewall probably blocks traffic
s
yes
v
if you are hosting in some sort of infra it probably will need all the rules from employees machines
s
i checked the firewall config and the local firewall (i use ufw)
network ports are open
v
yeah but it doesnt matter in the sense that company firewall is done outside of your control
like some sort of cisco/juniper box in some basement
s
I manage the firewall too 🙂
but i will check all the ACL another time
and keep you in touch here
v
yeh need to look into it probably
ah 😄 no need , im just random community guy , hoping you get your stuff solved
just happened to drill signoz fw rules in my own cloud to multiple VPC would get their monitoring and saw your message