Re: Random local port (General questions)
Actually I was wrong. There was a bug in wodSSHTunnel. It's not fixed. Grab newest version and try it out.
Kreso
Just tried build 1.52.49 and I still get the same results.
I'm just doing a real simple function to check:
Private Sub ssh1_ChannelStart(ByVal Chan As wodSSHTunnelServLib.Channel) Handles ssh1.ChannelStart
Dim chanInfo As String =
chanInfo = Secure Channel Opened
chanInfo = chanInfo & vbCrLf & Channel: & Chan.Name
chanInfo = chanInfo & vbCrLf & Local Address: & Chan.LocalAddress
chanInfo = chanInfo & vbCrLf & Local Port: & Chan.LocalPort
chanInfo = chanInfo & vbCrLf & Remote Address: & Chan.RemoteAddress
chanInfo = chanInfo & vbCrLf & Remote Port: & Chan.RemotePort
writeToLog(EventLogEntryType.Information, chanInfo, 2)
end sub
So this should show up as soon as the channelstart event, correct?
Complete thread:
- Random local port - Chad Amberg, 2004-10-07, 00:58
- Re: Random local port - wodSupport, 2004-10-07, 01:06
- Re: Random local port - Chad Amberg, 2004-10-07, 13:29
- Re: Random local port - Chad Amberg, 2006-08-26, 03:53
- Re: Random local port - Chad Amberg, 2006-08-26, 03:55
- Re: Random local port - woddrazen, 2006-08-26, 10:08
- Re: Random local port - Chad Amberg, 2006-08-26, 15:57
- Re: Random local port - Chad Amberg, 2006-08-26, 16:28
- Re: Random local port - wodSupport, 2006-08-27, 09:52
- Re: Random local port - Chad Amberg, 2006-08-27, 16:43
- Re: Random local port - wodSupport, 2006-08-27, 23:08
- Re: Random local port - wodSupport, 2006-08-27, 23:32
- Re: Random local port - Chad Amberg, 2006-08-28, 00:30
- Re: Random local port - wodSupport, 2006-08-28, 00:33
- Re: Random local port - Chad Amberg, 2006-08-28, 01:28
- Re: Random local port - wodSupport, 2006-08-28, 01:31
- Re: Random local port - Chad Amberg, 2006-09-02, 22:11
- Re: Random local port - wodSupport, 2006-08-28, 01:31
- Re: Random local port - Chad Amberg, 2006-08-28, 01:28
- Re: Random local port - wodSupport, 2006-08-28, 00:33
- Re: Random local port - Chad Amberg, 2006-08-28, 00:30
- Re: Random local port - wodSupport, 2006-08-27, 23:32
- Re: Random local port - wodSupport, 2006-08-27, 23:08
- Re: Random local port - Chad Amberg, 2006-08-27, 16:43
- Re: Random local port - wodSupport, 2006-08-27, 09:52
- Re: Random local port - Chad Amberg, 2006-08-26, 16:28
- Re: Random local port - Chad Amberg, 2006-08-26, 15:57
- Re: Random local port - woddrazen, 2006-08-26, 10:08
- Re: Random local port - Chad Amberg, 2006-08-26, 03:55
- Re: Random local port - Chad Amberg, 2006-08-26, 03:53
- Re: Random local port - Chad Amberg, 2004-10-07, 13:29
- Re: Random local port - wodSupport, 2004-10-07, 01:06