virtual interfaces

Sociedad Industrial Kunstmann S.A collicopmtt at surnet.cl
Mon Jan 19 21:58:39 CET 2004


Hello,
 
Tinc 1.0.1 brings up the virtual interfaces and the logs show nothing
unusual even in highest debug level. However, I can´t get both machines
to communicate. No ping, no ssh no nothing. Tcpdump on the virtual
interfaces is just empty.
 
If anyone could help me out with this, it would be great. I’m running
out of time it’s urgent.
 
Thank you,
 
Rodolfo Schwarzenberg K.
 
My confs:
 
Remote host:
 
Tinc.conf
Name = icarus
ConnectTo = daedalus
Compress = 9
Mode = router
PrivateKeyFile = /usr/local/etc/tinc/collico/rsa_key.priv
 
Tinc-up
#! /bin/sh
ifconfig $INTERFACE hw ether fe:fd:0:0:0:0
ifconfig $INTERFACE 10.0.12.1 netmask 255.255.0.0
 
host files
icarus (remote machine)
Subnet = 10.0.12.0/24
-----BEGIN RSA PUBLIC KEY-----
I erased this on purpose
-----END RSA PUBLIC KEY-----
 
daedalus (main node)
Address = the_real_ip_of_physical_interface_to_internet
Subnet = 10.0.11.0/24
-----BEGIN RSA PUBLIC KEY-----
I erased this on purpose
-----END RSA PUBLIC KEY-----
 
Main Node:
 
Tinc.conf
Name = daedalus
AddressFamily = ipv4
BindToInterface = eth0
Mode = router
#Compress = 9
Device = /dev/net/tun
PrivateKeyFile = /usr/local/etc/tinc/collico/rsa_key.priv
 
Tinc-up
#!/bin/sh
ifconfig $INTERFACE hw ether fe:fd:0:0:0:0
ifconfig $INTERFACE 10.0.11.1 netmask 255.255.0.0
 
Host files
 
Icarus (remote)
Subnet = 10.0.12.0/24
-----BEGIN RSA PUBLIC KEY-----
removed
-----END RSA PUBLIC KEY-----
 
daedalus (main)
Address = real_ip
Subnet = 10.0.11.0/24
-----BEGIN RSA PUBLIC KEY-----
removed
-----END RSA PUBLIC KEY-----
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://brouwer.uvt.nl/pipermail/tinc/attachments/20040119/d92ebe62/attachment.html


More information about the Tinc mailing list