Author Topic: Connection Between Fc3 And Zaurus Sl C700  (Read 2460 times)

sandello

  • Newbie
  • *
  • Posts: 1
    • View Profile
Connection Between Fc3 And Zaurus Sl C700
« on: November 21, 2005, 05:06:58 am »
Hardware & Software:
1. PC with FC3: openssh-3.9p1-8.0.3, kernel 2.6.12-1.1381_FC3smp
2. Zaurus: cacko 1.23

On Zaurus:
Code: [Select]
# ifconfig
usbd0 ...
         inet addr:192.168.129.201  Bcast:192.168.129.255  Mask:255.255.255.0


I plug in ZaurusUSB cable in to my PC and configure usb0 device on them:
Code: [Select]
# ifconfig usb0 192.168.129.1
# ifconfig
usb0      Link encap:Ethernet  HWaddr BE:C7:30:1D:78:D3  
          inet addr:192.168.129.1  Bcast:192.168.129.255  Mask:255.255.255.0
          inet6 addr: fe80::bcc7:30ff:fe1d:78d3/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:559 errors:0 dropped:0 overruns:0 frame:0
          TX packets:551 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:716737 (699.9 KiB)  TX bytes:724654 (707.6 KiB)

Try to ping Z:
Code: [Select]
$ ping 192.168.129.201
PING 192.168.129.201 (192.168.129.201) 56(84) bytes of data.
64 bytes from 192.168.129.201: icmp_seq=0 ttl=255 time=1.38 ms

Try to connect via ssh:
Code: [Select]
$ ssh root@192.168.129.201
ssh_exchange_identification: Connection closed by remote host

Hmmm....  
Try to connect to 192.168.129.201:22
Code: [Select]
# telnet 192.168.129.201 22
Trying 192.168.129.201...
Connected to 192.168.129.201.
Escape character is '^]'.
Connection closed by foreign host.

Connection close IMMEDIATELY!!!
Why? What I do wrong???  
« Last Edit: November 21, 2005, 05:08:42 am by sandello »