<div dir="ltr"> Guus Sliepen,<div>I am working in a zeroconf setup for tinc called tzk, that could allow you to make this easily</div><div><br></div><div><a href="https://github.com/NebTex/tzk/">https://github.com/NebTex/tzk/</a><br></div><div><br></div><div>it will make better readme this weekend but you need a public machine with a public domain - subdomain pointed to it, the script will install tinc, consul (that is used for coordinate the vpn), and caddy a small reverse proxy for expose consul to the public internet with TLS support. after the installation ends it will print another command that you can run over your nodes to connect to the vpn</div><div><br></div><div>this is the command that you should run in your master  </div><div><br></div><div>master=true ConsulHost=<a href="http://consul.example.com">consul.example.com</a> bash -c "$(curl -fsSL <a href="https://git.io/v1b4Q">https://git.io/v1b4Q</a>)"<br></div><div><br></div><div>where <a href="http://consul.example.com">consul.example.com</a> is your public domain or subdomain</div><div>it is only tested in ubuntu 16.04, but you can run in any os with docker 1.12 support</div><div><br></div><div>this is what the script really does</div><div><br></div><div><div>if [ "${master:-false}" == "true" ];then</div><div>    hostnamectl set-hostname master1</div><div>    export ACLToken=$(uuidgen)</div><div>    mkdir -p /consul</div><div>    mkdit -p /caddy</div><div>    chmod 755 -R /consul</div><div>    chmod 755 -R /caddy</div><div>    </div><div>    docker run -d --env ACLToken=${ACLToken:?} --env ConsulHost=${ConsulHost:?} \</div><div>    --env master=true --net=host --device=/dev/net/tun --cap-add NET_ADMIN \</div><div>    --volume /consul:/consul --volume /caddy:/root/.caddy \</div><div>    --volume /etc/hosts:/etc/hosts --name tzk nebtex/tzk</div><div>else</div><div>    docker run -d --env ACLToken=${ACLToken:?} --env ConsulHost=${ConsulHost:?} \</div><div>    --net=host --device=/dev/net/tun --volume /etc/hosts:/etc/hosts --cap-add NET_ADMIN \</div><div>    --name tzk nebtex/tzk</div><div>fi</div></div><div><br></div><div>the first part is in the master the second part is in the nodes.</div><div><br></div><div><br></div><div>after this is done you can login in the consul interface using the acl token generated here </div><div><br></div><div>    export ACLToken=$(uuidgen)</div><br class="inbox-inbox-Apple-interchange-newline"><div>this acl token has root acces to consul you can see docs about consul and the acl system there  </div><div><br></div><div><a href="https://www.consul.io/docs/internals/acl.html">https://www.consul.io/docs/internals/acl.html</a><br></div><div><br></div><div>the estate of the vpn is all store in consul under the tzk folder in the kv store, even the tinc dump graph result are stored and udated every minute or so </div><div><br></div><div>the host are store in tzk/Hosts</div><div><br></div><div>how could you archive easily conectivity only between some nodes?</div><div><br></div><div>you can use the consul acl system, and create acl token with only permission to certain  host, the default acl token has write an read access to all the host, if you understand the acl consul system in theory you could archive what you want , the only issue for the moment is that you need to know in advance the name of all the hosts that will be insolated </div><div><br></div><div>there is a plan to support multiples subnet in the future and you could wite acl tokens with permissions by subnet instead of hosts</div><div><br></div><div>plese dont doubt to ask me any question, this weeken I plan to write a long documentation</div><div><br><div class="gmail_quote"><div dir="ltr">El jue., 29 de dic. de 2016 a la(s) 11:02, <<a href="mailto:tinc-request@tinc-vpn.org">tinc-request@tinc-vpn.org</a>> escribió:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send tinc mailing list submissions to<br class="gmail_msg">
        <a href="mailto:tinc@tinc-vpn.org" class="gmail_msg" target="_blank">tinc@tinc-vpn.org</a><br class="gmail_msg">
<br class="gmail_msg">
To subscribe or unsubscribe via the World Wide Web, visit<br class="gmail_msg">
        <a href="https://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc" rel="noreferrer" class="gmail_msg" target="_blank">https://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc</a><br class="gmail_msg">
