Displaying 1 result from an estimated 1 matches for "1026d68c".
Did you mean:
1026688
2004 Dec 15
1
what am I doing wrong?
what am I doing wrong?
SERVER:
cat tinc.conf
Device=/dev/net/tun
Mode=switch
Name=server
PrivateKeyFile=/etc/tinc/vpn/rsa_key.priv
cat tinc-up
#!/bin/sh
ifconfig $INTERFACE 192.170.1.1 netmask
255.255.255.255
route add -host 192.170.1.2 dev $INTERFACE
route add -net 192.170.1.2 netmask 255.255.255.255 dev
$INTERFACE
cat hosts/server
Compression=9
Subnet=192.170.1.1/32
Address=192.169.1.1