tinc-1.0pre7-i386-1.tgz

Marcel de Vries marcel.de.vries at hccnet.nl
Thu Aug 15 13:19:08 CEST 2002


Beste tinc-developer,

Ik moet van mijn baas een aantal VPN's aanleggen en ben nu thuis bezig om te 
testen. Ik heb 2 computers in een thuisnetwerkje (totaal 6 computers) 
geinstalleerd met SuSe 7.3, daar de klanten dit ook hebben. De computers zijn 
verbonden met een switch.


Dit is de inhoud van mijn bestanden:

Op computer 1 genaamd suse met ip 192.168.0.99 netmask 255.255.255.0

/etc/tinc/tinc.conf:

Name = suse
TapDevice = /dev/tun
PrivateKeyFile = /etc/tinc/test-vpn/rsa_key.priv
ConnectTo = Arnout
Hostnames = no
KeyExpire = 3600
PingTimeout = 60

/etc/tinc/test-vpn/tinc-up

#!/bin/sh

ifconfig eth0 down
ifconfig eth0 hw ether fe:fd:00:00:00:00
ifconfig eth0 192.168.0.99 netmask 255.255.255.0
ifconfig eth0 -arp

/etc/tinc/test-vpn/tinc.conf

Name = suse
TapDevice = /dev/tun
PrivateKeyFile = /etc/tinc/test-vpn/rsa_key.priv
ConnectTo = arnout
Hostnames = no
KeyExpire = 3600
PingTimeout = 60

/etc/tinc/test-vpn/hosts/suse

Subnet 192.168.0.0/24
Address 192.168.0.99
port = 655

-----BEGIN RSA PUBLIC KEY-----
hier staat de key
-----END RSA PUBLIC KEY-----

/etc/tinc/test-vpn/hosts/arnout

Subnet = 192.168.0.0/24
Address = 192.168.0.89
port = 655

-----BEGIN RSA PUBLIC KEY-----
hier staat de key
-----END RSA PUBLIC KEY-----

Op computer 1 genaamd suse met ip 192.168.0.99 netmask 255.255.255.0

/etc/tinc/tinc.conf:

Name = suse
TapDevice = /dev/tun
PrivateKeyFile = /etc/tinc/test-vpn/rsa_key.priv
ConnectTo = Arnout
Hostnames = no
KeyExpire = 3600
PingTimeout = 60

/etc/tinc/test-vpn/tinc-up

#!/bin/sh

ifconfig eth0 down
ifconfig eth0 hw ether fe:fd:00:00:00:00
ifconfig eth0 192.168.0.99 netmask 255.255.255.0
ifconfig eth0 -arp

/etc/tinc/test-vpn/tinc.conf

Name = suse
TapDevice = /dev/tun
PrivateKeyFile = /etc/tinc/test-vpn/rsa_key.priv
ConnectTo = arnout
Hostnames = no
KeyExpire = 3600
PingTimeout = 60

/etc/tinc/test-vpn/hosts/suse

Subnet 192.168.0.0/24
Address 192.168.0.99
port = 655

-----BEGIN RSA PUBLIC KEY-----
hier staat de key
-----END RSA PUBLIC KEY-----

/etc/tinc/test-vpn/hosts/arnout

Subnet = 192.168.0.0/24
Address = 192.168.0.89
port = 655

-----BEGIN RSA PUBLIC KEY-----
hier staat de key
-----END RSA PUBLIC KEY-----

Op computer 1 genaamd suse met ip 192.168.0.99 netmask 255.255.255.0

/etc/tinc/tinc.conf:

Name = suse
TapDevice = /dev/tun
PrivateKeyFile = /etc/tinc/test-vpn/rsa_key.priv
ConnectTo = Arnout
Hostnames = no
KeyExpire = 3600
PingTimeout = 60

/etc/tinc/test-vpn/tinc-up

#!/bin/sh

ifconfig eth0 down
ifconfig eth0 hw ether fe:fd:00:00:00:00
ifconfig eth0 192.168.0.99 netmask 255.255.255.0
ifconfig eth0 -arp

/etc/tinc/test-vpn/tinc.conf

Name = suse
TapDevice = /dev/tun
PrivateKeyFile = /etc/tinc/test-vpn/rsa_key.priv
ConnectTo = arnout
Hostnames = no
KeyExpire = 3600
PingTimeout = 60

Na het aanmaken van de keys met:
#./tincd -n test-vpn -K
wordt de public key in /etc/tinc/test-vpn/suse op suse opgeslagen en op 
arnout wordt de public key in /etc/tinc/test-vpn/arnout opgesagen.

Deze bestanden heb ik naar de ander computer gekopieerd in 
/etc/tinc/test-vpn/hosts/arnout en /etc/tinc/test-vpn/hosts/suse
Dus van arnout naar suse en andersom.

/etc/tinc/test-vpn/hosts/suse

Subnet 192.168.0.0/24
Address 192.168.0.99
port = 655

-----BEGIN RSA PUBLIC KEY-----
hier staat de key
-----END RSA PUBLIC KEY-----

/etc/tinc/test-vpn/hosts/arnout

Subnet = 192.168.0.0/24
Address = 192.168.0.89
port = 655