or, via email, send a message with subject or body 'help' to<br class="gmail_msg">
        <a href="mailto:tinc-request@tinc-vpn.org" class="gmail_msg" target="_blank">tinc-request@tinc-vpn.org</a><br class="gmail_msg">
<br class="gmail_msg">
You can reach the person managing the list at<br class="gmail_msg">
        <a href="mailto:tinc-owner@tinc-vpn.org" class="gmail_msg" target="_blank">tinc-owner@tinc-vpn.org</a><br class="gmail_msg">
<br class="gmail_msg">
When replying, please edit your Subject line so it is more specific<br class="gmail_msg">
than "Re: Contents of tinc digest..."<br class="gmail_msg">
Today's Topics:<br class="gmail_msg">
<br class="gmail_msg">
   1. Re: Allow direct connection between some (but not all) nodes<br class="gmail_msg">
      on the network (Guus Sliepen)<br class="gmail_msg">
   2. Compression not working between 1.1pre11 and 1.1pre14<br class="gmail_msg">
      (Peter Schulze)<br class="gmail_msg">
   3. Re: Accessing ip camera through a vpn client (Guus Sliepen)<br class="gmail_msg">
   4. Re: tinc using docker containers (Guus Sliepen)<br class="gmail_msg">
   5. Re: Compression not working between 1.1pre11 and 1.1pre14<br class="gmail_msg">
      (Guus Sliepen)<br class="gmail_msg">
   6. Re: tinc using docker containers (Guillermo Bisheimer)<br class="gmail_msg">
<br class="gmail_msg"><br class="gmail_msg"><br class="gmail_msg">---------- Forwarded message ----------<br class="gmail_msg">From: Guus Sliepen <<a href="mailto:guus@tinc-vpn.org" class="gmail_msg" target="_blank">guus@tinc-vpn.org</a>><br class="gmail_msg">To: <a href="mailto:tinc@tinc-vpn.org" class="gmail_msg" target="_blank">tinc@tinc-vpn.org</a><br class="gmail_msg">Cc: <br class="gmail_msg">Date: Thu, 29 Dec 2016 13:45:32 +0100<br class="gmail_msg">Subject: Re: Allow direct connection between some (but not all) nodes on the network<br class="gmail_msg">On Sat, Dec 24, 2016 at 03:12:15AM +0000, Guillermo Bisheimer wrote:<br class="gmail_msg">
<br class="gmail_msg">
> I'm using tinc 1.1pre14 to establish a VPN between 10 servers and a few<br class="gmail_msg">
> administration clients. I have a central server that runs Tinc and all<br class="gmail_msg">
> other servers and clients connect to it. I need the to be able to establish<br class="gmail_msg">
> a direct connection between the administration clients and the servers, but<br class="gmail_msg">
> block the server between each other.<br class="gmail_msg">
<br class="gmail_msg">
This is not supported by tinc. I would normally recommend that you use<br class="gmail_msg">
one VPN per administrative domain, but if you are have 10 or more<br class="gmail_msg">
domains, I can see that this is becoming a hassle to set up. Still, it's<br class="gmail_msg">
only one tinc setup per server, only on the administrative clients you<br class="gmail_msg">
need to configure multiple tinc networks.<br class="gmail_msg">
<br class="gmail_msg">
> I couldn't find a way to do this with tinc, but meantime I'm using the<br class="gmail_msg">
> options Forwarding=kernel and tunnel_server=yes and a bunch of firewall<br class="gmail_msg">
> rules in order to accomplish the network topology I need. I don't have<br class="gmail_msg">
> direct connection between admin clients and the servers, but it works.<br class="gmail_msg">
<br class="gmail_msg">
That's the best alternative solution if you can live without direct<br class="gmail_msg">
connections.<br class="gmail_msg">
<br class="gmail_msg">
--<br class="gmail_msg">
Met vriendelijke groet / with kind regards,<br class="gmail_msg">
     Guus Sliepen <<a href="mailto:guus@tinc-vpn.org" class="gmail_msg" target="_blank">guus@tinc-vpn.org</a>><br class="gmail_msg">
