PLEASE HELP ME URGENT!!!!! I HAVE MY SERVER DOWN!!! WITH HTTP & SENDMAIL
:(

I cant start httpd apache, my mail server dosnt work anymore... 

I had installed a new Ethernet card and with the car all this problems

My old card is the eth0 192.168.1.4
My new card is the eth1 192.168.1.10

They are in the same LAN.. 
The dns is in the same LAN .. 192.168.1.2

The problem is the route table:

# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
192.168.1.0     *               255.255.255.0   U     0      0        0
eth1
192.168.1.0     *               255.255.255.0   U     0      0        0
eth1
169.254.0.0     *               255.255.0.0     U     0      0        0
eth1
127.0.0.0       *               255.0.0.0       U     0      0        0
lo
default         192.168.1.1     0.0.0.0         UG    0      0        0
eth0      

Then..
# ping -I eth0 192.168.1.2
PING 192.168.1.2 (192.168.1.2) from 192.168.1.4 eth0: 56(84) bytes of
data.
>From 192.168.1.1: icmp_seq=1 Redirect Network(New nexthop: 192.168.1.2)
64 bytes from 192.168.1.2: icmp_seq=1 ttl=128 time=1.82 ms
>From 192.168.1.1: icmp_seq=2 Redirect Network(New nexthop: 192.168.1.2)
64 bytes from 192.168.1.2: icmp_seq=2 ttl=128 time=1.35 ms

but

# ping -I eth1 192.168.1.2
PING 192.168.1.2 (192.168.1.2) from 192.168.1.10 eth1: 56(84) bytes of
data.
>From 192.168.1.10 icmp_seq=1 Destination Host Unreachable
>From 192.168.1.10 icmp_seq=2 Destination Host Unreachable
>From 192.168.1.10 icmp_seq=3 Destination Host Unreachable    

# ping -I eth0 24.232.0.20
PING 24.232.0.20 (24.232.0.20) from 192.168.1.4 eth0: 56(84) bytes of
data
Then nothing happened :( it hang up... need to use CTRL-C to come back

So, when I need to find de local network I can't reach any host... and
then I haven't got a DNS :(

Ping to a dns outside de network
# ping -I eth1 24.232.0.20
PING 24.232.0.20 (24.232.0.20) from 192.168.1.10 eth1: 56(84) bytes of
data.
>From 192.168.1.10 icmp_seq=1 Destination Host Unreachable
>From 192.168.1.10 icmp_seq=2 Destination Host Unreachable
>From 192.168.1.10 icmp_seq=3 Destination Host Unreachable


But the issue think is that I can ping from my machine outside the
network to the server and even connect to SSH !!!

What's wrong with the routing tables???

PLEASE HELP ME URGENT!!!!! I HAVE MY SERVER DOWN!!! WITH HTTP & SENDMAIL
:(






-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to