LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-13-2010, 09:39 AM   #1
pandu
LQ Newbie
 
Registered: Aug 2010
Location: hyderabad
Posts: 1

Rep: Reputation: 0
Post "I'm new to linux"


I,m new to linux. I dont know how to do settings for Internet connection.
so, please send me complete detail of how to make settings for Internet
connection.

thank you.
 
Old 08-13-2010, 09:52 AM   #2
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
http://www.google.com/

search for "your-distro-name network setup"
 
Old 08-13-2010, 09:54 AM   #3
sag47
Senior Member
 
Registered: Sep 2009
Location: Raleigh, NC
Distribution: Ubuntu, PopOS, Raspbian
Posts: 1,899
Blog Entries: 36

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
Please do not mark this thread as SOLVED unless it has really solved your problems.

Here's some Linux questions I have for you. Please answer them all:
What distro and what version of that distro are you using? how comfortable are you with using a terminal? Have you ever used the Windows Command Prompt?

Here's a few networking questions for you. Please answer as many as you can:
What type of wireless network are you trying to connect to (e.g. WEP, WPA1/WPA2, WPA Enterprise etc.)? Are you trying to do it over wireless or hardwired with an ethernet cable? What type of internet is it (e.g. DSL, Cable, Modem, is it through a router?)?

Here's a few basic commands you should research (in the terminal type "man <command>" to get documentation on the command):

ifconfig, iwconfig, wpa_supplicant, dhclient, ifup, ifdown, iwlist are the most common commands to configure wireless.

Here's an example of commands for configuring a WEP wireless network. If you see text behind a # it means they are comments and not to be typed.
Code:
iwlist #look for your wireless WEP network
iwconfig #look and see what wireless adapter is detected (lets say it is wlan0)
ifconfig wlan0 down #turn off your wireless adapter so you can configure it
iwconfig wlan0 essid "mywirelessnetworkname" enc "1234ABCDEF" channel 6 mode Managed
ifconfig wlan0 up #turn on your wireless adapter so it can be used
dhclient wlan0 #get an IP address for the wireless adapter
You must run the above commands as root. Switch to root by typing "su". If you're using ubuntu or a system that only uses sudo for root commands then type "sudo bash" to emulate a root login.

Please answer those questions and let us know where you stand so we may better help you at LQ.

SAM
 
Old 08-13-2010, 09:55 AM   #4
sem007
Member
 
Registered: Nov 2006
Distribution: RHEL, CentOS, Debian Lenny, Ubuntu
Posts: 638

Rep: Reputation: 113Reputation: 113
Quote:
Originally Posted by pandu View Post
I,m new to linux. I dont know how to do settings for Internet connection.
so, please send me complete detail of how to make settings for Internet
connection.

thank you.
You marked your thread as solved how member help on solved thread?
 
  


Reply

Tags
network connectivity



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
i/p="3MMTLYX4JQGRS87C-8357LYBB2";o/p="3MMTL-YX4JQ-GRS87-C8357-LYBB2";linux pankajd Linux - Newbie 1 04-13-2009 12:24 PM
Standard commands give "-bash: open: command not found" even in "su -" and "su root" mibo12 Linux - General 4 11-11-2007 10:18 PM
LXer: Displaying "MyComputer", "Trash", "Network Servers" Icons On A GNOME Desktop LXer Syndicated Linux News 0 04-02-2007 08:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration