On Fri, 2009-09-25 at 15:16 -0500, Mikkel wrote: > Germán Racca wrote: > > Hi list: > > > > I need to use ssh to transfer data between a PC and a notebook, both > > with Fedora 11, but the result is, from notebook to PC: > > > > > > $ ssh xx.xx.xx.xx > > ssh: connect to host xx.xx.xx.xx port 22: No route to host > > > > $ ping xx.xx.xx.xx > >>From xx.xx.xx.xx icmp_seq=11 Destination Host Unreachable > >>From xx.xx.xx.xx icmp_seq=12 Destination Host Unreachable > >>From xx.xx.xx.xx icmp_seq=13 Destination Host Unreachable > > > >>From PC to notebook there is no response. > > Please can anybody help me? > > > > Abrazos, > > Germán. > > > This sounds like a network setup issue. But it is hard to tell > without the actual IP addresses. It would also help to have the > output from "/sbin/ifconfig" and "/sbin/route -n" from both > machines. There could also be a firewall issue, but it is better to > check that the network is working correctly before looking into that. > > Mikkel Hi Mikkel, Thanks for your answer, please find the information you requested in the attached text file called 'ssh-problem'. -- Germán A. Racca National Institute for Space Research (INPE) São José dos Campos - SP - Brasil http://gracca.wordpress.com http://tinyurl.com/SkyTux
# From PC: $ ifconfig eth0 Link encap:Ethernet HWaddr 00:02:2A:D4:A2:22 inet addr:150.163.28.10 Bcast:150.163.28.255 Mask:255.255.255.0 inet6 addr: fe80::202:2aff:fed4:a222/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:234749 errors:0 dropped:0 overruns:0 frame:0 TX packets:154789 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:228105225 (217.5 MiB) TX bytes:11582150 (11.0 MiB) Interrupt:16 Base address:0xc000 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:22 errors:0 dropped:0 overruns:0 frame:0 TX packets:22 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1300 (1.2 KiB) TX bytes:1300 (1.2 KiB) $ route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 150.163.28.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0 0.0.0.0 150.163.28.254 0.0.0.0 UG 0 0 0 eth0 # From notebook: $ route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 150.163.28.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0 0.0.0.0 150.163.28.254 0.0.0.0 UG 0 0 0 eth0 $ ifconfig eth0 Link encap:Ethernet HWaddr 00:A0:D1:5E:9F:DE inet addr:150.163.28.232 Bcast:150.163.28.255 Mask:255.255.255.0 inet6 addr: fe80::2a0:d1ff:fe5e:9fde/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:80428 errors:0 dropped:0 overruns:0 frame:0 TX packets:22975 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:29608784 (28.2 MiB) TX bytes:2188531 (2.0 MiB) Interrupt:26 Base address:0x6000 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:94 errors:0 dropped:0 overruns:0 frame:0 TX packets:94 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:6704 (6.5 KiB) TX bytes:6704 (6.5 KiB) wlan0 Link encap:Ethernet HWaddr 00:18:DE:A6:E2:7F inet6 addr: fe80::218:deff:fea6:e27f/64 Scope:Link UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:120 errors:0 dropped:0 overruns:0 frame:0 TX packets:6 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:20668 (20.1 KiB) TX bytes:576 (576.0 b) wmaster0 Link encap:UNSPEC HWaddr 00-18-DE-A6-E2-7F-11-C2-00-00-00-00-00-00-00-00 UP RUNNING MTU:0 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
-- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines