Question "ERR_CONNECTION_CLOSED" on various sites and I don't know why ?

TheExperiment01

Reputable
Feb 12, 2020
9
0
4,510
So sites like https://www.fnb-online.com/ and https://www.ea.com (specifically when I click login for ea). I've tried everything I can think at this point, different browsers don't work (other devices on the network work), firewall turned off, updating drivers, clearing cache, using google dns and probably more things I cant think of right now. I really need some help here. I've also gotten RESULT_CODE_HUNG for sites like intel.com and https://aegide.github.io/ (specifically whenever I input anything for the latter). And for some additional info I tried pinging https://www.fnb-online.com/ and sent 4 packets and received 0
 

Ralston18

Titan
Moderator
ISP: connection DSL, coax, fiber?

Make and model information for modem and router? (Or modem/router if combined.)

The router's logs (if available and enabled) may provide some clue.

Who has full admin rights to the network router? You will need help from that person.
 

TheExperiment01

Reputable
Feb 12, 2020
9
0
4,510
ISP: connection DSL, coax, fiber?

Make and model information for modem and router? (Or modem/router if combined.)

The router's logs (if available and enabled) may provide some clue.

Who has full admin rights to the network router? You will need help from that person.
It is an xfinity Arris tg1682g with dsl connection and it’s my home network and I don’t believe it has logs enabled
 

Ralston18

Titan
Moderator
This router?

https://secure.xfinity.com/anon.com...220_Wireless_Gateway_3_UserGuide_06_19_15.pdf

Manual appears old....

Did not note any references to the availability of logs and/or enabling such logs.

However, the only way to know for sure what is available within the router's admin pages is to log in and search.

Just do not change immediately change anything.

On your computer run "ipconfig /all" (without quotes) via the command prompt.

Also run "arp -a.

Post the results. You should be able to copy and paste the results without needing to retype everything.
 

TheExperiment01

Reputable
Feb 12, 2020
9
0
4,510
This router?

https://secure.xfinity.com/anon.com...220_Wireless_Gateway_3_UserGuide_06_19_15.pdf

Manual appears old....

Did not note any references to the availability of logs and/or enabling such logs.

However, the only way to know for sure what is available within the router's admin pages is to log in and search.

Just do not change immediately change anything.

On your computer run "ipconfig /all" (without quotes) via the command prompt.

Also run "arp -a.

Post the results. You should be able to copy and paste the results without needing to retype everything.
Thats the one
Windows IP Configuration

Host Name . . . . . . . . . . . . : DESKTOP-87TI0MD
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : hsd1.pa.comcast.net

Unknown adapter Local Area Connection 2:

Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Wintun Userspace Tunnel
Physical Address. . . . . . . . . :
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes

Ethernet adapter Ethernet:

Connection-specific DNS Suffix . : hsd1.pa.comcast.net
Description . . . . . . . . . . . : Intel(R) I211 Gigabit Network Connection
Physical Address. . . . . . . . . : A8-5E-45-52-D6-7F
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IPv6 Address. . . . . . . . . . . : 2601:543:4281:4730::7429(Preferred)
Lease Obtained. . . . . . . . . . : Thursday, February 23, 2023 4:08:47 PM
Lease Expires . . . . . . . . . . : Wednesday, March 1, 2023 7:04:11 PM
IPv6 Address. . . . . . . . . . . : 2601:543:4281:4730:386a:29db:375e:228a(Preferred)
Temporary IPv6 Address. . . . . . : 2601:543:4281:4730:f823:ae02:4176:eed8(Preferred)
Link-local IPv6 Address . . . . . : fe80::6def:512f:38eb:d4bc%34(Preferred)
IPv4 Address. . . . . . . . . . . : 10.0.0.78(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : Thursday, February 23, 2023 4:08:45 PM
Lease Expires . . . . . . . . . . : Saturday, February 25, 2023 4:08:44 PM
Default Gateway . . . . . . . . . : fe80::fe51:a4ff:fe15:d00%34
10.0.0.1
DHCP Server . . . . . . . . . . . : 10.0.0.1
DHCPv6 IAID . . . . . . . . . . . : 581459525
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-25-D7-94-11-A8-5E-45-52-D6-7F
DNS Servers . . . . . . . . . . . : 2001:558:feed::1
2001:558:feed::2
75.75.75.75
75.75.76.76
2001:558:feed::1
2001:558:feed::2
NetBIOS over Tcpip. . . . . . . . : Enabled



Displays and modifies the IP-to-Physical address translation tables used by
address resolution protocol (ARP).

ARP -s inet_addr eth_addr [if_addr]
ARP -d inet_addr [if_addr]
ARP -a [inet_addr] [-N if_addr] [-v]

-a Displays current ARP entries by interrogating the current
protocol data. If inet_addr is specified, the IP and Physical
addresses for only the specified computer are displayed. If
more than one network interface uses ARP, entries for each ARP
table are displayed.
-g Same as -a.
-v Displays current ARP entries in verbose mode. All invalid
entries and entries on the loop-back interface will be shown.
inet_addr Specifies an internet address.
-N if_addr Displays the ARP entries for the network interface specified
by if_addr.
-d Deletes the host specified by inet_addr. inet_addr may be
wildcarded with * to delete all hosts.
-s Adds the host and associates the Internet address inet_addr
with the Physical address eth_addr. The Physical address is
given as 6 hexadecimal bytes separated by hyphens. The entry
is permanent.
eth_addr Specifies a physical address.
if_addr If present, this specifies the Internet address of the
interface whose address translation table should be modified.
If not present, the first applicable interface will be used.
Example:
arp -s 157.55.85.212 00-aa-00-62-c6-09 .... Adds a static entry.
arp -a .... Displays the arp table.
 

Ralston18

Titan
Moderator
Just run "arp -a" (without quotes) and with a space between arp and -a.

However not seeing anything astray via "ipconfig /all" relevent to the described problems in your original post.

Any other websites that do not work?

Post a list accordingy.