The Internet is the global system of interconnected computer networks. It uses the Internet protocol suite (TCP/IP) to link billions of devices worldwide.
Questions tagged [internet]
333 questions
5
votes
1 answer
Cannot connect to websites
My Pi is behind a proxy. I am able to download packages using apt-get command.
However, when I use something like this:
curl https://www.dataplicity.com/iam1o1sx.py | sudo python
There is an error:
Could not resolve host: www.dataplicity.com
I…
Abhilash A
- 71
- 1
- 1
- 3
4
votes
1 answer
Raspberry Pi Won't Connect Through Ethernet
I have a raspberry pi and I connected it via ethernet to my Mac computer using a thunderbolt-to-ethernet adapter, I get a solid orange and solid green light on the ethernet port on the pi, and am confused why I can't ping google and just simply…
FreshTendrils
- 463
- 1
- 7
- 13
3
votes
1 answer
Cannot update due a Claro Colombia ISP issue
I have a problem updating because my ISP, Claro Colombia, uses a public IP range as a private network (5.x.x.x), and mirrordirector.raspbian.org (5.153.225.207) uses this ip range.
How can I solve this problem?
Carlos
- 31
- 2
2
votes
2 answers
Chromium browser proxy settings
My Pi has Raspbian Jessie and it is behind my college's proxy server. I am able connect to the internet and download packages.
I even tried doing export http_proxy=user:pwd@proxy:port
I am not able to access any website using Chromium browser.
Abhilash A
- 71
- 1
- 1
- 3
1
vote
3 answers
Pi 3 does not remember internet gateway since package updates
Since updating the packages on my Pi3, on reboot my Pi 3 has access to my home network via wlan0, but not to the internet.
The response to "route -n" is
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref …
Jeremy Taffel
- 21
- 3
1
vote
1 answer
Raspberry pi internet through ethernet cable
I am tried to connect raspberry pi through ethernet cable by using ssh. I used DHCP server to connect it. That is successful. I can view raspberry pi desktop in xming. But I can't browse Internet in raspberry pi browser. How to configure internet…
iNdra
- 189
- 2
- 3
- 9
1
vote
1 answer
SSH into Raspberry Pi with 3G modem connected
I have a raspberry pi running raspbian. I have a 3G modem connected to it, as well as ethernet. It is set up to use the modem instead of the ethernet, just in case the modem fails, I can use the ethernet. However, I cannot ssh in with the mobile…
FreshTendrils
- 463
- 1
- 7
- 13
1
vote
2 answers
Internet connection with SSH
I'm trying to control my Raspberry Pi from my computer using SSH, and for what I understand I need a ethernet cable to do so, from my computer port to my Pi's port. But on my computer I only have one port for internet/ethernet cable. So if I plug in…
Anton
- 43
- 1
- 2
- 5
0
votes
1 answer
I am having a problem connecting my Pi 3B to the internet wirelessly
I have recently bought a Raspberry Pi 3.
When it prompted me to connect to my internet I entered the password but it just displayed failed to connect. So I tried an Ethernet cable and it worked, but I want it to be wireless.
What can I do?
Fahd Hatoum
- 11
0
votes
0 answers
facing problem connecting the raspberryPi to internet
I am facing a typical problem of not getting the proper two way internet connectivity with my raspberrypi. I have connected the raspibian based pi to my router directly with an ethernet cable and I was able to do nice surfing with midori browser, I…
user2064616
- 19
- 2
0
votes
0 answers
ImportError: No module named telepot when working Telegram bot with Raspberry Pi 3
I am getting an error as
Traceback (most recent call last):
File "/home/pi/telegrambot.py", line 7, in
import telepot
ImportError: No module named 'telepot'
But installed it using the command
sudo pip install telepot
what shall i do now?
senthilganesh
- 1
- 1
0
votes
1 answer
Problem connecting to Internet with Ethernet (169 IP address)
I'm currently sharing my Internet connection with my laptop to my Raspberry Pi 3 via an Ethernet cable. When I entered the hostname -i command in the terminal, an IP address starting with 169 is returned and pinging any website doesn't work. From…
Justin Borromeo
- 101
0
votes
2 answers
How do you run internet files
I have been wanting to ask this Question for ages now.I want to download for example "Chrome" I have downloaded it but how do i Execute it.Nothing has worked.:(
Can someone please help me?
Kyle
- 3
- 3
0
votes
1 answer
How to connect Pi to 3G
I'd like to connect my Pi to the Internet via 3G dongle but I am very new to Linux and would welcome some help.
What I've already download and install ppp: sudo apt-get install ppp and install Sakis3g.
Ant that's the point where I stopped since when…
Stanislav Jirák
- 153
- 2
- 9
0
votes
2 answers
Why doesn't Pi browse the internet? I get the "Oops!" comment
Pi picks up a strong wi-fi signal but I can't access the internet. I get the "Oops!" message. I have used the wi-fi password on the back of the modem for the Pre Shared Key.
Nile
- 1
- 2