<br class="gmail_msg"><br class="gmail_msg"><br class="gmail_msg">---------- Forwarded message ----------<br class="gmail_msg">From: Peter Schulze <<a href="mailto:ps@mailsnake.com" class="gmail_msg" target="_blank">ps@mailsnake.com</a>><br class="gmail_msg">To: <<a href="mailto:tinc@tinc-vpn.org" class="gmail_msg" target="_blank">tinc@tinc-vpn.org</a>><br class="gmail_msg">Cc: <br class="gmail_msg">Date: Thu, 29 Dec 2016 12:47:15 -0000<br class="gmail_msg">Subject: Compression not working between 1.1pre11 and 1.1pre14<br class="gmail_msg">Hello<br class="gmail_msg">
<br class="gmail_msg">
I have currently a larger network deployed using 1.1pre11.<br class="gmail_msg">
I have now tried to use 1.1pre14 on a remote system, but I have problems to<br class="gmail_msg">
make it work with compression enabled.<br class="gmail_msg">
<br class="gmail_msg">
It appears that a 1pre14 client cannot talk to a 1.1pre11 server with<br class="gmail_msg">
compression enabled, even though the tunnel is being established with no<br class="gmail_msg">
errors.<br class="gmail_msg">
<br class="gmail_msg">
I have tried both lzo and zlib with various levels, none works.<br class="gmail_msg">
<br class="gmail_msg">
It is however possible to ping through the tunnel, presumably because ICMP<br class="gmail_msg">
packets are not being compressed.<br class="gmail_msg">
<br class="gmail_msg">
The connection does work correctly when I disable compression (Compression =<br class="gmail_msg">
0) at both ends.<br class="gmail_msg">
<br class="gmail_msg">
A test also shows that 1pre14 to 1pre14 connections work with compression<br class="gmail_msg">
enabled.<br class="gmail_msg">
<br class="gmail_msg">
Thanks<br class="gmail_msg">
<br class="gmail_msg">
Peter<br class="gmail_msg">
<br class="gmail_msg">
<br class="gmail_msg">
<br class="gmail_msg">
<br class="gmail_msg"><br class="gmail_msg"><br class="gmail_msg">---------- Forwarded message ----------<br class="gmail_msg">From: Guus Sliepen <<a href="mailto:guus@tinc-vpn.org" class="gmail_msg" target="_blank">guus@tinc-vpn.org</a>><br class="gmail_msg">To: <a href="mailto:tinc@tinc-vpn.org" class="gmail_msg" target="_blank">tinc@tinc-vpn.org</a><br class="gmail_msg">Cc: <br class="gmail_msg">Date: Thu, 29 Dec 2016 13:36:55 +0100<br class="gmail_msg">Subject: Re: Accessing ip camera through a vpn client<br class="gmail_msg">On Thu, Dec 15, 2016 at 04:45:14PM +0200, sampsa wrote:<br class="gmail_msg">
<br class="gmail_msg">
> client name   [ip in eth0]    [ip in tun0]<br class="gmail_msg">
><br class="gmail_msg">
> gl752 (A)     192.168.1.33    10.0.0.1<br class="gmail_msg">
> xps13 (B)     192.168.1.55    10.0.0.2<br class="gmail_msg">
><br class="gmail_msg">
> I also have an ip camera connected to the local network at 192.168.1.21.<br class="gmail_msg">
[...]<br class="gmail_msg">
> I'd like to have the camera to have the ip address 10.0.0.21 in the tun0<br class="gmail_msg">
> interface.<br class="gmail_msg">
<br class="gmail_msg">
The main issue is then to get gl752 to translate the address of packets<br class="gmail_msg">
for 10.0.0.21 to 192.168.1.21, and vice versa.  Let's look at a packet<br class="gmail_msg">
being sent from xps13 to the camera:<br class="gmail_msg">
<br class="gmail_msg">
src: 10.0.0.2  dst: 10.0.0.21<br class="gmail_msg">
<br class="gmail_msg">
First, you have to ensure that tinc knows that packets to 10.0.0.21 have<br class="gmail_msg">
to go to gl752. So add "Subnet = 10.0.0.21" to hosts/gl752 on gl752<br class="gmail_msg">
itself. Now that the packet arrives at gl752, both the source and<br class="gmail_msg">
destination address have to be changed! The reason is that the camera is<br class="gmail_msg">
on a LAN that does not use the <a href="http://10.0.0.0/24" rel="noreferrer" class="gmail_msg" target="_blank">10.0.0.0/24</a> address range. What you want<br class="gmail_msg">
is to have the addresses translated so it looks like this:<br class="gmail_msg">
<br class="gmail_msg">
src: 192.168.1.33  dst: 192.168.1.21<br class="gmail_msg">
<br class="gmail_msg">
Or in other words, that it looks like the packet came from gl752 and is<br class="gmail_msg">
being sent to the camera. Now, if the camera sends a packet back, it<br class="gmail_msg">
will look like this:<br class="gmail_msg">
<br class="gmail_msg">
src: 192.168.1.21  dst: 192.168.1.33<br class="gmail_msg">
<br class="gmail_msg">
And now gl752 has to know that this packet is not actually sent to<br class="gmail_msg">
itself, but that it has to be forwarded back to xps13, so the forwarded<br class="gmail_msg">
packet has to look like:<br class="gmail_msg">
<br class="gmail_msg">
src: 10.0.0.21  dst: 10.0.0.2<br class="gmail_msg">
<br class="gmail_msg">
To do this, two firewall rules have to be added on gl752. The first is a<br class="gmail_msg">
rule that will translate the destination address 10.0.0.21 to<br class="gmail_msg">
<a href="http://192.168.1.21" rel="noreferrer" class="gmail_msg" target="_blank">192.168.1.21</a>:<br class="gmail_msg">
<br class="gmail_msg">
iptables -A PREROUTING -i tun0 -d 10.0.0.21 -j DNAT --to 192.168.1.21<br class="gmail_msg">
<br class="gmail_msg">
The second is to masquerade connections to the camera as coming from<br class="gmail_msg">
gl752 itself:<br class="gmail_msg">
<br class="gmail_msg">
iptabels -A POSTROUTING -o eth0 -s <a href="http://10.0.0.0/24" rel="noreferrer" class="gmail_msg" target="_blank">10.0.0.0/24</a> -d 192.168.1.21 -j MASQUERADE<br class="gmail_msg">
<br class="gmail_msg">
> The camera should be able to stream multicast as well.<br class="gmail_msg">
<br class="gmail_msg">
That will be even harder. While tinc handles multicast packets, it<br class="gmail_msg">
treats them as broadcast packets. Also, you need to ensure multicast<br class="gmail_msg">
packets from the LAN are forwarded to the VPN, and vice versa. I've<br class="gmail_msg">
never tried to set that up, so I can't help you with that.<br class="gmail_msg">
<br class="gmail_msg">
> 1) Is there any way to make tinc aware of a device that is accessible<br class="gmail_msg">
> through the client "xps13", i.e. some sort of "auto-mapping" 192.168.1.21 =><br class="gmail_msg">
> 10.0.0.21 (I remember openvpn had something like this..?).<br class="gmail_msg">
<br class="gmail_msg">
Tinc does not do any mapping itself, so you have to rely on your<br class="gmail_msg">
kernel's abilities, like described above.<br class="gmail_msg">
<br class="gmail_msg">
> 2) .. Or should I define "xps13" as being the gateway for "gl752", along the<br class="gmail_msg">
> lines of:<br class="gmail_msg">
><br class="gmail_msg">
> <a href="https://www.tinc-vpn.org/examples/redirect-gateway/" rel="noreferrer" class="gmail_msg" target="_blank">https://www.tinc-vpn.org/examples/redirect-gateway/</a><br class="gmail_msg">
<br class="gmail_msg">
No, that does not make sense.<br class="gmail_msg">
<br class="gmail_msg">
> 3) Or is the thing that I am trying to achieve here, better described as<br class="gmail_msg">
> "bridging", and I should do something along these lines .. ?<br class="gmail_msg">
><br class="gmail_msg">
> <a href="https://www.tinc-vpn.org/examples/bridging/" rel="noreferrer" class="gmail_msg" target="_blank">https://www.tinc-vpn.org/examples/bridging/</a><br class="gmail_msg">
<br class="gmail_msg">
Bridging could also be a solution, if you can have everything use the<br class="gmail_msg">
same address range (<a href="http://192.168.1.0/24" rel="noreferrer" class="gmail_msg" target="_blank">192.168.1.0/24</a>) without conflicts.<br class="gmail_msg">
<br class="gmail_msg">
--<br class="gmail_msg">
Met vriendelijke groet / with kind regards,<br class="gmail_msg">
     Guus Sliepen <<a href="mailto:guus@tinc-vpn.org" class="gmail_msg" target="_blank">guus@tinc-vpn.org</a>><br class="gmail_msg">
