Hello!
Since today I cant realy connect via telnet to my phone.
Normaly, I use the "USBMode" tool. After plug in the phone and switching to "USBLan" I set the host to:
Code:
ifconfig usb0 192.168.1.2 netmask 255.255.255.0 mtu 900
and try to connect:
Code:
richie@ubuntu-neu:~$ telnet 192.168.1.2
Trying 192.168.1.2...
telnet: Unable to connect to remote host: Connection refused
richie@ubuntu-neu:~$
But:
Code:
richie@ubuntu-neu:~$ ping 192.168.1.2
PING 192.168.1.2 (192.168.1.2) 56(84) bytes of data.
64 bytes from 192.168.1.2: icmp_seq=1 ttl=64 time=0.040 ms
richie@ubuntu-neu:~$ nmap 192.168.1.2
Starting Nmap 4.03 ( http://www.insecure.org/nmap/ ) at 2006-06-22 12:48 CEST
Interesting ports on 192.168.1.2:
(The 1671 ports scanned but not shown below are in state: closed)
PORT STATE SERVICE
139/tcp open netbios-ssn
445/tcp open microsoft-ds
5900/tcp open vnc
Nmap finished: 1 IP address (1 host up) scanned in 0.233 seconds
richie@ubuntu-neu:~$ ifconfig
usb0 Protokoll:Ethernet Hardware Adresse DE:FC:DF:BC:A4:B8
inet Adresse:192.168.1.2 Bcast:192.168.1.255 Maske:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:900 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:114 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:0 (0.0 b) TX bytes:15806 (15.4 KiB)
vnic0 Protokoll:Ethernet Hardware Adresse 00:01:23:45:BE:EF
inet Adresse:10.37.129.2 Bcast:10.37.129.255 Maske:255.255.255.0
inet6 Adresse: fe80::201:23ff:fe45:beef/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:71 errors:0 dropped:0 overruns:0 frame:0
TX packets:71 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:12400 (12.1 KiB) TX bytes:12400 (12.1 KiB)
richie@ubuntu-neu:~$
Whats wrong with my phone? Is telnet disabled?
Thanks!
Richie