It sounds like maybe your machine doesn't have the correct gateway.
Check your gateway.
netstat -nr
should look something like:
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
192.168.4.0     0.0.0.0         255.255.255.0   U        40 0          0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U        40 0          0 lo
0.0.0.0         192.168.4.Y     0.0.0.0         UG       40 0          0 eth0

if 0.0.0.0 isn't there check /etc/sysconfig/network for a "GATEWAY=192.168.4.Y" (or 
whatever the correct gateway is...)
I think, sometimes the gateway statement is in 
/etc/sysconfig/network-scripts/ifcfg-eth0 or ifcfg-eth1 or ifcfg-eth(whatever)...
if you add the GATEWAY= to the file, do:
service network restart
then do:
netstat -nr
again.

HTH

Rick

 -----Original Message-----
From:   Jordi Curià [mailto:[EMAIL PROTECTED]] 
Sent:   Friday, February 07, 2003 12:15 PM
To:     [EMAIL PROTECTED]
Subject:        Errors firewall

I instaled redhat 8, with iptables and Apache httpd. The linux is
running correctly in my sub net Ex: 192.168.4.X  but if I acces from
any other 192.168.5.x the ping and port 80 of Apache isn't responding.
There is no problem in any router, becouse I access from 192.168.5.X
to other servers in the same ports.

I stop the iptables and the problem persist


  

-- 
Saludos,
 Jordi                          mailto:[EMAIL PROTECTED]




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to