VPN behind masquerading firewall 1.Opre7

Marcel de Vries marcel.de.vries at hccnet.nl
Thu Oct 3 12:56:29 CEST 2002


Dear Guus,

Sorry for the mess. I had the files in plain text in the mail.
I hope it's better now.

Greetings,
Marcel de Vries.


-----Oorspronkelijk bericht-----
Van: Guus Sliepen [mailto:guus at sliepen.eu.org]
Verzonden: donderdag 3 oktober 2002 11:27
Aan: Marcel de Vries
CC: tinc at nl.linux.org
Onderwerp: Re: VPN behind masquerading firewall 1.Opre7


On Thu, Oct 03, 2002 at 11:06:09AM +0200, Marcel de Vries wrote:

> I have some problems connecting to the other site of the VPN
> 
> Here are my configuration files on pc1
> Configuration files on pc2
[...]

Please send those files as attachments. I don't know what you were
trying to do, but your email was, no offence, a complete mess.

-- 
Met vriendelijke groet / with kind regards,
    Guus Sliepen <guus at sliepen.eu.org>
-------------- next part --------------
Subnet 10.69.189.132/32
Address 192.168.0.99 netmask 255.255.0.0
posrt 655

-----BEGIN RSA PUBLIC KEY-----
..
-----END RSA PUBLIC KEY-----

-------------- next part --------------
Subnet 10.69.189.134/32
Address 192.168.0.100
port = 655

-----BEGIN RSA PUBLIC KEY-----
...
-----END RSA PUBLIC KEY-----

-------------- next part --------------
Name = pc1
TapDevice = /dev/tap0
PrivateKeyFile = /usr/local/etc/tinc/test-vpn/rsa_key.priv
connectTo = kantoor
Hostnames = no
KeyExpire = 3600  
PingTimeout = 60


-------------- next part --------------
Name = pc2 
TapDevice = /dev/tap0
PrivateKeyFile = /usr/local/etc/tinc/test-vpn/rsa_key.priv
connectTo = pc1 
Hostnames = no
KeyExpire = 3600
PingTimeout = 60


-------------- next part --------------
#!/bin/bash
ifconfig tap0 down
ifconfig tap0 hw ether fe:fd:00:00:00:00
ifconfig tap0 10.69.189.132 netmask 255.255.255.255
ifconfig tap0 -arp

-------------- next part --------------
#!/bin/bash
ifconfig tap0 down
ifconfig tap0 hw ether fe:fd:00:00:00:00
ifconfig tap0 10.69.189.134 netmask 255.255.255.255
ifconfig tap0 -arp



More information about the Tinc mailing list