Networking Forums

Networking Forums > Computer Networking > Linux Networking > Networking ssues post RH 7.3 to RH 9.0

Reply
Thread Tools Display Modes

Networking ssues post RH 7.3 to RH 9.0

 
 
Kahn
Guest
Posts: n/a

 
      08-11-2003, 01:36 AM
Help!,

I recently upgraded from RH 7.3 to 9.0..and now networking was somehow
broken in the process.

Initially there was and error thrown in the boot messages by
xinetd...that was resolved and no error or warning messages are in
the logs on system start-up.

The problem is that even though every thing starts it is isolated from
the network

ifconfig reports the interface up and running, the route table should
the correct default route to the gateway.

The system responds to all request on LOCAL HOST (SMTP, HTTP, DNS)
but network request on ETH0 are un answered. Also PING fails to
reach the gateway or any other machine on the network.

Any suggestions for fixing this would be appreciated.


 
Reply With Quote
 
 
 
 
pswnyyx@tzzdjd.com.pi
Guest
Posts: n/a

 
      08-11-2003, 01:48 AM
|The system responds to all request on LOCAL HOST (SMTP, HTTP, DNS)
|but network request on ETH0 are un answered. Also PING fails to
|reach the gateway or any other machine on the network.
|
|Any suggestions for fixing this would be appreciated.

Sounds like you have the firewall active. I don't use RH, but I'm sure
thre's a GUI tool to monitor and configure it.
--

 
Reply With Quote
 
CL [dnoyeB] Gilbert
Guest
Posts: n/a

 
      08-11-2003, 03:01 AM
On Mon, 11 Aug 2003 01:36:01 +0000, Kahn wrote:

> Any suggestions for fixing this would be appreciated.


plug in the cable?


 
Reply With Quote
 
Kahn
Guest
Posts: n/a

 
      08-11-2003, 03:32 AM
On Sun, 10 Aug 2003 23:01:23 -0400, "CL [dnoyeB] Gilbert"
<(E-Mail Removed)> wrote:

>On Mon, 11 Aug 2003 01:36:01 +0000, Kahn wrote:
>
>> Any suggestions for fixing this would be appreciated.

>
>plug in the cable?
>


How about USEFULL suggestions

 
Reply With Quote
 
Kahn
Guest
Posts: n/a

 
      08-11-2003, 03:35 AM
On Mon, 11 Aug 2003 01:48:11 GMT, (E-Mail Removed) wrote:

>|The system responds to all request on LOCAL HOST (SMTP, HTTP, DNS)
>|but network request on ETH0 are un answered. Also PING fails to
>|reach the gateway or any other machine on the network.
>|
>|Any suggestions for fixing this would be appreciated.
>
>Sounds like you have the firewall active. I don't use RH, but I'm sure
>thre's a GUI tool to monitor and configure it.


No the RH Security tool is set to no security and iptables -L results
in an empty rule set


 
Reply With Quote
 
CL [dnoyeB] Gilbert
Guest
Posts: n/a

 
      08-11-2003, 03:52 AM
On Mon, 11 Aug 2003 03:32:54 +0000, Kahn wrote:

> On Sun, 10 Aug 2003 23:01:23 -0400, "CL [dnoyeB] Gilbert"
> <(E-Mail Removed)> wrote:
>
>>On Mon, 11 Aug 2003 01:36:01 +0000, Kahn wrote:
>>
>>> Any suggestions for fixing this would be appreciated.

>>
>>plug in the cable?
>>

>
> How about USEFULL suggestions


are you using DHCP? If so, is eth0 obtaining IP address and such as it
should?
 
Reply With Quote
 
Jim Fischer
Guest
Posts: n/a

 
      08-11-2003, 04:08 AM
Kahn wrote:
> On Sun, 10 Aug 2003 23:01:23 -0400, "CL [dnoyeB] Gilbert"
> <(E-Mail Removed)> wrote:
>
>
>>On Mon, 11 Aug 2003 01:36:01 +0000, Kahn wrote:
>>
>>
>>>Any suggestions for fixing this would be appreciated.

