Hi all,
I use both XP and FC3 on my PC. When I use XP, i can access to my server with ip address 192.168.1.2 (I can telnet, ping...). However, when I switch to FC3, I can't access to it (can't ping, can't telnet ...) although I can ping another hosts or access to internet.
What's the problem here

?
The output when I try to ping:
Code:
[anhtai@anhtai ~]$ ping 192.168.1.2
PING 192.168.1.2 (192.168.1.2) 56(84) bytes of data.
From 192.168.1.44 icmp_seq=1 Destination Host Unreachable
From 192.168.1.44 icmp_seq=2 Destination Host Unreachable
From 192.168.1.44 icmp_seq=3 Destination Host Unreachable
--- 192.168.1.2 ping statistics ---
5 packets transmitted, 0 received, +3 errors, 100% packet loss, time 4000ms
, pipe 4
[anhtai@anhtai ~]$ ping 192.168.1.3
PING 192.168.1.3 (192.168.1.3) 56(84) bytes of data.
64 bytes from 192.168.1.3: icmp_seq=0 ttl=128 time=0.611 ms
64 bytes from 192.168.1.3: icmp_seq=1 ttl=128 time=0.592 ms
64 bytes from 192.168.1.3: icmp_seq=2 ttl=128 time=0.622 ms
64 bytes from 192.168.1.3: icmp_seq=3 ttl=128 time=1.35 ms
64 bytes from 192.168.1.3: icmp_seq=4 ttl=128 time=0.589 ms
--- 192.168.1.3 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4010ms
rtt min/avg/max/mdev = 0.589/0.753/1.351/0.299 ms, pipe 2
Thx in advance