<br class="gmail_msg"><br class="gmail_msg"><br class="gmail_msg">---------- Forwarded message ----------<br class="gmail_msg">From: Guus Sliepen <<a href="mailto:guus@tinc-vpn.org" class="gmail_msg" target="_blank">guus@tinc-vpn.org</a>><br class="gmail_msg">To: <a href="mailto:tinc@tinc-vpn.org" class="gmail_msg" target="_blank">tinc@tinc-vpn.org</a><br class="gmail_msg">Cc: <br class="gmail_msg">Date: Thu, 29 Dec 2016 13:54:04 +0100<br class="gmail_msg">Subject: Re: tinc using docker containers<br class="gmail_msg">On Tue, Dec 27, 2016 at 12:16:04AM +0000, Guillermo Bisheimer wrote:<br class="gmail_msg">
<br class="gmail_msg">
> I've recently built a docker container to easily install and configure tinc<br class="gmail_msg">
> 1.1pre14 in any machine using docker containers. I've created a Github repo<br class="gmail_msg">
> in <a href="https://github.com/bys-control/docker-tinc" rel="noreferrer" class="gmail_msg" target="_blank">https://github.com/bys-control/docker-tinc</a><br class="gmail_msg">
<br class="gmail_msg">
Great! One comment: ifconfig is considered deprecated on Linux. I'm sure<br class="gmail_msg">
the command will stay around, but it is better to use the "ip" command<br class="gmail_msg">
in new projects. The recommended way to write a tinc-up script is:<br class="gmail_msg">
<br class="gmail_msg">
#!/bin/sh<br class="gmail_msg">
ip addr add $TINC_IP dev $INTERFACE<br class="gmail_msg">
ip link set dev $INTERFACE up<br class="gmail_msg">
<br class="gmail_msg">
You don't need a separate netmask, you can use CIDR notation (for<br class="gmail_msg">
example: TINC_IP=<a href="http://192.168.1.1/24" rel="noreferrer" class="gmail_msg" target="_blank">192.168.1.1/24</a>).<br class="gmail_msg">
<br class="gmail_msg">
> I'm working in a WEB based admin interface for managing tinc daemons. Right<br class="gmail_msg">
> now it's just a JSON API for tinc, but I'm working in developing the front<br class="gmail_msg">
> end.<br class="gmail_msg">
<br class="gmail_msg">
Interesting. I'd like to see the JSON API when it's finished, maybe this<br class="gmail_msg">
is something to be supported by tinc itself in the future.<br class="gmail_msg">
<br class="gmail_msg">
--<br class="gmail_msg">
Met vriendelijke groet / with kind regards,<br class="gmail_msg">
     Guus Sliepen <<a href="mailto:guus@tinc-vpn.org" class="gmail_msg" target="_blank">guus@tinc-vpn.org</a>><br class="gmail_msg">
