devhawala / dodo

Xerox Network Services (XNS) implemented in Java
Other
13 stars 1 forks source link

Issue while using Dodo with Darkstar running VP 2.0.6 #2

Closed iblowmymind closed 3 years ago

iblowmymind commented 3 years ago

Just installed VP 2.0.6 on Darkstar (version 1.1.9.0, the one that has your NetCom patches) with NetCom. I have a NetHub connection established on Darkstar, I've triple checked every setting, however the machine says clearinghouse's down and offers me to create a local WS. I say yes, and try to enter Directory > Network, says it can't reach clearinghouse. I disable and re-enable the Darkstar ethernet and try again, it freezes for a while with this on NetSpy:

[2152] => packet length: 60 -- at  19076923.022000 ms

         => raw packet content:
            0x000 : FFFF FFFF FFFF 1000 BB10 1101 0600 180B 0026 0001 0000 041A FFFF FFFF FFFF 0001
            0x010 : 0000 041A 1000 BB10 1101 0001 0002 0000 041A 0001 0000 0000 0000 0000

         => ethernet packet header
            dst-addr : FF-FF-FF-FF-FF-FF
            src-addr : 10-00-BB-10-11-01
            ethType  : 0x0600 (xns)

          => xns packet header
            ckSum   : 0x180B
            length  : 38 bytes => 19 words
            transCtl: 0
            pktType : 1 = Rip

          => xns destination
            network : 0000-041A
            host    : FF-FF-FF-FF-FF-FF
            socket  : 0001 - routing

          => xns source
             network : 0000-041A
            host    : 10-00-BB-10-11-01
            socket  : 0001 - routing

        => RIP( remaining words = 4 , curr word = 22 )
            operation: 2 = response
            network 0x 0000 041A , hops = 1

this same packet over and over. And in the dodoserver log:

#proc #0# call
#proc #0# encodeReturn
#BfsAth# BfsAuthenticationResponder.processRequest() - done
#BfsX# Bfs call done for transaction=0 , program=14 , version=2 , procedure=0
#BfsX# Bfs with courier protocol-version[3,3] , transaction=0 , program=14 , version=2 , procedure=0
#BfsAth# BfsAuthenticationResponder.processRequest() - begin

this repeated over and over. What should I do?

(note: I have all the correct settings set on the dodo.properties, and I created a ws entry on the clearinghouse.)

iblowmymind commented 3 years ago

Wait, nevermind, realised I forgot ether.useDarkstarWorkaround. Sorry!