Cant access router's IP via default gateway

Konstantinos_24

Commendable
Nov 22, 2016
6
0
1,510
Hello everyone.I have an issue which i tried to solve by looking to similar threads in here and none of them actually worked for me so i want to make a new one in case there is something different with my problem. I have a TP-Link modem router connected to my pc via ethernet.Whenever i try to access my router using the default gateway it mentions ERR_EMPTY_RESPONSE.The only temporary fix i have found that works is by reseting my router to factory settings but after a while the page is again innaccessible.Tried pinging the gateway and it sends 4 packages and receives 4.
Here is the ipconfig command on cmd.Thanks in advance!

Windows IP Configuration

Host Name . . . . . . . . . . . . : Gara
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Τοπική σύνδεση:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller
Physical Address. . . . . . . . . : 00-0D-07-44-EF-3A
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::fcec:cdbc:1c0b:4034%10(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.1.101(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : Κυριακή, 23 Απριλίου 2017 00:17:42
Lease Expires . . . . . . . . . . : Πέμπτη, 27 Απριλίου 2017 19:15:16
Default Gateway . . . . . . . . . : 192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
DHCPv6 IAID . . . . . . . . . . . : 249088906
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-20-77-BE-65-00-0D-07-44-EF-3A
DNS Servers . . . . . . . . . . . : 192.168.1.1
NetBIOS over Tcpip. . . . . . . . : Enabled

Tunnel adapter Τοπική σύνδεση* 1:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft Teredo Tunneling Adapter
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
IPv6 Address. . . . . . . . . . . : 2001:0:9d38:90d7:3466:af96:4d7f:5b98(Preferred)
Link-local IPv6 Address . . . . . : fe80::3466:af96:4d7f:5b98%9(Preferred)
Default Gateway . . . . . . . . . : ::
DHCPv6 IAID . . . . . . . . . . . : 100663296
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-20-77-BE-65-00-0D-07-44-EF-3A
NetBIOS over Tcpip. . . . . . . . : Disabled

Tunnel adapter isatap.{93BD9965-596B-4214-9A84-9D7116326077}:

Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
 

NerdIT

Distinguished


Hey there, just so I am clear - you have a modem/router combo? If so, make sure you are setting up the WAN/modem side of it with any settings the ISP may have given you,, although I doubt that's the issue.

Because you can ping it, but can't access through browser tells us a couple things. Because it works that means the link is working on the "lower layers" of the tcp/ip stack. Not being able to access the page - seems like an application layer error i.r your browser is wonky some how. Try a few things;

First try another browser(s) and see if works better.

Open a cmd prompt as admin and :
> arp -d *
> ipconfig /flushdns
/ then reboot

> tracert 192.168.1.1 (and post results)

> route PRINT (post results)

Also ensure that your NIC (network card) settings are correct (should be on auto to grab ip address from the DHCP server)

 
A common mistake people often do is double-NATing. The box the ISP gave you is already doing NAT, and then you stick in a WIFI router, which again, does NAT one more time. This will cause the symptom as u describe. The normal way around this is, configure WIFI router as a plain Access Point.
 

Konstantinos_24

Commendable
Nov 22, 2016
6
0
1,510
So unfortunately one day later after i configured my old wifi router as a plain access point and everything was working, now when i try to log in to the main router it says "object not found, The requested URL '/' was not found on the RomPager server". NerdIT i did every command you mentioned and here are the results


C:\WINDOWS\system32>tracert 192.168.1.1

Tracing route to 192.168.1.1 over a maximum of 30 hops

1 <1 ms <1 ms <1 ms 192.168.1.1

Trace complete.

C:\WINDOWS\system32>route PRINT
===========================================================================
Interface List
10...00 0d 07 44 ef 3a ......Realtek PCIe GBE Family Controller
1...........................Software Loopback Interface 1
9...00 00 00 00 00 00 00 e0 Microsoft Teredo Tunneling Adapter
17...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #2
===========================================================================

IPv4 Route Table
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.1.1 192.168.1.100 35
127.0.0.0 255.0.0.0 On-link 127.0.0.1 331
127.0.0.1 255.255.255.255 On-link 127.0.0.1 331
127.255.255.255 255.255.255.255 On-link 127.0.0.1 331
192.168.1.0 255.255.255.0 On-link 192.168.1.100 291
192.168.1.100 255.255.255.255 On-link 192.168.1.100 291
192.168.1.255 255.255.255.255 On-link 192.168.1.100 291
224.0.0.0 240.0.0.0 On-link 127.0.0.1 331
224.0.0.0 240.0.0.0 On-link 192.168.1.100 291
255.255.255.255 255.255.255.255 On-link 127.0.0.1 331
255.255.255.255 255.255.255.255 On-link 192.168.1.100 291
===========================================================================
Persistent Routes:
None

IPv6 Route Table
===========================================================================
Active Routes:
If Metric Network Destination Gateway
9 331 ::/0 On-link
1 331 ::1/128 On-link
9 331 2001::/32 On-link
9 331 2001:0:9d38:90d7:3c6b:ccc4:4d7f:acc9/128
On-link
10 291 fe80::/64 On-link
9 331 fe80::/64 On-link
9 331 fe80::3c6b:ccc4:4d7f:acc9/128
On-link
10 291 fe80::fcec:cdbc:1c0b:4034/128
On-link
1 331 ff00::/8 On-link
10 291 ff00::/8 On-link
9 331 ff00::/8 On-link
===========================================================================
Persistent Routes:
None