>>
>>plug in the cable?
>>

>
>
> How about USEFULL suggestions
>


Can you perform network-related tasks when you disable the firewall
software:

[root]# service iptables stop

--
Jim

To reply by email, remove "link" and change "now.here" to "yahoo"
jfischer_link5809{at}now.here.com


 
Reply With Quote
 
Kahn
Guest
Posts: n/a

 
      08-12-2003, 04:56 AM
On Sun, 10 Aug 2003 23:52:27 -0400, "CL [dnoyeB] Gilbert"
<(E-Mail Removed)> wrote:

>On Mon, 11 Aug 2003 03:32:54 +0000, Kahn wrote:
>
>> On Sun, 10 Aug 2003 23:01:23 -0400, "CL [dnoyeB] Gilbert"
>> <(E-Mail Removed)> wrote:
>>
>>>On Mon, 11 Aug 2003 01:36:01 +0000, Kahn wrote:
>>>
>>>> Any suggestions for fixing this would be appreciated.
>>>
>>>plug in the cable?
>>>

>>
>> How about USEFULL suggestions

>
>are you using DHCP? If so, is eth0 obtaining IP address and such as it
>should?



No the machine has static address but functions as the DHCP server to
the rest of the network
 
Reply With Quote
 
CL [dnoyeB] Gilbert
Guest
Posts: n/a

 
      08-12-2003, 12:17 PM
On Tue, 12 Aug 2003 04:56:48 +0000, Kahn wrote:

>>
>>are you using DHCP? If so, is eth0 obtaining IP address and such as it
>>should?

>
>
> No the machine has static address but functions as the DHCP server to
> the rest of the network


do you have _any_ evidence that the physical layer is intact. that its in
effect 'plugged in.' And no, I am not joking. How about the lights on
your hub/switch? Can you turn on DHCP and see if that works at least? Do
the lights on the NIC flash indicating data passing on the local node?

CL
 
Reply With Quote
 
CL [dnoyeB] Gilbert
Guest
Posts: n/a

 
      08-14-2003, 10:46 AM
On Mon, 11 Aug 2003 01:36:01 +0000, Kahn wrote:

> Help!,
>
> I recently upgraded from RH 7.3 to 9.0..and now networking was somehow
> broken in the process.
>
> Initially there was and error thrown in the boot messages by
> xinetd...that was resolved and no error or warning messages are in
> the logs on system start-up.
>
> The problem is that even though every thing starts it is isolated from
> the network
>
> ifconfig reports the interface up and running, the route table should
> the correct default route to the gateway.
>
> The system responds to all request on LOCAL HOST (SMTP, HTTP, DNS)
> but network request on ETH0 are un answered. Also PING fails to
> reach the gateway or any other machine on the network.
>
> Any suggestions for fixing this would be appreciated.



whats in /etc/sysconfig/network ?
whats in /etc/sysconfig/networking/devices/ifcfg-eth0 ?

what about the rest of the network config files? /etc/hosts ?
CL

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Networking: don't get WLAN working; connection manager freezing [x-post] Oliver Meister Linux Networking 2 04-20-2006 06:32 AM
[3rd Post] SMB File Sharing causes Networking To Break Frosty Madness Windows Networking 9 09-08-2005 06:55 AM
[2nd Post] SMB File Sharing causes Networking To Break Frosty Madness Windows Networking 2 09-02-2005 12:23 PM
Good places to post for Linux Networking Software Art Reisman Linux Networking 0 07-12-2003 10:48 PM
xp to 98 networking..can someone PLEASE post a how to link, I'm having a LOT of trouble...HELLP! DirtyBird Wireless Internet 0 07-08-2003 02:04 AM



1 2 3 4 5 6 7 8 9 10 11