Linux box as network gateway

Aaron Anderson anderson.aaron at gmail.com
Wed Mar 19 19:44:15 CET 2014


Does connecting to that machine get you access to other machines on
the network? That's what I'm having trouble with. I want to connect to
machines that do not have tinc installed.

On Wed, Mar 19, 2014 at 2:30 PM, vmlinux <vmlinux at charter.net> wrote:
> Aaron Anderson said  on 03/19/2014 01:23 PM:
>> I do already have those installed. I was really hoping for someone who
>> had some already working configs or examples.
>
> # /etc/tinc/myvpn/tinc.conf
> Name = mynode
> AddressFamily = ipv4
> interface = tinc0
>
> # /etc/tinc/myvpn/tinc-up
> #!/bin/bash
> ifconfig $INTERFACE 10.10.10.1 netmask 255.255.255.0
>
> # /etc/tinc/myvpn/tinc-down
> #!/bin/bash
> ifconfig $INTERFACE down
>
> # tincd -n myvpn
>
> _______________________________________________
> tinc mailing list
> tinc at tinc-vpn.org
> http://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc


More information about the tinc mailing list