Effekt öffentliche IP ?

Post Reply
Message
Author
brum

Effekt öffentliche IP ?

#1 Post by brum »

Guten Abend,

ich hatte folgenden Effekt, den ich mir nicht erklären kann:

Ich wollte vom Laptop per ssh auf meinen Desktop zugreifen ... Netzwerk nicht erreichbar.
Obwohl gerade Kaffeine vom Desktop NRJ auf mein Notebook streamt.
Ich sitze hinter einer Fritzbox in Werks-standard-Range -> 192.68.178.0
(Desktop 192.168.178.21; Laptop 192.168.178.28 )

Code: Select all

$ssh 192.178.168.21
ssh: connect to host 192.178.168.21 port 22: Network is unreachable
[joern@pluto ~]$ ping 192.178.168.21
PING 192.178.168.21 (192.178.168.21) 56(84) bytes of data.
From 213.20.188.130 icmp_seq=1 Destination Net Unreachable
From  icmp_seq=2 Destination Net Unreachable
From 213.20.188.130 icmp_seq=3 Destination Net Unreachable
From 213.20.188.130 icmp_seq=4 Destination Net Unreachable
Also _meine_ öffentliche IP liegt in der 77.178.0.0-Range

Wie kommt Ping auf die 213.20.188.130 von Telefonica Deutschland GmbH?

LG brum

petameta
prolinux-forum-admin
Posts: 1294
Joined: 14. Feb 2003 13:19

#2 Post by petameta »

Meinst Du evtl.

Code: Select all

ssh 192.168.178.21
Zum vergleich was Du geschrieben hast:

Code: Select all

ssh 192.178.168.21
Soll heißen, DU hast die 168 und die 178 vertauscht.

brum

ups

#3 Post by brum »

Ups und danke ;-)

Post Reply