<br class="gmail_msg"><br class="gmail_msg"><br class="gmail_msg">---------- Forwarded message ----------<br class="gmail_msg">From: Guus Sliepen <<a href="mailto:guus@tinc-vpn.org" class="gmail_msg" target="_blank">guus@tinc-vpn.org</a>><br class="gmail_msg">To: <a href="mailto:tinc@tinc-vpn.org" class="gmail_msg" target="_blank">tinc@tinc-vpn.org</a><br class="gmail_msg">Cc: <br class="gmail_msg">Date: Thu, 29 Dec 2016 14:15:21 +0100<br class="gmail_msg">Subject: Re: Compression not working between 1.1pre11 and 1.1pre14<br class="gmail_msg">On Thu, Dec 29, 2016 at 12:47:15PM -0000, Peter Schulze wrote:<br class="gmail_msg">
<br class="gmail_msg">
> It appears that a 1pre14 client cannot talk to a 1.1pre11 server with<br class="gmail_msg">
> compression enabled, even though the tunnel is being established with no<br class="gmail_msg">
> errors.<br class="gmail_msg">
<br class="gmail_msg">
Hm, nothing really changed wrt. compression between pre11 and pre14.<br class="gmail_msg">
I'll have to investigate to see what the problem is.<br class="gmail_msg">
<br class="gmail_msg">
--<br class="gmail_msg">
Met vriendelijke groet / with kind regards,<br class="gmail_msg">
     Guus Sliepen <<a href="mailto:guus@tinc-vpn.org" class="gmail_msg" target="_blank">guus@tinc-vpn.org</a>><br class="gmail_msg">
