RFH -> Request for Help.

Guus Sliepen guus at sliepen.warande.net
Mon Mar 27 21:02:25 CEST 2000


On Mon, 27 Mar 2000, Geoff Norton wrote:

>   I see packet go across vpn and get to 192.168.0.237, however
> 192.168.0.237 doesn't pass it over to the eth0 device to get to
> 192.168.0.3.

Make sure:

- ARP is off on the tap devices (ifconfig -arp tap0)
- routes are set correctly on all computers:
  192.168.0.3: route add 192.168.0.0 netmask 255.255.0.0 gw 192.168.0.237
  192.168.0.237: route add 192.168.0.0 netmask 255.255.255.0 eth0
- echo 1 >/proc/sys/net/ipv4/ip_forward
- firewall rules allow passage of such packets
- packets should NOT be masqueraded

Met vriendelijke groet,
Guus Sliepen.

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



More information about the Tinc mailing list