I've recently built a docker container to easily install and configure tinc 1.1pre14 in any machine using docker containers. I've created a Github repo in https://github.com/bys-control/docker-tinc I'm working in a WEB based admin interface for managing tinc daemons. Right now it's just a JSON API for tinc, but I'm working in developing the front end. Any comments/contributions are welcomed Happy holidays! -- *Ing. Guillermo Bisheimer* *B&S Sistemas de Control y Equipamientos* Av. de los Constituyentes 1172 (E3116CIX) Crespo, Entre Ríos Tel/Fax: (0343) 407-8990 (Nuevo número) Cel: (0343) 154679052 WEB: www.bys-control.com.ar e-mail: gbisheimer at bys-control.com.ar skype: guillermo.bisheimer -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20161227/cb9822a1/attachment.html>
On Tue, Dec 27, 2016 at 12:16:04AM +0000, Guillermo Bisheimer wrote:> I've recently built a docker container to easily install and configure tinc > 1.1pre14 in any machine using docker containers. I've created a Github repo > in https://github.com/bys-control/docker-tincGreat! One comment: ifconfig is considered deprecated on Linux. I'm sure the command will stay around, but it is better to use the "ip" command in new projects. The recommended way to write a tinc-up script is: #!/bin/sh ip addr add $TINC_IP dev $INTERFACE ip link set dev $INTERFACE up You don't need a separate netmask, you can use CIDR notation (for example: TINC_IP=192.168.1.1/24).> I'm working in a WEB based admin interface for managing tinc daemons. Right > now it's just a JSON API for tinc, but I'm working in developing the front > end.Interesting. I'd like to see the JSON API when it's finished, maybe this is something to be supported by tinc itself in the future. -- Met vriendelijke groet / with kind regards, Guus Sliepen <guus at tinc-vpn.org> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20161229/b8ff5771/attachment.sig>
Thanks for the ifconfig command replacement suggestion. I've already updated the github and docker repo with the changes. El jue., 29 dic. 2016 a las 9:54, Guus Sliepen (<guus at tinc-vpn.org>) escribió:> On Tue, Dec 27, 2016 at 12:16:04AM +0000, Guillermo Bisheimer wrote: > > > I've recently built a docker container to easily install and configure > tinc > > 1.1pre14 in any machine using docker containers. I've created a Github > repo > > in https://github.com/bys-control/docker-tinc > > Great! One comment: ifconfig is considered deprecated on Linux. I'm sure > the command will stay around, but it is better to use the "ip" command > in new projects. The recommended way to write a tinc-up script is: > > #!/bin/sh > ip addr add $TINC_IP dev $INTERFACE > ip link set dev $INTERFACE up > > You don't need a separate netmask, you can use CIDR notation (for > example: TINC_IP=192.168.1.1/24). > > > I'm working in a WEB based admin interface for managing tinc daemons. > Right > > now it's just a JSON API for tinc, but I'm working in developing the > front > > end. > > Interesting. I'd like to see the JSON API when it's finished, maybe this > is something to be supported by tinc itself in the future. > > -- > Met vriendelijke groet / with kind regards, > Guus Sliepen <guus at tinc-vpn.org> > _______________________________________________ > tinc mailing list > tinc at tinc-vpn.org > https://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc >-- *Ing. Guillermo Bisheimer* *B&S Sistemas de Control y Equipamientos* Av. de los Constituyentes 1172 (E3116CIX) Crespo, Entre Ríos Tel/Fax: (0343) 407-8990 (Nuevo número) Cel: (0343) 154679052 WEB: www.bys-control.com.ar e-mail: gbisheimer at bys-control.com.ar skype: guillermo.bisheimer -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20161229/da396b94/attachment-0001.html>
Possibly Parallel Threads
- [Announcement] Tinc versions 1.0.32 and 1.1pre15 released
- [Announcement] Tinc versions 1.0.32 and 1.1pre15 released
- Change default Server ports
- [Announcement] Tinc versions 1.0.32 and 1.1pre15 released
- [Announcement] Tinc versions 1.0.32 and 1.1pre15 released