LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 08-23-2003, 05:13 PM   #1
pcdebb
Member
 
Registered: Aug 2003
Location: Seffner, FL
Distribution: Mint
Posts: 82

Rep: Reputation: 15
Lightbulb not going online


With the great help of MasterC, I finally reached the promised land of the Linux environment. I wantd to get updates as prompted but i'm not getting an internet connection. The eth0 connection is enabled, and i have it set to static ip (as per the router settings), any time i bring up a webpage it says the page can't be found (soon as i enter it). AFter I made the changes I rebooted back into linux with no success.

Is there something I'm overlooking?

edit: I'm sorry, I should at least tell what kind of nic i have. It's onboard/integrated, 3com 3C920 Integrated Fast Ethernet controller (3C905C-TX compatible) -- this is listed in device manager windows

Thanx

pcdebb

Last edited by pcdebb; 08-23-2003 at 05:15 PM.
 
Old 08-23-2003, 07:41 PM   #2
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
well, if eth0 is enabled... show us the output of "ifconfig" and "route -n". And tell us what you are using to connect to the internet. And try a "dig google.com" and write the ouput here.
 
Old 08-24-2003, 01:19 AM   #3
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Re: not going online

Quote:
Originally posted by pcdebb


Is there something I'm overlooking?
Have you setup a nameserver the file in Debian would be /etc/resolv.conf not sure what it is in RH. To check if it is a nameserver problem open a console window and ping 216.239.41.99 (Google) or enter the numeric address in a web browser if you can connect from either of them then you have to set it up properly and restart the networking.
 
Old 08-24-2003, 02:30 AM   #4
pcdebb
Member
 
Registered: Aug 2003
Location: Seffner, FL
Distribution: Mint
Posts: 82

Original Poster
Rep: Reputation: 15
ok i will check that, and someone mentioned if i had any name servers in etc/resolv.conf, what should be there?
 
Old 08-24-2003, 03:01 AM   #5
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally posted by pcdebb
ok i will check that, and someone mentioned if i had any name servers in etc/resolv.conf, what should be there?
This is what mine looks like:
Code:
 search wolf
 nameserver 192.168.1.10
 nameserver 192.168.1.34
The search line searches your domain and is not really necessary unless required by your ISP and you only need one nameserver line so it can look like this:
Code:
 nameserver 192.168.1.34
 
Old 08-24-2003, 03:03 AM   #6
pcdebb
Member
 
Registered: Aug 2003
Location: Seffner, FL
Distribution: Mint
Posts: 82

Original Poster
Rep: Reputation: 15
those look like internal ips, are you behind a router? i know my gateway is 192.168.0.1, so my nameserver is my computer?

is "wolf" the name of the computer i need to search? (of course I would not search wolf)

thanx
 
Old 08-24-2003, 03:09 AM   #7
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
Your right 192 is usually a local ip.

I'm behind a router and Mines

search
nameserver 62.30.0.xxx
nameserver 195.188.53.xxx

I've blanked off the end cuz their my ISP DNS. You'll need the ones from your ISP.
 
Old 08-24-2003, 03:11 AM   #8
pcdebb
Member
 
Registered: Aug 2003
Location: Seffner, FL
Distribution: Mint
Posts: 82

Original Poster
Rep: Reputation: 15
ok cool. I will switch over now and see what I can make happen. (my end goal is to post from linux, verifying success)

thanx alot for your help so far. This forum is very very helpful to me :-)
 
Old 08-24-2003, 03:27 AM   #9
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally posted by pcdebb
those look like internal ips, are you behind a router? i know my gateway is 192.168.0.1, so my nameserver is my computer?

is "wolf" the name of the computer i need to search? (of course I would not search wolf)

thanx
Yes I am behind my own router for my home network but those address are on the subnet of my ISP so yes they are not routeable to the internet at large they run their own nameservers, wolf is the domain name that they use and for me anyway it is not necessary it works without the search line just as well as with it you would need the correct settings for your ISP and may not even need the search line. The nameservers IP comes from your ISP not your own computer you should be able to get the settings from windows IIRC using the run dialog for xp you would use [i]ipconfig[i] and win98 it would be winipcfg.
 
Old 08-24-2003, 03:34 AM   #10
pcdebb
Member
 
Registered: Aug 2003
Location: Seffner, FL
Distribution: Mint
Posts: 82

Original Poster
Rep: Reputation: 15
Success, I am now online in linux.

You guys here definitely get the blue ribbon for being so helpful. I can see I'm going to like it here
 
Old 08-24-2003, 03:36 AM   #11
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
Welcome, You do realise their no going back?

WE HAVE HIM NOW HAaaahahahahaaa!
 
Old 08-24-2003, 03:41 AM   #12
pcdebb
Member
 
Registered: Aug 2003
Location: Seffner, FL
Distribution: Mint
Posts: 82

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by leonscape
Welcome, You do realise their no going back?

WE HAVE HIM NOW HAaaahahahahaaa!
Haha, well there's always hope.

Oh, BTW, /me is female
 
Old 08-24-2003, 03:44 AM   #13
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
Quote:
oh, BTW, /me is female
Good! Even better! Theres to many men around here anyway.
 
Old 08-24-2003, 04:02 AM   #14
pcdebb
Member
 
Registered: Aug 2003
Location: Seffner, FL
Distribution: Mint
Posts: 82

Original Poster
Rep: Reputation: 15


right now it's slow going, I'm bookmarking places to help me with the simplest of things (such as installing an application). Give me time, and I may even forget what windows is haha
 
Old 08-24-2003, 08:37 AM   #15
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
Quote:
Oh, BTW, /me is female
oh wow! A female geek! This is very rare, really
I hope you'll like linux.
 
  


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
MU Online and other online games webdevel Linux - Games 63 08-11-2007 04:30 AM
How to watch Online TV or listen to Online radiostations? polemon Linux - Newbie 4 10-07-2005 01:49 PM
Server goes online when started and stays online ... joepl Linux - Networking 1 08-18-2005 02:12 PM
kopete online then away the online tnf Mandriva 2 04-10-2004 05:12 PM
Online Banking / Online Shopping in Linux? JROCK1980 Linux - General 14 02-27-2004 02:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 05:01 PM.

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