Hi there.
I'm trying to telnet into my A1200 so I could install sshd and start poking Montevista 
But, strange things happen.
I've installed netcontrol_0.2b package and with it I turned inetd. USB mode is usbnet. Phone's IP is 192.168.1.2.
On the computer side:
Code:
# ifconfig usb0
usb0 Link encap:Ethernet HWaddr 6e:4c:34:33:4a:d6
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
Code:
# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.2 0.0.0.0 255.255.255.255 UH 0 0 0 usb0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 usb0
Code:
$ nmap 192.168.1.2
Starting Nmap 4.62 ( http://nmap.org ) at 2008-11-19 10:03 CET
Interesting ports on 192.168.1.2:
Not shown: 1714 closed ports
PORT STATE SERVICE
23/tcp open telnet
Nmap done: 1 IP address (1 host up) scanned in 1.790 seconds
But when I try to actually get to the phone, this happens:
Code:
$ telnet 192.168.1.2
Trying 192.168.1.2...
Connected to 192.168.1.2.
Escape character is '^]'.
Connection closed by foreign host.
Do you have any idea? I don't. Maybe I need to install some other package?