Menu

#1 Can't get Zebedee (Java) work at all

open
jzbd (1)
5
2020-02-17
2001-07-04
Anonymous
No

Can't get Zebedee (Java version)work at all.
Tried with different IPs, ports, UDP or TCP and
settings.
The C-version was working well with the same settings.
(Of course I changed the paramter to the new JAVA
settings)
See log below:

Server reports

ERROR can't get tunnel or output stream to target
x.x.x.x:y
server refused request for redirection to target
x.x.x.x:y

Client reports:

jzbd(Thread-2): 1: server listening on name/x.x.x.x:y
jzbd(Thread-2): 1: accepted connection from
x.x.x.x/x.x.x.x
jzbd(Thread-2): 1: UDP-mode tunnel from
x.x.x.x/x.x.x.xestablished

jzbd(Thread-2): 1: accepted connection from
x.x.x.x/x.x.x.x
jzbd(Thread-5): 1: EOF encountered on tunnel connection
jzbd(Thread-6): ERROR: tunnel not writeable:
java.net.SocketException: Datagram
peek failed (code=10004)
jzbd(Thread-2): 1: UDP-mode tunnel from
x.x.x.x/x.x.x.xestablished

jzbd(Thread-2): 1: accepted connection from
x.x.x.x/x.x.x.x
jzbd(Thread-8): 1: EOF encountered on tunnel connection
jzbd(Thread-9): ERROR: tunnel not writeable:
java.net.SocketException: Datagram
peek failed (code=10004)

aso.
Don't wonder about the error message:"ERROR: tunnel
not writeable"
It's my personal change to get more info.

Replacement for:
ZDPUdpTunnelWriter.java
Line 90

Any Idea?
Thanks
Andy

Discussion

  • Nobody/Anonymous

    Logged In: NO

    I checked with version 20010703 and it's still the same
    problem.

    Runtime = JDK 1.3.1 on W2k.

    Any idea?

    Andy

     
  • Neil Winton

    Neil Winton - 2001-07-11

    Logged In: YES
    user_id=83226

    Can you send me your config files or the command-line
    parameters that you are using? Also, could you tell me if
    any of the hostnames you are using resolve to multiple IP
    addresses?

     
  • Neil Winton

    Neil Winton - 2001-07-11
    • labels: --> jzbd
    • assigned_to: nobody --> ndwinton
     
  • Nobody/Anonymous

    Logged In: NO

    I never used hostnames, only private C class Ip's.
    Script shows UDP mode, but I also checkd TCP mode.

    Server script:

    verbosity 2
    server true
    detached false
    ipmode udp

    serverport 30000
    listenip 192.168.20.61

    target 192.168.20.61:48000-48002

    compression zlib:0
    keylength 0
    keylifetime 36000
    maxbufsize 4096

    Client script:

    verbosity 2

    server false
    detached false
    ipmode udp

    serverport 30000

    tunnel 44000-44002:192.168.20.61:48000-48002
    listenip 192.168.20.101
    idletimeout 200

    compression zlib:0
    keylength 0
    keylifetime 36000
    maxbufsize 4096

     
  • Mohsen Pahlevanzadeh

    I don't have any problem with my server when I connected via my desktop(linux-box).
    When I connected via Android-box I get the following error:

    EOF encountered on source socket or tunnel connection closed.

    My config file in client:

    server false
    localsource true
    multiuse true
    tunnel 1081:example.com:3128
    compression zlib:9
    detached true

     

    Last edit: Mohsen Pahlevanzadeh 2020-02-17

Log in to post a comment.

MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.
Try Free →