Welcome to the Fedora Linux tutorials prepared by CoreNetworkZ Tech Solutions. Today, I will teach you how to set up an Internet connection on a Fedora PC.
Configuring an Internet connection on a Fedora Linux PC is simple. You can use DSL broadband, Cable Internet, and WiFi to give the Internet.
This tutorial explains step-by-step instructions to configure a DSL broadband connection in Fedora Linux.
Can I configure the Internet From GUI?
Prakash Babu commented that he was new to the Linux world and unfamiliar with Linux terminal commands. Well, Prakash, you do not need the Command Line to configure broadband.
We can set up the Internet on a Fedora Linux computer from the GUI. We do not need to go to the terminal and execute commands.
So, let us check how to set up a broadband connection on a Fedora Linux PC.
Configure DSL On a Computer Having Fedora Linux
Connect the Modem to the Computer
-
The first step to setting up the Internet is to connect the LAN port of the modem to the Ethernet port on your Linux PC with an Ethernet cable.
Power on the modem. Wait till the power and Internet (DSL) lights are steady.
-
Fedora Network Settings
Click the Network icon at the bottom right of the screen.
You can also reach the network by typing the command system-config-network.
Click on the Manage Connections button.
Click on the Wired Connection. Then click the Edit button.
You can enter the IP address, Default Gateway, and Subnet Mask information provided by your ISP.
If you do not have these values, contact your Internet Service Provider (ISP).
If your ISP does not provide a DNS address, you can use the default Google DNS address.
8.8.8.8 and 8.8.4.4 are the Google DNS IP addresses.
On Older Interfaces
One of the regular readers of CoreNetworkZ, Scott, asked me to write steps to set up the Internet on older Fedora versions. I suggest Scott follow the steps below.
Click on the toolbar and select New.
It will open a new window, Add new Device Type.
Choose DSL connection and click forward.
Enter the ISP details like username and password.
How to Check The Internet Connection On Fedora Linux?
I have read a question from Ann Mary Philip in our comment section. She wants to know whether the Internet settings work.
To check the Internet connection on Fedora Linux, go to the Network Configuration window.
- Select new connection window
- Click on activate
- Type ping google.com
If you receive a reply, the connection is fine.
How to Disconnect the Internet From Fedora Linux?
Rony Robert asked me whether it is safe to disconnect an active Internet connection from the Network Configuration window. Yes, Rony, it is safe, and you can disconnect an active Internet connection using this method.
Click the Deactivate button from the network configuration to disconnect the Internet.
Reference
To learn more, I recommend the following official Fedora documents.
- https://docs.fedoraproject.org/en-US/fedora-coreos/sysconfig-network-configuration/
- https://fedoraproject.org/wiki/User_Guide_-_Connecting_to_the_Internet
Thanks Prakash for giving your valuable comments on configuring DSL in Fedora Linux.
ReplyDeleteHi Alex,
ReplyDeleteI configured the Fedora as per your instructions. I have an FO cable connection for Internet at home. How do I know if the broadband settings are correct?
Hello Ann Mary,
DeleteOpen Firefox and try to access CoreNetworkZ.com. If you can open this page, your broadband settings are fine.
I am new to Fedora and the Linux world. I do not know the sudo commands to set up the PC. How can I set up wireless broadband without sudo commands?
ReplyDeleteHello Prakash Babu,
DeleteYou can configure WiFi Internet on a Fedora computer from the GUI. I have explained it in the article.
Thank you, Alex, for this wonderful tutorial. However, your tutorial is for the latest Fedora versions. I expect tips for those using the Fedora Legacy distros.
ReplyDeleteHi Scott,
DeleteI have added the steps to configure the Internet on the older versions of Fedora.
Seems People are allergic to terminal usage.
ReplyDeletesteps to connect in bridge mode in Fedora or most NON-Debian/Ubuntu Distros are like this:
1)In user groups add your local user's secondary groups as wheel,dip,dialout whatever.
2)open a terminal ,login as "su" -give root password -or in case "sudo" give your password:
3)run pppoe-setup
follow the instructions.
select NOT to start automatically on boot
4)after completion ,you can start net connection by '/sbin/ifup ppp0 up" and stop by '/sbin/ifdown ppp0 down'
Good Luck All
http://getgnulinux.org
By Prakash
Thanks Prakash for giving your valuable comments on configuring DSL in Fedora Linux.
DeleteHello Alex George,
ReplyDeleteIs it safe to disconnect the Internet from the Fedora Network configuration screen?
Yes Rony
Delete