On Wed, 24 May 2000, Matthijs Hoosemans wrote: You should apply some patch... The patch can be found if you read old mailing list archive!> Hi all, > > I have used tinc to get a vpn up and running I am almost there but have some > problems at the end. > > My config: > > Building A > Network 10.0.0.0 > netmask 255.255.255.0 > gateway 10.0.0.30 > tap0 device on gateway machine 10.0.0.31 > > Building B > Network 10.2.0.0 > netmask 255.255.255.0 > gateway 10.2.0.154 > tap0 device on gateway machine 10.2.0.155 > > from network A I can ping 10.2.0.154 but not the other machines behind it > from network B the same (ping 10.0.0.30) > > both networks are in the routing table (with the gateways 10.0.0.31 and > 10.2.0.155). > > Maybe someone can help. > > Thx, > > Matthijs Hoosemans > > - > 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/ >- 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/
On Wed, 24 May 2000, Matthijs Hoosemans wrote:> I have used tinc to get a vpn up and running I am almost there but have some > problems at the end.What version are you using?> My config:[...]> both networks are in the routing table (with the gateways 10.0.0.31 and > 10.2.0.155).(What I'm going to say now is for the 1.0pre2 versions.) For tinc, the tapdevice must have netmask 255.0.0.0. You don't need to specify gateways in your routing table, tinc will handle that. Add "VpnMask=255.0.0.0" to the tinc.conf files on both tinc gateways. The IP address of the tap device is allowed to have the same IP as the real ethernet interface of the gateways by the way. 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/
Matthijs Hoosemans wrote:> from network A I can ping 10.2.0.154 but not the other machines behind it > from network B the same (ping 10.0.0.30)Did you set up an ipchains forward chain? -- Ivo Timmermans Deja moo: the feeling you've heard this bullshit before. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 232 bytes Desc: not available Url : http://brouwer.uvt.nl/pipermail/tinc/attachments/20000524/d2aa6fff/attachment.pgp
Hi all, I have used tinc to get a vpn up and running I am almost there but have some problems at the end. My config: Building A Network 10.0.0.0 netmask 255.255.255.0 gateway 10.0.0.30 tap0 device on gateway machine 10.0.0.31 Building B Network 10.2.0.0 netmask 255.255.255.0 gateway 10.2.0.154 tap0 device on gateway machine 10.2.0.155 from network A I can ping 10.2.0.154 but not the other machines behind it from network B the same (ping 10.0.0.30) both networks are in the routing table (with the gateways 10.0.0.31 and 10.2.0.155). Maybe someone can help. Thx, Matthijs Hoosemans - 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/