-
Notifications
You must be signed in to change notification settings - Fork 6
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
./build/remote <ip> #11
base: master
Are you sure you want to change the base?
Conversation
…sion on remote host, plus Dockerfile
…rward is not already 1 (e.g. if docker or other container runtime sets it up for you)
This reverts commit 74cb325.
…at's needed for digitalocean automation
@bennlich would you be up for testing / merging this one? |
Yep. |
Yaaaaaaaay thanks.
…On Mon, Mar 12, 2018, 11:10 PM Benny Lichtner ***@***.***> wrote:
Yep.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#11 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAKfBnim2CCfSvO6FumdzxhxuOp8p2fSks5tdziogaJpZM4SmCsR>
.
|
@gobengo no dice :-( The client tries to connect, but to no avail:
This is with the following /etc/config/tunneldigger:
If you wind up with time to try yourself, the steps are:
Probably hard to debug this further w/o being able to look at logs on the broker side. |
@bennlich Thanks for testing! And especially for the steps! Haven't done home node stuff for a few weeks so it was feeling intractable, but this will be invaluable when I next have a router to hook into. I will follow them and look at broker logs for suspicious stuff. |
Unfortunately I think we need to fix #9 before you'll be able to see any logs :-( Or you could run the broker manually and look at stdout. |
@gobengo logging is fixed in master by starting tunneldigger w/ systemd instead of init. To view logs:
|
You can now provision remote linux hosts over SSH using
./build/bin/remote <user>@<ip>
I tested this script on Digital Ocean: Ubuntu 16.04, 17.10
I have not tested an exitnode made with this script with a home node, and may not have a private internet connection to do so for a while.
Progress on testing: