Can't Connect to Assignment Servers, but No Errors?
Moderators: Site Moderators, FAHC Science Team
-
- Posts: 6
- Joined: Wed Mar 25, 2020 9:37 am
Re: Can't Connect to Assignment Servers, but No Errors?
Really don´t know, were this blockage is coming from.
I configured router with Port opening and assign.stanford.edu and 65.254.110.245 on whitelists to avoid IP addresses.
But still same "error"
I configured router with Port opening and assign.stanford.edu and 65.254.110.245 on whitelists to avoid IP addresses.
But still same "error"
Re: Can't Connect to Assignment Servers, but No Errors?
Are you running any anti-malware?
CPU: Ryzen 9 3900X (1x21 CPUs) ~ GPU: nVidia GeForce GTX 1660 Super (Asus)
Re: Can't Connect to Assignment Servers, but No Errors?
I set verbosity to 5 because it then includes all of my configuration information, which I thought might be useful for you guys in helping me sort this out. If not, no biggie...Joe_H wrote:I would like to add one note, changing the logging verbosity to 5 provides little to no extra useful information. The default setting of 3 gives all the information needed for troubleshooting.
I tried both of those IP addresses using Chrome, and I see the same "Assignment Server" splash page.anandhanju wrote:Can you try accessing the following URLs in your browser?
http://18.218.241.186:80
http://65.254.110.245:8080
Do you see a page that looks like this? Some security software/ routers block requests to IP addresses and this can cause the error you're running into.
Nope, only running Windows Firewall - which I've actually disabled for the time being while I try to figure this out...uyaem wrote:Are you running any anti-malware?
When I enter these addresses into a browser, I get taken to a seemingly identical webpage.bruce wrote:There's another possibility but this is strictly a guess. FAH uses explicit IP addresses on some communications and DNS specifically on the initial connection to the AS. This may matter.
When I ping assign.stanford.edu and when I ping 65.254.110.245 I see two different results. Apparently I reached the same server but ping recognizes that I asked for it two different ways. Maybe the client is checking rDNS.
I can successfully ping 65.254.110.245, but when I ping assign.stanford.edu it says it cannot find the host.
Could this be causing the problem?
How would I go about fixing it?
-
- Posts: 6
- Joined: Wed Mar 25, 2020 9:37 am
Re: Can't Connect to Assignment Servers, but No Errors?
For me all Pinging is successful, direct IP and name.bruce wrote:
There's another possibility but this is strictly a guess. FAH uses explicit IP addresses on some communications and DNS specifically on the initial connection to the AS. This may matter.
When I ping assign.stanford.edu and when I ping 65.254.110.245 I see two different results. Apparently I reached the same server but ping recognizes that I asked for it two different ways. Maybe the client is checking rDNS.
No additional antimalware running. Only AV Avast, but even disarmed I get no differend result from F@H client.
Re: Can't Connect to Assignment Servers, but No Errors?
assign1.foldingathome.org should give you (almost) the same splash page.
Posting FAH's log:
How to provide enough info to get helpful support.
How to provide enough info to get helpful support.
Re: Can't Connect to Assignment Servers, but No Errors?
Hi There,
I have the same situation and noticed that my Openwrt firmware doesn't like adding a port to a ip adress when pinging.
So ping 8.8.8.8 works
but ping 8.8.8.8:80 gives an error
How can we proceed?
Kind Regards,
Guy Forssman
I have the same situation and noticed that my Openwrt firmware doesn't like adding a port to a ip adress when pinging.
So ping 8.8.8.8 works
but ping 8.8.8.8:80 gives an error
How can we proceed?
Kind Regards,
Guy Forssman
Re: Can't Connect to Assignment Servers, but No Errors?
Hi Guy,
Just my 2p worth. You cannot 'ping' a port. Ping uses ICMP which is a different protocol and doesn't use ports. This is why you are getting no response. I'm not an openWRT expert however so there may be other options available that allows you to do this, just talking generally.
Just my 2p worth. You cannot 'ping' a port. Ping uses ICMP which is a different protocol and doesn't use ports. This is why you are getting no response. I'm not an openWRT expert however so there may be other options available that allows you to do this, just talking generally.
-
- Posts: 6
- Joined: Wed Mar 25, 2020 9:37 am
-
- Posts: 522
- Joined: Mon Dec 03, 2007 4:33 am
- Location: Australia
Re: Can't Connect to Assignment Servers, but No Errors?
Hi @AnonymABFolder, can you post the entire log where it attempted to connect to this URL?
-
- Site Admin
- Posts: 1288
- Joined: Fri Nov 30, 2007 9:37 am
- Location: Oxfordshire, UK
Re: Can't Connect to Assignment Servers, but No Errors?
Hi AnonymABFolder, can you please post the cmd output of
and
You appear to have several typos in your above ping command, which means it is resolving to a completely different webserver
Code: Select all
ping assign1.foldingathome.org
Code: Select all
ping 65.254.110.245
Re: Can't Connect to Assignment Servers, but No Errors?
My FAHClient still isn't getting past the "connecting to" phase... my log still looks like this, with nothing else reported after the last line even after running for 24+ hours:
I've tried the following without success:
Does anyone have any idea of how to troubleshoot this?
Is there a way for me to monitor all the incoming and outgoing connection requests, and determine if something else is denying a return message from the Assignment Servers?
Longshot here:
My version of Windows 10 Home was obtained using the "free upgrade from Win 7" program a few years ago. Is it possible that this version of Win10 is screwing with something?
Code: Select all
00:47:58:Trying to access database...
00:47:58:Successfully acquired database lock
00:47:58:Enabled folding slot 00: READY cpu:6
00:47:58:Enabled folding slot 01: READY gpu:0:TU106 [GeForce RTX 2070] M 6497
00:47:58:WU00:FS00:Connecting to 65.254.110.245:8080
00:47:58:WU01:FS01:Connecting to 65.254.110.245:8080
- Checked Event Viewer to see if anything was logged there that might indicate issues - found nothing
- Added all FAH programs to the whitelist for Windows Defender Firewall (FAHClient, FAHControl, FAHCoreWrapper)
- Added several incoming & outgoing firewall rules to Windows Defender Firewall, all specific to the Assignment Server IPs
- Ran netstat -b in Command Prompt (as well as checking Resource Monitor) - found that my IP is successfully connected to 65.254.110.245
- Turned off Windows Defender Firewall entirely
- Verified that my router's firewall is also disabled
Does anyone have any idea of how to troubleshoot this?
Is there a way for me to monitor all the incoming and outgoing connection requests, and determine if something else is denying a return message from the Assignment Servers?
Longshot here:
My version of Windows 10 Home was obtained using the "free upgrade from Win 7" program a few years ago. Is it possible that this version of Win10 is screwing with something?
-
- Posts: 522
- Joined: Mon Dec 03, 2007 4:33 am
- Location: Australia
Re: Can't Connect to Assignment Servers, but No Errors?
@bhughes89, Have you tried switching your system off and turning it on back again? I had this issue yesterday after a new install of the client and a reboot fixed it.
Re: Can't Connect to Assignment Servers, but No Errors?
lol, yes I have restarted multiple times.
I've also tried:
I've also tried:
- Uninstalled and reinstalling
- Installing under the "hidden" Win10 administrator account
-
- Posts: 522
- Joined: Mon Dec 03, 2007 4:33 am
- Location: Australia
Re: Can't Connect to Assignment Servers, but No Errors?
lol, I went all Roy from the IT Crowd there, didn't I? Can you open http://65.254.110.245:8080 in your browser?
Re: Can't Connect to Assignment Servers, but No Errors?
Haha, no worries. I can open all the IP and assign/assign1/assign2 addresses in my browsers.