mwarning / KadNode

P2P DNS with content key, crypto key and PKI support. DynDNS alternative.
MIT License
413 stars 75 forks source link

for Openwrt #94

Closed ysonmezer closed 4 years ago

ysonmezer commented 6 years ago

Hello, can you explain step by step the use of kadnode on openwrt?

mwarning commented 6 years ago
  1. install KadNode on two nodes: opkg update opkg install kadnode

  2. configure one node to announce a domain (let's use a hex key, since it's simplest to explain). 2.1 create key pair kadnode --bob-create-key /etc/kadnode_secret.pem remember the public hex key 2.2 uncomment the bob_load_key line in /etc/config/kadnode 2.3 restart kadnode: /etc/init.d/kadnode restart

  3. On the other node do ping <public hex key>.p2p

ysonmezer commented 6 years ago

Thank you for your answer. I will try.

mwarning commented 6 years ago

Np. Let me know if you run into problems.

ysonmezer commented 6 years ago

Hi, what you mean "On the other node do" I'm sory. I don't have much experience on this.

mwarning commented 6 years ago

KadNode finds the IP address of other nodes running KadNode. One KadNode instance does not make much sense unless you know another node running KadNode or set up your own.

ysonmezer commented 6 years ago

OK. I'm just beginning to understand that yet. I'm gonna try to understand the manual. My goal is to access remotely to the transmission application in my router.

mwarning commented 6 years ago

The description might need some adjustment.