Created
November 2, 2017 21:51
-
-
Save ah-cog/7bcc79286a35587bc46270c24ba06eaf to your computer and use it in GitHub Desktop.
Install Hamachi and Haguichi on Ubuntu 16.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- install lsb | |
- install openssh-server (for SSH access via Haguichi) | |
- install samba | |
- configure /etc/smb.conf: add to interfaces | |
- add samba user: `sudo smbpasswd -a mgub` (use to log into share from Hamachi/Haguichi) | |
- install hamachi and login | |
- install Haguichi |
- https://forums.linuxmint.com/viewtopic.php?t=226519 (Install Samba)
- http://www.nurasto.com/2012/06/19/implementing-logmein-hamachi-on-ubuntu-server/ (blog post)
- Restart Samba (https://askubuntu.com/questions/79078/how-to-restart-samba-server)
- Add user access on Samba (https://ubuntuforums.org/showthread.php?t=1687199)
- Install SSH server (http://ubuntuhandbook.org/index.php/2016/04/enable-ssh-ubuntu-16-04-lts/)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Resources: