Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
What you can do, is verifying the thing mentioned above. After starting ASF, you can check what netstat says:
If you can see that ASF properly listens on all the interfaces:
Then there is nothing else you can do on ASF side, since it's working correctly. Everything else includes your firewall, router, network and configuration of those.
What you can do is trying to access your machine through IPv6 rather than IPv4, in case your machine has IPv6 address assigned. If that won't work either, or you have no IPv6, then you'll need to check yourself why you can't access your machine through IPv4.
Have you verified if other services are accessible from the outside? For example ssh? If yes, it might be some kind of only specific ports being blocked, in which case you could perhaps workaround the problem by making ASF listen on :80. You'll likely need root for that though. If no other services are accessible then you're blocked entirely, likely by the router directly in front of your machine.
Thank you for your reply and letting me know my configuration is good.
I just tried
So I decided and reboot the machine and run this command again:
Altho sadly I am still unable to load the IPC interface when going to the URL in my browser, so i will have a further look at this tommorow.
But atleast thank you for the fast response, I am hoping to resolve this problem soon :D
EDIT #1:
I almost forgot to include, but yes I am able to access my machine from external resources as the Orange Pi Zero is an Raspberry Pi zero equivalent I use this machine with SSH only, so I can confirm port 80 for SSH works without any issues.
What might be something that is the issue but I am not sure about.
I got 1 Raspberry Pi Zero running Pi-Hole and OpenVPN, for OpenVPN I was required to setup an firewall and only open up the required ports to make it more secure, I don't remember 1242 being a port which I opened on there.
Now as that same Raspberry Pi is also being used as a Pi-Hole and so is my DNS server for my whole network is that maybe a possibility that it is getting blocked on that end and that I need to open up the port on that machine aswell.
It's a really long shot but it's worth a try I think.
Ok so now it is working how it is supposed to be working.
Turns out as my IPC filename was named as IPC.conf was causing the issue, after renaming it to IPC.config it is working without any issues.
Thank you @Archi and @Ryzhehvost for helping me troubleshoot this stupid mistake I made :D
Oh and opening the port on my raspberry pi wasnt needed ;)