F5F Stay Refreshed Power Users Networks Issues in resolving AP names

Issues in resolving AP names

Issues in resolving AP names

K
216
10-05-2025, 08:23 AM
#1
Hello everyone, I just returned from college and now have one device connected—just the router’s AP no longer supports internet tasks. My main issue is with name resolution. I checked both the router and the AP’s DNS settings; everything looked normal at first glance. When I pinged google.com, it showed a temporary failure in resolving names. I tried updating /etc/resolv.conf to 8.8.8.8 initially but got no results. I also used 1.1.1.1 without any cookies. Dig showed similar problems, with a timeout and no server reachable. This is where my understanding stops—please help me out. Thanks in advance.
K
Kawaiichan1776
10-05-2025, 08:23 AM #1

Hello everyone, I just returned from college and now have one device connected—just the router’s AP no longer supports internet tasks. My main issue is with name resolution. I checked both the router and the AP’s DNS settings; everything looked normal at first glance. When I pinged google.com, it showed a temporary failure in resolving names. I tried updating /etc/resolv.conf to 8.8.8.8 initially but got no results. I also used 1.1.1.1 without any cookies. Dig showed similar problems, with a timeout and no server reachable. This is where my understanding stops—please help me out. Thanks in advance.

R
RentoxGHG
Member
54
10-05-2025, 08:23 AM
#2
Yes, you can send ICMP echo requests to specific IP addresses, such as “ping 8.8.8.8”.
R
RentoxGHG
10-05-2025, 08:23 AM #2

Yes, you can send ICMP echo requests to specific IP addresses, such as “ping 8.8.8.8”.

H
husker53
Posting Freak
802
10-05-2025, 08:23 AM
#3
No, but you can still connect via SSH from other network locations (if needed). Testing with ping to 8.8.8.8 is useful for checking connectivity. The issue might be related to the local IP address, as indicated by the "Destination Host Unreachable" message.
H
husker53
10-05-2025, 08:23 AM #3

No, but you can still connect via SSH from other network locations (if needed). Testing with ping to 8.8.8.8 is useful for checking connectivity. The issue might be related to the local IP address, as indicated by the "Destination Host Unreachable" message.

_
_eptastic_
Member
54
10-05-2025, 08:23 AM
#4
Do a trace route and reply
_
_eptastic_
10-05-2025, 08:23 AM #4

Do a trace route and reply

S
saurel31
Junior Member
39
10-05-2025, 08:23 AM
#5
Yes, you can check your router's IP address. The IP you mentioned was likely your own device's address, not the router's.
S
saurel31
10-05-2025, 08:23 AM #5

Yes, you can check your router's IP address. The IP you mentioned was likely your own device's address, not the router's.

D
DaNiggaSWAG
Senior Member
539
10-05-2025, 08:23 AM
#6
Tracing route to 8.8.8.8 with a limit of 30 hops and 60 bytes per packet from a raspberrypi located at 1239.208 ms. Results show temporary name resolution issues for google.com, indicating a failure in handling that command line argument.
D
DaNiggaSWAG
10-05-2025, 08:23 AM #6

Tracing route to 8.8.8.8 with a limit of 30 hops and 60 bytes per packet from a raspberrypi located at 1239.208 ms. Results show temporary name resolution issues for google.com, indicating a failure in handling that command line argument.

S
SrSniper28
Member
231
10-05-2025, 08:23 AM
#7
Check if your router’s IP is configured as the default gateway for your computer. Display your routing table using “ip route show” on most Linux systems. Publicly share any private IP addresses (like 10., 172., or 192.168.)—they’re safe to share and can’t be misused.
S
SrSniper28
10-05-2025, 08:23 AM #7

Check if your router’s IP is configured as the default gateway for your computer. Display your routing table using “ip route show” on most Linux systems. Publicly share any private IP addresses (like 10., 172., or 192.168.)—they’re safe to share and can’t be misused.

A
asdno2
Member
193
10-05-2025, 08:23 AM
#8
The default gateway isn't showing up correctly. I checked the routing table and confirmed the IP address. I looked up how to modify the route and adjusted it accordingly. Then I tested the connection to google.com, which worked fine. Thanks for the clarification—no need to worry about security.
A
asdno2
10-05-2025, 08:23 AM #8

The default gateway isn't showing up correctly. I checked the routing table and confirmed the IP address. I looked up how to modify the route and adjusted it accordingly. Then I tested the connection to google.com, which worked fine. Thanks for the clarification—no need to worry about security.

R
raskin
Junior Member
13
10-05-2025, 08:23 AM
#9
Also delete the alternative default gateway.
R
raskin
10-05-2025, 08:23 AM #9

Also delete the alternative default gateway.

W
WinterPR
Member
129
10-05-2025, 08:23 AM
#10
Appreciate the assistance.
W
WinterPR
10-05-2025, 08:23 AM #10

Appreciate the assistance.