Linux box as network gateway
vmlinux
vmlinux at charter.net
Wed Mar 19 19:30:07 CET 2014
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
More information about the tinc
mailing list