<br class="gmail_msg"><br class="gmail_msg"><br class="gmail_msg">---------- Forwarded message ----------<br class="gmail_msg">From: Guillermo Bisheimer <<a href="mailto:gbisheimer@bys-control.com.ar" class="gmail_msg" target="_blank">gbisheimer@bys-control.com.ar</a>><br class="gmail_msg">To: <a href="mailto:tinc@tinc-vpn.org" class="gmail_msg" target="_blank">tinc@tinc-vpn.org</a>, Guus Sliepen <<a href="mailto:guus@tinc-vpn.org" class="gmail_msg" target="_blank">guus@tinc-vpn.org</a>><br class="gmail_msg">Cc: <br class="gmail_msg">Date: Thu, 29 Dec 2016 16:02:04 +0000<br class="gmail_msg">Subject: Re: tinc using docker containers<br class="gmail_msg"><div dir="ltr" class="gmail_msg">Thanks for the ifconfig command replacement suggestion. I've already updated the github and docker repo with the changes.<br class="gmail_msg"><br class="gmail_msg"><div class="gmail_quote gmail_msg"><div dir="ltr" class="gmail_msg">El jue., 29 dic. 2016 a las 9:54, Guus Sliepen (<<a href="mailto:guus@tinc-vpn.org" class="gmail_msg" target="_blank">guus@tinc-vpn.org</a>>) escribió:<br class="gmail_msg"></div><blockquote class="gmail_quote gmail_msg" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, Dec 27, 2016 at 12:16:04AM +0000, Guillermo Bisheimer wrote:<br class="gmail_msg">
<br class="gmail_msg">
> I've recently built a docker container to easily install and configure tinc<br class="gmail_msg">
> 1.1pre14 in any machine using docker containers. I've created a Github repo<br class="gmail_msg">
> in <a href="https://github.com/bys-control/docker-tinc" rel="noreferrer" class="gmail_msg" target="_blank">https://github.com/bys-control/docker-tinc</a><br class="gmail_msg">
<br class="gmail_msg">
Great! One comment: ifconfig is considered deprecated on Linux. I'm sure<br class="gmail_msg">
the command will stay around, but it is better to use the "ip" command<br class="gmail_msg">
in new projects. The recommended way to write a tinc-up script is:<br class="gmail_msg">
<br class="gmail_msg">
#!/bin/sh<br class="gmail_msg">
ip addr add $TINC_IP dev $INTERFACE<br class="gmail_msg">
ip link set dev $INTERFACE up<br class="gmail_msg">
<br class="gmail_msg">
You don't need a separate netmask, you can use CIDR notation (for<br class="gmail_msg">
example: TINC_IP=<a href="http://192.168.1.1/24" rel="noreferrer" class="gmail_msg" target="_blank">192.168.1.1/24</a>).<br class="gmail_msg">
<br class="gmail_msg">
> I'm working in a WEB based admin interface for managing tinc daemons. Right<br class="gmail_msg">
> now it's just a JSON API for tinc, but I'm working in developing the front<br class="gmail_msg">
> end.<br class="gmail_msg">
<br class="gmail_msg">
Interesting. I'd like to see the JSON API when it's finished, maybe this<br class="gmail_msg">
is something to be supported by tinc itself in the future.<br class="gmail_msg">
<br class="gmail_msg">
--<br class="gmail_msg">
Met vriendelijke groet / with kind regards,<br class="gmail_msg">
     Guus Sliepen <<a href="mailto:guus@tinc-vpn.org" class="gmail_msg" target="_blank">guus@tinc-vpn.org</a>><br class="gmail_msg">
