LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 06-12-2007, 08:32 PM   #1
almost000
Member
 
Registered: Apr 2007
Distribution: Fedora 7,Windows 3.11-9X/ME,Windows 2000/XP/Vista
Posts: 107

Rep: Reputation: 15
Arrow My Fedore 7 computer is not get online.


I can ping the computer and the computer can ping.


Well I have setup a computer oddly its also Fedore 7 as a router. I have four other windows computers and they seem to get online fine. Is there a winsock fix tool that removes everything, to add it back. I am using firestarter to get on line and the windows boxes seem to like it. but it seems as just as soon as I install this computer it hated me lol.

dsl modem (self pppoe )> Fedore 7(router aka the computer I am on now) > gigbit switch > < LAN windows xp, windows 2000, windows xp, windows ME , Fodore 7.

Okay fine the ME computer I have not turn on in months lol
 
Old 06-12-2007, 10:13 PM   #2
almost000
Member
 
Registered: Apr 2007
Distribution: Fedora 7,Windows 3.11-9X/ME,Windows 2000/XP/Vista
Posts: 107

Original Poster
Rep: Reputation: 15
Red face local servers work on it and remotely .

Well I have tried change in DNS address to see if that helped. no luck then I entered in 64.233.167.99 (aka google.com) in Firefox. but that did not work. I can get on my web server, web min. ftp servers on it and the remote computers. .

PS: the Computer wants to be a server and hates its clients. lol
 
Old 06-12-2007, 10:15 PM   #3
slimm609
Member
 
Registered: May 2007
Location: Chas, SC
Distribution: slackware, gentoo, fedora, LFS, sidewinder G2, solaris, FreeBSD, RHEL, SUSE, Backtrack
Posts: 430

Rep: Reputation: 67
type "route" and post what you see please
 
Old 06-12-2007, 11:00 PM   #4
almost000
Member
 
Registered: Apr 2007
Distribution: Fedora 7,Windows 3.11-9X/ME,Windows 2000/XP/Vista
Posts: 107

Original Poster
Rep: Reputation: 15
Exclamation I get that on both computer.

computer acking as a router
Code:
[root@localhost sbin]# route
bash: route: command not found
the computer that is not working.
Code:
[root@al sbin]# route
bash: route: command not found
 
Old 06-12-2007, 11:14 PM   #5
slimm609
Member
 
Registered: May 2007
Location: Chas, SC
Distribution: slackware, gentoo, fedora, LFS, sidewinder G2, solaris, FreeBSD, RHEL, SUSE, Backtrack
Posts: 430

Rep: Reputation: 67
route should be installed.


it is used to setup the default gateway for the machine.
 
Old 06-12-2007, 11:25 PM   #6
almost000
Member
 
Registered: Apr 2007
Distribution: Fedora 7,Windows 3.11-9X/ME,Windows 2000/XP/Vista
Posts: 107

Original Poster
Rep: Reputation: 15
Exclamation Firestarter dose not need route.

I should say I am using Firestarter. and that my windows computers are getting online just fine. I would think that install ssomething like that would mess up firestarter.
 
Old 06-12-2007, 11:37 PM   #7
slimm609
Member
 
Registered: May 2007
Location: Chas, SC
Distribution: slackware, gentoo, fedora, LFS, sidewinder G2, solaris, FreeBSD, RHEL, SUSE, Backtrack
Posts: 430

Rep: Reputation: 67
well route is used for the kernel routing table also.
 
Old 06-12-2007, 11:39 PM   #8
almost000
Member
 
Registered: Apr 2007
Distribution: Fedora 7,Windows 3.11-9X/ME,Windows 2000/XP/Vista
Posts: 107

Original Poster
Rep: Reputation: 15
Wink here is it.

Well I don't think that is going to help because this computer is working fine. and the computer that is not is just on the lan.

Code:
[root@localhost lea]# /sbin/route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.10.0    *               255.255.255.0   U     0      0        0 eth0
69.150.86.0     *               255.255.255.0   U     0      0        0 eth1
169.254.0.0     *               255.255.0.0     U     0      0        0 eth1
default         69.150.86.28    0.0.0.0         UG    0      0        0 eth1
 
