can ping my default gateway my nslookup and others suggest that DNS name resolution seems to happen but I cannot ping externally and obviously there is no internet what seems to be the issue and how do I get online
so far done :
changed to static IP. flush IP route and cache. turn off turn on my my Wi-Fi adaptor physically on my laptop.
the standard DNS flush procedures do not seem to work here on puppy Linux but I haven't tried hard because DNS seems to be resolving . also I uninstall firewall right now there is no active firewall as IP tables listing will suggest
Actually my router is a hotspot so not many options to change stuff in my Android phone neither do I think that is the problem. I can use the same hotspot the same client MAC address but through Windows connect to internet successfully. also so all other clients can access internet through my hotspot.
here go all the command outputs that would be needed to troubleshoot
Here's my system
Code: Select all
root# cat /etc/os-release
NAME=Puppy
VERSION="9.5"
ID=puppy_fossapup64
VERSION_ID=9.5
PRETTY_NAME="fossapup64 9.5"
ANSI_COLOR="0;34"
CPE_NAME="cpe:/o:puppy:puppy_linux:9.5"
HOME_URL="http://puppylinux.com/"
SUPPORT_URL="http://www.murga-linux.com/puppy/index.php"
BUG_REPORT_URL="https://github.com/puppylinux-woof-CE/woof-CE"
Code: Select all
mtt 8.8.8.8
My traceroute [v0.93]
puppypc24185 (192.168.43.102) 2021-08-06T09:16:22+0800
Keys: Help Display mo My traceroute [v0.93]
puppypc24185 (192.168.43.102) 2021-08-06T09:16:22+0800
Keys: Help Display mode Restart statistics Order of fields quit
Packets Pings
Host Loss% Snt Last Avg Best Wrst StDevde Restart statistics Order of fields quit
root# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
root# netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 192.168.43.1 0.0.0.0 UG 0 0 0 wlan0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
192.168.43.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan
root# ping www.google.com
PING www.google.com (216.58.203.36): 56 data bytes
^C
--- www.google.com ping statistics ---
11 packets transmitted, 0 packets received, 100% packet loss
route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 192.168.43.1 0.0.0.0 UG 0 0 0 wlan0
default 192.168.43.1 0.0.0.0 UG 303 0 0 wlan0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
192.168.43.0 * 255.255.255.0 U 303 0 0 wlan0
root# ip route
default via 192.168.43.1 dev wlan0
default via 192.168.43.1 dev wlan0 metric 303
127.0.0.0/8 dev lo scope link
192.168.43.0/24 dev wlan0 proto kernel scope link src 192.168.43.102 metric 303
root#
# Generated by dhcpcd from wlan0
# /etc/resolv.conf.head can replace this line
nameserver 192.168.43.1
# /etc/resolv.conf.tail can replace this line
root#
root# ifconfig wlan0
wlan0 Link encap:Ethernet HWaddr CC:52:AF:61:5D:D5
inet addr:192.168.43.102 Bcast:192.168.43.255 Mask:255.255.255.0
inet6 addr: fe80::ce52:afff:fe61:5dd5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:939 errors:0 dropped:4 overruns:0 frame:0
TX packets:3586 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:103106 (100.6 KiB) TX bytes:353321 (345.0 KiB)
root# traceroute www.google.com
traceroute to www.google.com (142.250.67.196), 30 hops max, 46 byte packets
1 192.168.43.1 (192.168.43.1) 1.672 ms !N 3.732 ms !N *
root#
Connected to Hotspot # 2 from my AT&T phone. Same Puppy Linux connects just fine