Wifi connects but no internet [closed]

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;







up vote
-2
down vote

favorite
1












ifconfig wlp3s0 output:



wlp3s0: flags=-28605<UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC> mtu 1500
inet 192.168.0.7 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::8c9a:29f5:69a9:8e71 prefixlen 64 scopeid 0x20<link>
ether bc:77:37:26:e5:6c txqueuelen 1000 (Ethernet)
RX packets 56 bytes 6947 (6.7 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 62 bytes 10465 (10.2 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0


the ping google.com output:



ping: google.com: Name or service not known


the traceroute 8.8.8.8 output:



traceroute to 8.8.8.8 (8.8.8.8), 30 hops max, 60 byte packets
1 gateway (192.168.0.1) 2.331 ms 4.010 ms 4.951 ms
2 * * *
3 218.248.175.238 (218.248.175.238) 122.133 ms 122.174 ms 122.171 ms
4 * * *
5 72.14.218.242 (72.14.218.242) 25.141 ms 72.14.220.152 (72.14.220.152) 28.269 ms 27.752 ms
6 108.170.251.119 (108.170.251.119) 32.459 ms 14.714 ms 108.170.251.98 (108.170.251.98) 15.136 ms
7 * * *
8 * * *
9 * 209.85.250.33 (209.85.250.33) 94.886 ms 108.170.225.101 (108.170.225.101) 104.913 ms
10 * * *
...
18 * * *
19 8.8.8.8 (8.8.8.8) 89.447 ms 91.244 ms 91.722 ms


the cat /etc/resolve.conf output:



 # Generated by Connection Manager
nameserver 127.0.0.1
nameserver ::1


the route output:



 Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default gateway 0.0.0.0 UG 600 0 0 wlp3s0
link-local 0.0.0.0 255.255.0.0 U 1000 0 0 wlp3s0
192.168.0.0 0.0.0.0 255.255.255.0 U 600 0 0 wlp3s0






share|improve this question













closed as too broad by Ipor Sircer, Rui F Ribeiro, Jesse_b, Jeff Schaller, sebasth Jul 30 at 12:52


Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.














  • Can you add more details?
    – Debian_yadav
    Jul 29 at 13:07






  • 1




    please add traceroute 8.8.8.8, also cat /etc/resolve.conf and route
    – Hossein Vatani
    Jul 29 at 13:15










  • done @HosseinVatani
    – Arpit Kamal
    Jul 30 at 3:13






  • 1




    cat /etc/resolv.conf output change @hellomoto
    – Arpit Kamal
    Jul 31 at 4:25






  • 1




    run sudo echo -e 'nameserver 8.8.8.8nnameserver 192.168.0.1' > /etc/resolve.conf, DNS is which convert Name(like google.com) to IP.
    – Hossein Vatani
    Jul 31 at 5:03
















up vote
-2
down vote

favorite
1












ifconfig wlp3s0 output:



wlp3s0: flags=-28605<UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC> mtu 1500
inet 192.168.0.7 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::8c9a:29f5:69a9:8e71 prefixlen 64 scopeid 0x20<link>
ether bc:77:37:26:e5:6c txqueuelen 1000 (Ethernet)
RX packets 56 bytes 6947 (6.7 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 62 bytes 10465 (10.2 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0


the ping google.com output:



ping: google.com: Name or service not known


the traceroute 8.8.8.8 output:



traceroute to 8.8.8.8 (8.8.8.8), 30 hops max, 60 byte packets
1 gateway (192.168.0.1) 2.331 ms 4.010 ms 4.951 ms
2 * * *
3 218.248.175.238 (218.248.175.238) 122.133 ms 122.174 ms 122.171 ms
4 * * *
5 72.14.218.242 (72.14.218.242) 25.141 ms 72.14.220.152 (72.14.220.152) 28.269 ms 27.752 ms
6 108.170.251.119 (108.170.251.119) 32.459 ms 14.714 ms 108.170.251.98 (108.170.251.98) 15.136 ms
7 * * *
8 * * *
9 * 209.85.250.33 (209.85.250.33) 94.886 ms 108.170.225.101 (108.170.225.101) 104.913 ms
10 * * *
...
18 * * *
19 8.8.8.8 (8.8.8.8) 89.447 ms 91.244 ms 91.722 ms


the cat /etc/resolve.conf output:



 # Generated by Connection Manager
nameserver 127.0.0.1
nameserver ::1


the route output:



 Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default gateway 0.0.0.0 UG 600 0 0 wlp3s0
link-local 0.0.0.0 255.255.0.0 U 1000 0 0 wlp3s0
192.168.0.0 0.0.0.0 255.255.255.0 U 600 0 0 wlp3s0






share|improve this question













closed as too broad by Ipor Sircer, Rui F Ribeiro, Jesse_b, Jeff Schaller, sebasth Jul 30 at 12:52


Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.














  • Can you add more details?
    – Debian_yadav
    Jul 29 at 13:07






  • 1




    please add traceroute 8.8.8.8, also cat /etc/resolve.conf and route
    – Hossein Vatani
    Jul 29 at 13:15










  • done @HosseinVatani
    – Arpit Kamal
    Jul 30 at 3:13






  • 1




    cat /etc/resolv.conf output change @hellomoto
    – Arpit Kamal
    Jul 31 at 4:25






  • 1




    run sudo echo -e 'nameserver 8.8.8.8nnameserver 192.168.0.1' > /etc/resolve.conf, DNS is which convert Name(like google.com) to IP.
    – Hossein Vatani
    Jul 31 at 5:03












up vote
-2
down vote

favorite
1









up vote
-2
down vote

favorite
1






1





ifconfig wlp3s0 output:



wlp3s0: flags=-28605<UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC> mtu 1500
inet 192.168.0.7 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::8c9a:29f5:69a9:8e71 prefixlen 64 scopeid 0x20<link>
ether bc:77:37:26:e5:6c txqueuelen 1000 (Ethernet)
RX packets 56 bytes 6947 (6.7 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 62 bytes 10465 (10.2 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0


the ping google.com output:



ping: google.com: Name or service not known


the traceroute 8.8.8.8 output:



traceroute to 8.8.8.8 (8.8.8.8), 30 hops max, 60 byte packets
1 gateway (192.168.0.1) 2.331 ms 4.010 ms 4.951 ms
2 * * *
3 218.248.175.238 (218.248.175.238) 122.133 ms 122.174 ms 122.171 ms
4 * * *
5 72.14.218.242 (72.14.218.242) 25.141 ms 72.14.220.152 (72.14.220.152) 28.269 ms 27.752 ms
6 108.170.251.119 (108.170.251.119) 32.459 ms 14.714 ms 108.170.251.98 (108.170.251.98) 15.136 ms
7 * * *
8 * * *
9 * 209.85.250.33 (209.85.250.33) 94.886 ms 108.170.225.101 (108.170.225.101) 104.913 ms
10 * * *
...
18 * * *
19 8.8.8.8 (8.8.8.8) 89.447 ms 91.244 ms 91.722 ms


the cat /etc/resolve.conf output:



 # Generated by Connection Manager
nameserver 127.0.0.1
nameserver ::1


the route output:



 Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default gateway 0.0.0.0 UG 600 0 0 wlp3s0
link-local 0.0.0.0 255.255.0.0 U 1000 0 0 wlp3s0
192.168.0.0 0.0.0.0 255.255.255.0 U 600 0 0 wlp3s0






share|improve this question













ifconfig wlp3s0 output:



wlp3s0: flags=-28605<UP,BROADCAST,RUNNING,MULTICAST,DYNAMIC> mtu 1500
inet 192.168.0.7 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::8c9a:29f5:69a9:8e71 prefixlen 64 scopeid 0x20<link>
ether bc:77:37:26:e5:6c txqueuelen 1000 (Ethernet)
RX packets 56 bytes 6947 (6.7 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 62 bytes 10465 (10.2 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0


the ping google.com output:



ping: google.com: Name or service not known


the traceroute 8.8.8.8 output:



traceroute to 8.8.8.8 (8.8.8.8), 30 hops max, 60 byte packets
1 gateway (192.168.0.1) 2.331 ms 4.010 ms 4.951 ms
2 * * *
3 218.248.175.238 (218.248.175.238) 122.133 ms 122.174 ms 122.171 ms
4 * * *
5 72.14.218.242 (72.14.218.242) 25.141 ms 72.14.220.152 (72.14.220.152) 28.269 ms 27.752 ms
6 108.170.251.119 (108.170.251.119) 32.459 ms 14.714 ms 108.170.251.98 (108.170.251.98) 15.136 ms
7 * * *
8 * * *
9 * 209.85.250.33 (209.85.250.33) 94.886 ms 108.170.225.101 (108.170.225.101) 104.913 ms
10 * * *
...
18 * * *
19 8.8.8.8 (8.8.8.8) 89.447 ms 91.244 ms 91.722 ms


the cat /etc/resolve.conf output:



 # Generated by Connection Manager
nameserver 127.0.0.1
nameserver ::1


the route output:



 Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default gateway 0.0.0.0 UG 600 0 0 wlp3s0
link-local 0.0.0.0 255.255.0.0 U 1000 0 0 wlp3s0
192.168.0.0 0.0.0.0 255.255.255.0 U 600 0 0 wlp3s0








share|improve this question












share|improve this question




share|improve this question








edited Jul 31 at 4:24
























asked Jul 29 at 12:57









Arpit Kamal

113




113




closed as too broad by Ipor Sircer, Rui F Ribeiro, Jesse_b, Jeff Schaller, sebasth Jul 30 at 12:52


Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.






closed as too broad by Ipor Sircer, Rui F Ribeiro, Jesse_b, Jeff Schaller, sebasth Jul 30 at 12:52


Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.













  • Can you add more details?
    – Debian_yadav
    Jul 29 at 13:07






  • 1




    please add traceroute 8.8.8.8, also cat /etc/resolve.conf and route
    – Hossein Vatani
    Jul 29 at 13:15










  • done @HosseinVatani
    – Arpit Kamal
    Jul 30 at 3:13






  • 1




    cat /etc/resolv.conf output change @hellomoto
    – Arpit Kamal
    Jul 31 at 4:25






  • 1




    run sudo echo -e 'nameserver 8.8.8.8nnameserver 192.168.0.1' > /etc/resolve.conf, DNS is which convert Name(like google.com) to IP.
    – Hossein Vatani
    Jul 31 at 5:03
















  • Can you add more details?
    – Debian_yadav
    Jul 29 at 13:07






  • 1




    please add traceroute 8.8.8.8, also cat /etc/resolve.conf and route
    – Hossein Vatani
    Jul 29 at 13:15










  • done @HosseinVatani
    – Arpit Kamal
    Jul 30 at 3:13






  • 1




    cat /etc/resolv.conf output change @hellomoto
    – Arpit Kamal
    Jul 31 at 4:25






  • 1




    run sudo echo -e 'nameserver 8.8.8.8nnameserver 192.168.0.1' > /etc/resolve.conf, DNS is which convert Name(like google.com) to IP.
    – Hossein Vatani
    Jul 31 at 5:03















Can you add more details?
– Debian_yadav
Jul 29 at 13:07




Can you add more details?
– Debian_yadav
Jul 29 at 13:07




1




1




please add traceroute 8.8.8.8, also cat /etc/resolve.conf and route
– Hossein Vatani
Jul 29 at 13:15




please add traceroute 8.8.8.8, also cat /etc/resolve.conf and route
– Hossein Vatani
Jul 29 at 13:15












done @HosseinVatani
– Arpit Kamal
Jul 30 at 3:13




done @HosseinVatani
– Arpit Kamal
Jul 30 at 3:13




1




1




cat /etc/resolv.conf output change @hellomoto
– Arpit Kamal
Jul 31 at 4:25




cat /etc/resolv.conf output change @hellomoto
– Arpit Kamal
Jul 31 at 4:25




1




1




run sudo echo -e 'nameserver 8.8.8.8nnameserver 192.168.0.1' > /etc/resolve.conf, DNS is which convert Name(like google.com) to IP.
– Hossein Vatani
Jul 31 at 5:03




run sudo echo -e 'nameserver 8.8.8.8nnameserver 192.168.0.1' > /etc/resolve.conf, DNS is which convert Name(like google.com) to IP.
– Hossein Vatani
Jul 31 at 5:03















active

oldest

votes






















active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay