Displaying 1 result from an estimated 1 matches for "itfvpn".
Did you mean:
isivpn
2002 Dec 26
1
Questions about multiple Tinc daemons
...00:34, protocol 14) on Debian
potato. I did not want to go through fixing up all the dependencies
for compiling the dynamically linked version on potato.
I've had to cobble up a /etc/init.d/tinc so that it I can use the
normal /etc/tinc/ tree for the setup files.
/etc/tinc/nets.boot contains:
itfvpn
microvpn
/etc/tinc/itfvpn/tinc-up contains:
#!/bin/sh
ifconfig tap0 hw ether fe:fd:0:0:0:0
ifconfig tap0 192.168.1.250 netmask 255.255.0.0
ifconfig tap0 mtu 1400
ifconfig tap0 -arp
and cat /etc/tinc/microvpn/tinc-up contains:
#!/bin/sh
ifconfig tap1 hw ether fe:fd:0:0:0:0
ifconfig tap1 172.16.1.1...