Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First Exit Node #6

Closed
1 task done
darkdrgn2k opened this issue Jun 13, 2020 · 1 comment
Closed
1 task done

First Exit Node #6

darkdrgn2k opened this issue Jun 13, 2020 · 1 comment
Labels
network Network Planning, Design and Operations

Comments

@darkdrgn2k
Copy link
Contributor

darkdrgn2k commented Jun 13, 2020

This initial comment is collaborative and open to modification by all.

Task Summary

🎟️ Re-ticketed from: #
πŸ“… Due date: N/A
🎯 Success criteria: Access to a Exit Node

...

To Do

  • Redeploy existing NJ peer or get new one
@darkdrgn2k darkdrgn2k added this to the PHASE I milestone Jun 13, 2020
@darkdrgn2k darkdrgn2k added the network Network Planning, Design and Operations label Jun 14, 2020
@darkdrgn2k darkdrgn2k changed the title Exit Node First Exit Node Jul 12, 2020
@darkdrgn2k
Copy link
Contributor Author

NJ node temporary

DEBIAN 10 instill
edit /etc/network/interfaces to set static ip and add IPV6

install http://node2.e-mesh.net/deb/repos/apt/debian/pool/main/b/babeld/babeld_1.9.2-dirty_amd64.deb

edit /etc/babeld.conf

interface eth0
redistribute  ip ::/0 le 64 metric 256
redistribute  ip 0.0.0.0/0 le 24 metric 256

edit /etc/hostname /etc/hosts to change host name

create /etc/rc.local and +x it

#!/bin/bash
ip6tables -t nat -F POSTROUTING
iptables -t nat -F POSTROUTING
ip6tables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
exit 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
network Network Planning, Design and Operations
Development

No branches or pull requests

1 participant