_______________________________________________<br class="gmail_msg">
tinc mailing list<br class="gmail_msg">
<a href="mailto:tinc@tinc-vpn.org" class="gmail_msg" target="_blank">tinc@tinc-vpn.org</a><br class="gmail_msg">
<a href="https://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc" rel="noreferrer" class="gmail_msg" target="_blank">https://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc</a><br class="gmail_msg">
</blockquote></div></div><div dir="ltr" class="gmail_msg">-- <br class="gmail_msg"></div><div data-smartmail="gmail_signature" class="gmail_msg"><div dir="ltr" class="gmail_msg"><p style="font-family:"helvetica neue",helvetica,arial,sans-serif;line-height:19.5px;margin:0cm 0cm 0.0001pt" class="gmail_msg"><b class="gmail_msg"><i class="gmail_msg"><span style="font-family:arial,sans-serif;color:rgb(31,73,125)" class="gmail_msg">Ing. Guillermo Bisheimer</span></i></b><span style="font-family:arial,sans-serif" class="gmail_msg"></span></p><p style="font-family:"helvetica neue",helvetica,arial,sans-serif;line-height:19.5px;margin:0cm 0cm 0.0001pt" class="gmail_msg"><b class="gmail_msg"><span style="font-family:arial,sans-serif;color:rgb(31,73,125)" class="gmail_msg">B&S Sistemas de Control y Equipamientos</span></b><span style="font-family:arial,sans-serif" class="gmail_msg"></span></p><p style="font-family:"helvetica neue",helvetica,arial,sans-serif;line-height:19.5px;margin:0cm 0cm 0.0001pt" class="gmail_msg"><span style="font-family:arial,sans-serif;color:rgb(79,129,189)" class="gmail_msg">Av. de los Constituyentes 1172</span><span style="font-family:arial,sans-serif" class="gmail_msg"></span></p><p style="font-family:"helvetica neue",helvetica,arial,sans-serif;line-height:19.5px;margin:0cm 0cm 0.0001pt" class="gmail_msg"><span style="font-family:arial,sans-serif;color:rgb(79,129,189)" class="gmail_msg">(E3116CIX) Crespo, Entre Ríos</span><span style="font-family:arial,sans-serif" class="gmail_msg"></span></p><p style="font-family:"helvetica neue",helvetica,arial,sans-serif;line-height:19.5px;margin:0cm 0cm 0.0001pt" class="gmail_msg"><span style="background-color:rgb(255,255,0)" class="gmail_msg"><span style="font-family:arial,sans-serif;color:rgb(79,129,189)" class="gmail_msg">Tel/Fax: (</span><font color="#4f81bd" face="Arial, sans-serif" class="gmail_msg">0343) 407-8990 (Nuevo número)</font></span></p><p style="font-family:"helvetica neue",helvetica,arial,sans-serif;line-height:19.5px;margin:0cm 0cm 0.0001pt" class="gmail_msg"><span style="font-family:arial,sans-serif;color:rgb(79,129,189)" class="gmail_msg">Cel: (0343) 154679052</span><span style="font-family:arial,sans-serif" class="gmail_msg"></span></p><p style="font-family:"helvetica neue",helvetica,arial,sans-serif;line-height:19.5px;margin:0cm 0cm 0.0001pt" class="gmail_msg"><span style="font-family:arial,sans-serif;color:rgb(31,73,125)" class="gmail_msg">WEB: </span><span style="font-size:10pt;font-family:arial,sans-serif;color:rgb(31,73,125)" class="gmail_msg"><a href="http://www.bys-control.com.ar/" class="gmail_msg" target="_blank">www.bys-control.com.ar</a></span><span style="font-family:arial,sans-serif" class="gmail_msg"></span></p><p style="font-family:"helvetica neue",helvetica,arial,sans-serif;line-height:19.5px;margin:0cm 0cm 0.0001pt" class="gmail_msg"><span style="font-family:arial,sans-serif;color:rgb(31,73,125)" class="gmail_msg">e-mail: <a href="mailto:gbisheimer@bys-control.com.ar" class="gmail_msg" target="_blank">gbisheimer@bys-control.com.ar</a></span><span style="font-family:arial,sans-serif" class="gmail_msg"></span></p><p style="font-family:"helvetica neue",helvetica,arial,sans-serif;line-height:19.5px;margin:0cm 0cm 0.0001pt" class="gmail_msg"><span style="font-family:arial,sans-serif;color:rgb(31,73,125)" class="gmail_msg">skype: guillermo.bisheimer</span></p></div></div>
_______________________________________________<br class="gmail_msg">
tinc mailing list<br class="gmail_msg">
<a href="mailto:tinc@tinc-vpn.org" class="gmail_msg" target="_blank">tinc@tinc-vpn.org</a><br class="gmail_msg">
<a href="https://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc" rel="noreferrer" class="gmail_msg" target="_blank">https://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc</a><br class="gmail_msg">
</blockquote></div></div></div>