answersLogoWhite

0


Best Answer

ifconfig is he command common to all Linux distrobutions. In order to use it, you have to know in advance what your IP information should be. To set your ip address to 192.168.1.100, with a standard class C netmask you would do this:

ifconfig eth0 192.168.1.100

If you have a DHCP server installed in your network, or if your home router has a DHCP server, you should use a DHCP client to connect to the network. There are two common DHCP clients. dhclient, and dhcpcd. Their usage is mostly the same:

dhcpcd eth0

or

dhclient eth0

The methods described above will work on any distribution, but as you can see it requires you to manually type commands every time. You will have to check with your distrobution to get specific instructions, but most distributions have a 'network manager' that does that sort of thing for you.

In Ubuntu, you can just click on the network manager icon and select Wired Network or pick a wireless network. On Slackware, you can type netconfig at the command line and it will walk you through setup of a wired network. Setup of wireless networks in Slackware can be tricky if you don't have a network manager installed. The best thing to do would be to Google the name of your distribution and network or internet.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

Connecting Internet in all Linux OS (ubuntu, fedora, red hat, etc) in( Gnome, Kde, etc)

follow the link below

http://bit.ly/987oT6

This one is helpful if you have DSL modem connected to your ethernet port. If yours is dialup also, above link will work. otherwise type wvdial in terminal.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

type in terminal : sudo pppoeconf

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you connect to the Internet in Linux?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you connect internet with Tata Photon in Redhat Linux 5?

You just have to plug the device and Linux will load the drivers automatically.


How does a Linux PC connect to Internet automatically?

Change your ISP service to cable or dsl


Is there any computers that cant connect to the internet?

If a PC does not include a network card, it isn't able to connect to the internet. So basically if you include a network card every pc can connect to the internet, if the operating system(e.g. Windows, Macintosh, Linux) on your pc is working properly.


Would the internet exist without linux?

Yes, though Linux does a pretty good job of running most of the Internet, the Internet has been around a lot longer than Linux has. IF it wouldn't be Linux, it'd probably be BSD.


Can internet explorer run on Linux?

No, because internet explorer is only for windows. You can get FireFox for linux though.


Which services enables Linux users to connect to the Microsoft network?

Microsoft Connect


Is it possible to use Linux for the internet cafe?

Sure! Internet cafes can use Linux no problem if they so choose.


How do you access and connect the Internet?

how to access and connect the internet?


How do I connect my Alexa to the internet?

how do I connect my Alexa to the internet?


How you connect fujezone tablet to internet?

from which dongal i connect with internet


How do you connect Steam to your internet?

Steam will automatically connect to the Internet if there is a Internet connection available.


What does ssh in Linux stsnds for?

SSH stands for Secure Shell. (Often shown as Secure SHell.) It is a secure method for a host computer to connect to a remote computer on the network or over the internet.