-----BEGIN RSA PUBLIC KEY-----
hier staat de key
-----END RSA PUBLIC KEY-----

Op computer 2 genaamd arnout met ip 192.168.0.89 netmask 255.255.255.0

/etc/tinc/tinc.conf:

Name = arnout
TapDevice = /dev/tun
PrivateKeyFile = /etc/tinc/test-vpn/rsa_key.priv
ConnectTo = suse
Hostnames = no
KeyExpire = 3600
PingTimeout = 60

/etc/tinc/test-vpn/tinc-up

#!/bin/sh

ifconfig eth0 down
ifconfig eth0 hw ether fe:fd:00:00:00:00
ifconfig eth0 192.168.0.99 netmask 255.255.255.0
ifconfig eth0 -arp

/etc/tinc/test-vpn/tinc.conf

Name = arnout
TapDevice = /dev/tun
PrivateKeyFile = /etc/tinc/test-vpn/rsa_key.priv
ConnectTo = suse
Hostnames = no
KeyExpire = 3600
PingTimeout = 60

/etc/tinc/test-vpn/hosts/suse

Subnet 192.168.0.0/24
Address 192.168.0.99
port = 655

-----BEGIN RSA PUBLIC KEY-----
hier staat de key
-----END RSA PUBLIC KEY-----

/etc/tinc/test-vpn/hosts/arnout

Subnet = 192.168.0.0/24
Address = 192.168.0.89
port = 655

-----BEGIN RSA PUBLIC KEY-----
hier staat de key
-----END RSA PUBLIC KEY-----

Op computer 1 genaamd suse met ip 192.168.0.99 netmask 255.255.255.0

/etc/tinc/tinc.conf:

Name = suse
TapDevice = /dev/tun
PrivateKeyFile = /etc/tinc/test-vpn/rsa_key.priv
ConnectTo = Arnout
Hostnames = no
KeyExpire = 3600
PingTimeout = 60

/etc/tinc/test-vpn/tinc-up

#!/bin/sh

ifconfig eth0 down
ifconfig eth0 hw ether fe:fd:00:00:00:00
ifconfig eth0 192.168.0.99 netmask 255.255.255.0
ifconfig eth0 -arp

/etc/tinc/test-vpn/tinc.conf

Name = suse
TapDevice = /dev/tun
PrivateKeyFile = /etc/tinc/test-vpn/rsa_key.priv
ConnectTo = arnout
Hostnames = no
KeyExpire = 3600
PingTimeout = 60

/etc/tinc/test-vpn/hosts/suse

Subnet 192.168.0.0/24
Address 192.168.0.99
port = 655

-----BEGIN RSA PUBLIC KEY-----
hier staat de key
-----END RSA PUBLIC KEY-----

/etc/tinc/test-vpn/hosts/arnout

Subnet = 192.168.0.0/24
Address = 192.168.0.89
port = 655

-----BEGIN RSA PUBLIC KEY-----
hier staat de key
-----END RSA PUBLIC KEY-----


Op computer 2 genaamd suse met ip 192.168.0.89 netmask 255.255.255.0

/etc/tinc/tinc.conf:

Name = arnout
TapDevice = /dev/tun
PrivateKeyFile = /etc/tinc/test-vpn/rsa_key.priv
ConnectTo = suse
Hostnames = no
KeyExpire = 3600
PingTimeout = 60

/etc/tinc/test-vpn/tinc-up

#!/bin/sh

ifconfig eth0 down
ifconfig eth0 hw ether fe:fd:00:00:00:00
ifconfig eth0 192.168.0.99 netmask 255.255.255.0
ifconfig eth0 -arp

/etc/tinc/test-vpn/tinc.conf

Name = arnout
TapDevice = /dev/tun
PrivateKeyFile = /etc/tinc/test-vpn/rsa_key.priv
ConnectTo = suse
Hostnames = no
KeyExpire = 3600
PingTimeout = 60

/etc/tinc/test-vpn/hosts/suse

Subnet 192.168.0.0/24
Address 192.168.0.99
port = 655

-----BEGIN RSA PUBLIC KEY-----
hier staat de key
-----END RSA PUBLIC KEY-----

/etc/tinc/test-vpn/hosts/arnout

Subnet = 192.168.0.0/24
Address = 192.168.0.89
port = 655

Eerst doe ik:
#./tinc-up
daarna:
#./tincd -n test-vpn

in /var/log/messages staat:

aug 15 11:23:27 suse tinc.test-vpn[1248]: tincd 1.0pre7 starting
aug 15 11:23:27 suse tinc.test-vpn[1248]: /dev/misc/net/tun is a Linux 
tun/tap device
aug 15 11:23:27 suse tinc.test-vpn[1248]: Ready

Probleem is dat ik niets meer kan doen. Als ik probeer te pingen lukt dat 
niet. Ook niet naar mijn router. Internetten of mailen lukt ook niet meer.
Hoe komt dat? Wat doe ik verkeerd? Hoe stuur ik iets door de tunnel?

Ik hoop dat je me kan helpen?

bij voorbaad dank.

Groet,
Marcel de Vries.




Tinc:         Discussion list about the tinc VPN daemon
Archive:      http://mail.nl.linux.org/lists/
Tinc site:    http://tinc.nl.linux.org/




More information about the Tinc mailing list