Old 06-12-2007, 11:44 PM   #9
almost000
Member
 
Registered: Apr 2007
Distribution: Fedora 7,Windows 3.11-9X/ME,Windows 2000/XP/Vista
Posts: 107

Original Poster
Rep: Reputation: 15
Smile that is not right. that is the not working computer.

Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.10.0 * 255.255.255.0 U 0 0 0 eth0
169.254.0.0 * 255.255.0.0 U 0 0 0 eth0
default 192.168.10.100 0.0.0.0 UG 0 0 0 eth0
 
Old 06-12-2007, 11:49 PM   #10
slimm609
Member
 
Registered: May 2007
Location: Chas, SC
Distribution: slackware, gentoo, fedora, LFS, sidewinder G2, solaris, FreeBSD, RHEL, SUSE, Backtrack
Posts: 430

Rep: Reputation: 67
Code:
default         69.150.86.28    0.0.0.0         UG    0      0        0 eth1
the default route is working for this machine so it knows how to handle unknown addresses but the odd think is that the ip_forwarding on the 86.28 is working cause it know where to send the packets to the next hop.
 
Old 06-12-2007, 11:51 PM   #11
slimm609
Member
 
Registered: May 2007
Location: Chas, SC
Distribution: slackware, gentoo, fedora, LFS, sidewinder G2, solaris, FreeBSD, RHEL, SUSE, Backtrack
Posts: 430

Rep: Reputation: 67
Quote:
Originally Posted by almost000
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.10.0 * 255.255.255.0 U 0 0 0 eth0
169.254.0.0 * 255.255.0.0 U 0 0 0 eth0
default 192.168.10.100 0.0.0.0 UG 0 0 0 eth0
what command did you use to show that


the default route should always point out so it looks like that is the problem
 
Old 06-12-2007, 11:57 PM   #12
almost000
Member
 
Registered: Apr 2007
Distribution: Fedora 7,Windows 3.11-9X/ME,Windows 2000/XP/Vista
Posts: 107

Original Poster
Rep: Reputation: 15
Smile That is the NSA for you opps I mean AT&T DSL :)

Well the think is it too a long time to replay the late line and to think that the gateway ip was not right. I don't get. what would cause system-config-network to run slow? by the way I changed that last number . its not that I don't tusrt you. its that this in not a private post. thank you for your help.
 
Old 06-13-2007, 12:01 AM   #13
almost000
Member
 
Registered: Apr 2007
Distribution: Fedora 7,Windows 3.11-9X/ME,Windows 2000/XP/Vista
Posts: 107

Original Poster
Rep: Reputation: 15
Arrow /sbin/route > a.txt

I ran /sbin/route > a.txt


then I copyed that file off the ftp server

this router is not 192.168.10.100 its 192.168.10.1
 
Old 06-13-2007, 12:08 AM   #14
almost000
Member
 
Registered: Apr 2007
Distribution: Fedora 7,Windows 3.11-9X/ME,Windows 2000/XP/Vista
Posts: 107

Original Poster
Rep: Reputation: 15
Smile your close to 100 posts

is there a cashe that builds up that would cause that too be so slow. I am still waiting for it to save the changes.
 
Old 06-13-2007, 12:41 AM   #15
almost000
Member
 
Registered: Apr 2007
Distribution: Fedora 7,Windows 3.11-9X/ME,Windows 2000/XP/Vista
Posts: 107

Original Poster
Rep: Reputation: 15
Cool yeah I am online!!!

Well I remove the massive lines from the host file.

Code:
[root@localhost lea]# thank-you slimm609!!!
running thank-you 
system overloaded
 
  


Reply

Tags
network, reset



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
My Fedore 7 computer is not get online. almost000 Linux - Networking 1 06-13-2007 01:00 PM
Is it possible to track a stolen computer online? frankie_DJ General 7 05-12-2005 05:09 AM
Getting my Slackware 10 computer online pendulum Linux - Newbie 6 02-26-2005 08:11 PM
using NAT to get a second computer online blahJake Linux - Networking 2 02-04-2004 10:44 AM
Online computer club. guns Linux - General 0 02-28-2003 02:00 PM

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

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