LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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, 01:45 PM   #16
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

im on this computer, and another computer in my house any they are both hooked up to the same wire, which travels down to the basment into my dads workshop to the thingy that connects all of our computers then to the modem the 2wire then were ever it goes after it leaves my house. Does that mean all of the computers IP addresses in this house are the same? or do they differ?
 
Old 03-23-2006, 01:47 PM   #17
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
it says from 10.0.0.10 icmp_seq=(then it goes 1 through idk it is stillgoing) Destination unreachable
 
Old 03-23-2006, 01:51 PM   #18
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
Okay, I'm confused a bit. Here's how I understand you:

Each machine is connected by ethernet (one cable where the connector looks like an oversized telephone connector) down to the basement. There all the computers are all plugged into a multiple port box (which is probably a router). Then this box plugs into the modem, and the modem plugs into the wall.

Is that correct? Anyway, each machine will have a different address. The multiple port box is probably a router. So it will assign each machine it's own IP address. It would seem your router has an address of 10.0.0.1 (because all machines on your subnet have to have the first 3 numbers the same, i.e. 10.0.0.xxx and only the last number is unique for each machine).
 
Old 03-23-2006, 01:54 PM   #19
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
Alright, so your router doesn't seem to be 10.0.0.1... Hmmm.

Basically you either need to

A) find out the IP address of your router so that you can set a static IP that's similar, or
B) look around in whatever "control panel" on your ALT machine for network settings and "Enable DHCP"

B should be easier.

I'm off for lunch, but I'll be abck in an hour or so...
 
Old 03-23-2006, 01:57 PM   #20
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
yea thats correct, basically. so it cant connect to the web. is still the main issue. all im trying to do is that. but my computer the one im talking on, its IP is way different. I know cause I have checked. so do I have to renew the IP for the comp with linux?
 
Old 03-23-2006, 02:32 PM   #21
Dragineez
Member
 
Registered: Oct 2005
Location: Annapolis
Distribution: Ubuntu
Posts: 278

Rep: Reputation: 41
Really?

Quote:
Originally Posted by Lord Hakk
...but all I know is that I have a DSL connection from comcast
When did Comcast get into the DSL business?

Regardless, if you have DHCP set up you should be getting your IP address from the router. I've never heard of a router that uses a Type A address (10.0.0.1). Doesn't that belong to the White House or the Pentagon or something?

Try:

ifdown
ifup
 
Old 03-23-2006, 03:10 PM   #22
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
Quote:
Originally Posted by Dragineez
... a Type A address (10.0.0.1). Doesn't that belong to the White House or the Pentagon or something?
Nope, doesn't belong to anyone. It's a valid private subnet for home networks....

http://en.wikipedia.org/wiki/Subnetwork
 
Old 03-23-2006, 05:40 PM   #23
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 messed up with saying I had a DSL connection. I have a cable connection. and How do I asign an IP address to my computer. I think that might help.
 
Old 03-23-2006, 05:44 PM   #24
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
You'll need to find out your router's IP address first. Then you'll have to make sure you don't assign an address that is already used by another computer. That's why DHCP is so nice, because the router will assign an unused address for you...

Just out of curiosity, what desktop are you using, KDE or Gnome? Maybe we can figure out what control panel gui can help you do this easier. Like I said, I've never used ALT linux...
 
Old 03-23-2006, 05:47 PM   #25
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
its gnome.my dad helped me figure out what IP was not in use. and I dont know how to renew an IP address for linux. windows, yes. linux, no.
 
Old 03-23-2006, 05:51 PM   #26
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
To renew, I believe all you do is /sbin/ifdown and /sbin/ifup as root.

Anyway, the graphical way should be something like click on the gnome menu --> system --> network configuration or something like that...
 
Old 03-23-2006, 05:54 PM   #27
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
there is no direct system aft I click on the menu. and which one? ifup or ifdown?
(man its hard to do this when your only 14)
 
Old 03-23-2006, 05:56 PM   #28
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
Both. ifdown eth0 will bring disconnect. ifup eth0 will reconnect.
 
Old 03-23-2006, 05:56 PM   #29
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
oh heres another thing it says after I do /sbin/ifup(or down) it says Usage: ifdown(or up)<device name>. so its wondering What to put up or down.....
 
Old 03-23-2006, 05:58 PM   #30
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
If you look under all the menus do you see anything called gnome control center or something that sounds like a central configuration tool?
 
  


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 05:38 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