LinuxQuestions.org
Visit Jeremy's Blog.
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 03-23-2006, 12:36 PM   #1
Lord Hakk
Member
 
Registered: Mar 2006
Distribution: ALT linux 2.4 Master, and Fendora 5, and I have a damn small linux Live CD, and ubutu sever edition
Posts: 142

Rep: Reputation: 15
Unhappy cant get on the internet I got it hooked up and the internet works


cant get on the internet I got it hooked up and the internet works. Maybe I clicked the wrong thing when I started up the system. I checked off that I have an ADSL connection but all I know is that I have a DSL connection from comcast. and I cant find the settings to let me change that. PLEASE HELP ME
 
Old 03-23-2006, 12:46 PM   #2
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
A couple of things would help:

1) what distro are you using
2) Does your modem have it's own connection configuration (i.e. do you set it up with a web page?)
 
Old 03-23-2006, 12:58 PM   #3
Lord Hakk
Member
 
Registered: Mar 2006
Distribution: ALT linux 2.4 Master, and Fendora 5, and I have a damn small linux Live CD, and ubutu sever edition
Posts: 142

Original Poster
Rep: Reputation: 15
ummm distro?
 
Old 03-23-2006, 01:00 PM   #4
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
Linux distribution -- Ubuntu? Red Hat? Debian? Slackware?
 
Old 03-23-2006, 01:04 PM   #5
Lord Hakk
Member
 
Registered: Mar 2006
Distribution: ALT linux 2.4 Master, and Fendora 5, and I have a damn small linux Live CD, and ubutu sever edition
Posts: 142

Original Poster
Rep: Reputation: 15
I got ALT linux 2.4 Master
 
Old 03-23-2006, 01:10 PM   #6
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
Hmm. Well, I don't know too much about ALT, but in general here's what you want, assuming you just plug an ethernet cord from your DSL modem to your computer:

1) make sure your network card is setup to use DHCP
2) from a console, type ifconfig and post your IP and gateway.
3) from a console, type ping -c 3 72.14.207.99
4) if that works, then try ping -c 3 www.google.com
5) if that doesn't work, then it is a DNS problem and you need to add some nameservers to /etc/resolv.conf

Hope this helps a bit...
 
Old 03-23-2006, 01:13 PM   #7
Lord Hakk
Member
 
Registered: Mar 2006
Distribution: ALT linux 2.4 Master, and Fendora 5, and I have a damn small linux Live CD, and ubutu sever edition
Posts: 142

Original Poster
Rep: Reputation: 15
IFconfig? o0h thats why I couldnt get to the config im used to windows so I tryed ipconfig
 
Old 03-23-2006, 01:15 PM   #8
Lord Hakk
Member
 
Registered: Mar 2006
Distribution: ALT linux 2.4 Master, and Fendora 5, and I have a damn small linux Live CD, and ubutu sever edition
Posts: 142

Original Poster
Rep: Reputation: 15
how do I find out my IP and gateway if I cant get on the internet from the comp im using?
 
Old 03-23-2006, 01:16 PM   #9
Lord Hakk
Member
 
Registered: Mar 2006
Distribution: ALT linux 2.4 Master, and Fendora 5, and I have a damn small linux Live CD, and ubutu sever edition
Posts: 142

Original Poster
Rep: Reputation: 15
and ifconfig doesnt work either
 
Old 03-23-2006, 01:19 PM   #10
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
What's the error for ifconfig?

Do you have a graphical settings program under some sort of control panel (like I said, I'm not familiar with ALT)?

What should be happening is that if you enable DHCP, your machine should be getting an IP address from the DSL modem/router. So even if you can't connect to the internet, you should still have an address...
 
Old 03-23-2006, 01:21 PM   #11
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
In Debian, the IP address would be in /etc/network/interfaces, but I doubt it's the same for ALT...
 
Old 03-23-2006, 01:22 PM   #12
Lord Hakk
Member
 
Registered: Mar 2006
Distribution: ALT linux 2.4 Master, and Fendora 5, and I have a damn small linux Live CD, and ubutu sever edition
Posts: 142

Original Poster
Rep: Reputation: 15
the command thingy is called a terminal command line and it just says bash: ifconfig: command not found
 
Old 03-23-2006, 01:30 PM   #13
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
okay, try /sbin/ifconfig
 
Old 03-23-2006, 01:38 PM   #14
Lord Hakk
Member
 
Registered: Mar 2006
Distribution: ALT linux 2.4 Master, and Fendora 5, and I have a damn small linux Live CD, and ubutu sever edition
Posts: 142

Original Poster
Rep: Reputation: 15
oy vey! I cant type out everything it says! it says the inet addr:10.0.0.10 and the Bcast:10.0.0.255 and the mask: 255.255.255.0
it looks like it wasnt assigned an IP address. anything else you want to know about it?
 
Old 03-23-2006, 01:40 PM   #15
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
Actually, it looks like you have an ethernet address of 10.0.0.10. That is a valid private subnet address. Try ping 10.0.0.1
 
  


Reply



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
Ping Works but No Internet II bads Linux - Networking 6 02-07-2006 01:37 PM
internet works, but... rahmed Linux - Wireless Networking 2 07-14-2004 10:32 AM
Internet works until Solance Linux - Networking 2 04-17-2004 07:13 AM
Having trouble getting hooked up to the internet with redhat 9 matahchuah Linux - Networking 2 02-14-2004 06:32 PM
No Internet in Linux, Works in XP whoami Linux - Networking 13 12-01-2003 07:04 PM

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

All times are GMT -5. The time now is 03:59 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