Hi Folks,
I recently downloaded and installed FC5 on a PC. This PC is connected
to a hub. I have another PC on the same hub running Windows XP. I would
like to access the FC5 PC from the XP PC in various ways (telnet, sshd,
vnc).
After installing FC5, I did a "yum update" which finished without
errors. Using chkconfig, I've removed services which I do not need.
From Cygwin, I logged into the FC5 PC (192.168.10.80). As you can see,
the ping went well. First time I tried ssh, it did not respond. So, I
walked over to the FC5 PC and as root "service network restart". The
ssh was then successful. But after a few minutes, the FC5 PC drops
the connection. Same thing happens with telnet & vnc. "dmesg" does
not reveal any new messages. My ~/.xsession-errors does not have
error messages.
How do I go about fixing this problem? What should I try? Firewall,
iptables and SELinux are all disabled.
Thx
Arun
[src$:522] ping 192.168.10.80
PING 192.168.10.80 (192.168.10.80): 56 data bytes
64 bytes from 192.168.10.80: icmp_seq=0 ttl=64 time=15 ms
64 bytes from 192.168.10.80: icmp_seq=1 ttl=64 time=0 ms
64 bytes from 192.168.10.80: icmp_seq=2 ttl=64 time=0 ms
----192.168.10.80 PING Statistics----
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip (ms) min/avg/max/med = 0/5/15/0
[src$:523] ssh 192.168.10.80
[src$:524] ssh 192.168.10.80
abiyani@xxxxxxxxxxxxx's password:
Last login: Mon Jun 5 09:42:43 2006
This is BASH 3.1 - DISPLAY on abiyani pts/1
2006-06-05 11:14 (it90-1070.telasic.com):0.0
Mon Jun 5 11:14:45 PDT 2006
display=abiyani pts/1 2006-06-05 11:14
(it90-1070.telasic.com):0.0 & TERM=xterm
/home/abiyani
[~$:1001] ifconfig
eth0 Link encap:Ethernet HWaddr 00:03:47:DC:FB:2C
inet addr:192.168.10.80 Bcast:192.168.10.255 Mask:255.255.255.0
inet6 addr: fe80::203:47ff:fedc:fb2c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:16940 errors:0 dropped:0 overruns:0 frame:0
TX packets:3640 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:6950403 (6.6 MiB) TX bytes:387782 (378.6 KiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:2182 errors:0 dropped:0 overruns:0 frame:0
TX packets:2182 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2173480 (2.0 MiB) TX bytes:2173480 (2.0 MiB)
[~$:1001] Read from remote host 192.168.10.80: Connection reset by peer
Connection to 192.168.10.80 closed.
[src$:525]