Questions about connecting to the Internet. "wireless" and "networking" might be better tags, depending on the question.
Questions tagged [internet]
3379 questions
771
votes
16 answers
How to check Internet Speed via Terminal?
Instead of going to sites like speedtest.net, I want to check my current Internet speed from the terminal on Ubuntu. How can I do it?
kernel_panic
- 12,102
97
votes
7 answers
No internet connection on Virtualbox (Windows 7 as guest, ubuntu 13.04 as host)
Internet works perfectly on host (Ubuntu 13.04, 32 bit, fully updated) but cannot connect to internet on guest Windows 7 (under Virtualbox 4.2).
Have tried NAT and Bridge Network - none worked.
I had internet connection in the guest OS a couple of…
Ben
- 973
96
votes
3 answers
"Failure to download extra data files" with ttf-mscorefonts-installer on Ubuntu 16.04
I have been receiving notifications about "failure to download extra data files" from update notifier. It asked me to download fonts in request from the ttf-mscorefonts-installer package. However, whenever I click on the "run this action now", a…
Xiaodong Qi
- 2,562
58
votes
2 answers
What is the use of /etc/hosts?
I'm very new to Ubuntu and I want to know: what is the exact use of /etc/hosts?
Lets say I'm adding this into it :
127.0.x.x mydomain
What does that mean?
batman
- 8,071
48
votes
13 answers
How can I check Internet connectivity in a console?
Is there an easy way to check Internet connectivity from console? I am trying to play around in a shell script.
One idea I seem is to wget --spider http://www.google.co.in/ and check the HTTP response code to interpret if the Internet connection is…
Ashfame
- 3,304
47
votes
2 answers
No "eth0" listed in ifconfig -a, only enp0s3 and lo
So, I setup my Ubuntu box with VirtualBox, default settings - simple ISO image launch. After installing Ubuntu, I proceeded to test multiple programs, and everything was working fine. I have full access to the Internet on my host & inside the…
John Myers
- 471
43
votes
4 answers
Wifi problems with rtl8723be in Ubuntu 14.04
I have dual booted my Windows 8 laptop with Ubuntu 14.04. The wifi driver is Realtek rtl8723be. It didn't use to work but I updated the kernel to 3.18 and reinstalled the driver and that seemed to solve the problem for a few hours. Then it would be…
scrabble132
- 431
40
votes
13 answers
DNS not working on WSL
I'm currently using an Insider build of Windows 11. (22458)
However, I had this problem a few times on other builds. (and WSL worked before)
When I start WSL, I'm not able to do a DNS request. (Pinging an IP address directly works.)
I tracked this…
LightJack05
- 667
- 2
- 6
- 13
37
votes
8 answers
Create WiFi hotspot on ubuntu
Although many questions have already been asked regarding WiFi hotspot, I didn't get any of the solutions working for me.
I connect to the Internet using a 3G Dongle of Huawei 3772 (Vodafone). The connection type is Mobile Broadband connection.
I…
Anuj TBE
- 2,546
34
votes
7 answers
How can I display my machine's IP address on a TTY login screen?
The server I administrate has a dynamic IP address assigned by DHCP, which is inconvenient. When I want to SSH into it, I have to first log in by hand and use ifconfig to find its current IP address. Thankfully, it lives about two feet from where I…
arthropodSeven
- 525
- 1
- 5
- 12
32
votes
12 answers
IT staff said that Linux cannot connect to the school's Internet (EduStar) and refused to try
I live in Victoria, Australia, where schools connect to the Internet via EduStar. In my school, we have to ask the IT staff if we want to connect to EduStar. I just installed Xubuntu 20.04 on my laptop and want to use it as my main OS. When I asked…
31
votes
4 answers
14.04 - Network manager stopped working
When I started my laptop, there was no network service, and also no network icon in the top bar. It gives an error when I start OS like "Sorry, Ubuntu 14.04 experienced an internal error". When I click details, it says the error is occurred in the…
talha06
- 795
30
votes
7 answers
"Activation of network connection failed" for ethernet connection
I have installed Ubuntu 18.04 on a Surface Book with dual boot, and I can't get the ethernet connection to work. Although the wifi connects, I keep getting the "activation of network connection failed" error for the ethernet.
sudo lshw -C network…
Pedro Gordo
- 671
28
votes
3 answers
My eth0 has gone and I don't have internet and network connection
I had internet connection, but when I upgraded my VGA and restarted my PC then everything for eth0 has gone.
When I used ifdown:
ifdown: interface eth0 not configured
Is there something I could do?
EDIT:
Content of /etc/network/interfaces…
Alireza
- 1,294
- 4
- 14
- 26
28
votes
3 answers
How to use "apt-get" via "Http-proxy" like this?
I'm trying to use apt-get command on a network that uses a proxy, like this:
We use 10.114.7.7 on port 80 as Http-proxy, and after that an authentication window comes up, asking for user name and password.
Our Username/Domain is like this:…
Mcferry
- 281