hi,
ich verstehe folgendes nicht:
ich baue mit einer ssh-verbindung zwei tunnel auf. einen mit:
-L 55554:127.0.0.1:9999 also von hier:55554 zu localhost(@remote):9999
und
-R 9999:127.0.0.1:55555 also von remote:9999 zu localhost(@local):55555
somit sollte ich doch eigentlich mit 'nc -l -p 55555 -s 127.0.0.1' und
'nc 127.0.0.1 55554' eine verbindung bekommen, oder?
beide nc's starten, jedoch sehe ich meine eingaben des 2. netcats nicht
in der ausgabe des lauschenden nc's.
auf dem remotehost sind u.a. folgende ipfw regeln aktiv:
allow ip from any to any via lo0
deny ip from any to 127.0.0.0/8
deny ip from 127.0.0.0/8 to any
jedoch erhöht sich die werte, die 'ipfw show' ausgibt nicht. weder von
der allow regel, noch von den denys
den tunnel mit ssh -vvv zu starten ergibt folgendes beim starten von 'nc
localhost 55554'
debug1: Connection to port 55554 forwarding to 127.0.0.1 port 9999
requested.
debug1: fd 9 setting TCP_NODELAY
debug2: fd 9 is O_NONBLOCK
debug2: fd 9 is O_NONBLOCK
debug1: channel 3: new [direct-tcpip]
und dann nach ein paar sekunden:
channel 3: open failed: connect failed: Operation timed out
debug1: channel_free: channel 3: direct-tcpip: listening port 55554 for
127.0.0.1 port 9999, connect from 127.0.0.1 port 4048, nchannels 4
remote ist fbsd 5.2.1-RELEASE-p11 und lokal 4.10-STABLE am werkeln.
für erleuchtung bedanke ich mich im voraus.
gruß,
thomas
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Tue 30 Nov 2004 - 21:15:23 CET