Changes between Initial Version and Version 1 of Ticket #2843


Ignore:
Timestamp:
2020-12-09T14:48:14Z (3 years ago)
Author:
exarkun
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2843 – Description

    initial v1  
    77
    88* From each node
    9 I opened a reverse tunnel: ssh -LR 1111:localhost:1111 CLIENT_IP
     9I opened a reverse tunnel: `ssh -LR 1111:localhost:1111 CLIENT_IP`
    1010
    1111Tahoe.cfg:
     12{{{
    1213[node]
    1314nickname = tdengine
     
    2728#stats_gatherer.furl =
    2829... rest is default
     30}}}
    2931
    3032* From introducer web page, I can't see my node in green
    3133
    3234* From Client
     35{{{
    3336netstat -plunt
    3437Active Internet connections (only servers)
     
    3942tcp6       0      0 :::22                   :::*                    LISTEN      1112/sshd       
    4043tcp6       0      0 ::1:1111                :::*                    LISTEN      4694/sshd: root
     44}}}
    4145
    4246
    43 flogtool tail /root/.tahoe/private/logport.furl
     47`flogtool tail /root/.tahoe/private/logport.furl`:
     48{{{
    444914:24:31.208 L20 []#1395 received 1 announcements (v2)
    455014:24:31.214 L20 []#1396 announcement for nickname 'tdengine', service=storage: {u'nonce': u'zyzg462q2enwfkjdjizccdgwplrahg3gb3seum6rgi5wqs73lt2a', u'app-versions': {u'Nevow': u'0.14.2', u'foolscap': u'0.12.4', u'cffi': u'1.8.3', u'Twisted': u'16.4.1', u'twisted': u'16.4.1', u'attrs': u'16.2.0', u'simplejson': u'3.8.2', u'pyasn1-modules': u'0.0.8', u'six': u'1.10.0', u'OpenSSL': u'1.0.1t', u'platform': u'Linux-debian_8.6-x86_64-64bit_ELF', u'zope.interface': u'unknown', u'PyYAML': u'3.12', u'cryptography': u'1.5.2', u'python': u'2.7.12', u'pycparser': u'2.14', u'idna': u'2.1', u'zfec': u'1.4.24', u'pycryptopp': u'0.7.1.869544967005693312591928092448767568728501330214', u'ipaddress': u'1.0.17', u'tahoe-lafs': u'unknown', u'pycrypto': u'2.6.1', u'pyOpenSSL': u'16.1.0', u'characteristic': u'14.3.0', u'service-identity': u'16.0.0', u'enum34': u'1.1.6', u'shutilwhich': u'1.1.0', u'setuptools': u'27.3.0', u'pyasn1': u'0.1.9'}, u'seqnum': 6, u'nickname': u'tdengine', u'anonymous-storage-FURL': u'pb://6ayuenhqyxfcz6iuafpdy3fni26xnzz3@tcp:127.0.0.1:1111/brkvatvmt42wk25vgmn4xnazx6l4mgnv', u'service-name': u'storage', u'version': 0, u'my-version': u'tahoe-lafs/unknown', u'permutation-seed-base32': u'rnlexqv5bm7em5ycu6pi3c55ompqab234f63r3b22xwcpfzhwaua', u'oldest-supported': u'1.0.0'}
     
    9196 ]
    929714:16:23.697 L20 []#1368 connectorFinished (<foolscap.connection.TubConnector object at 0x7f1f1fa5aa90 from s2khye6nlphlv4lex6htv44izn2lz7ng to vgvcxuhqvykujzfajjfv5pyxxepd5rsq>)
     98}}}
    9399
    94100Can you help me understand what's the best way to do that?