Dear All, I am trying to enable router mode of tinc on Windows 7 platform. Although I have enabled the router mode and IP routing in Windows 7 PC (Network A Server). The PC B is still unable to connect the Network A and PC A. But the Network A and PC A is able to communicate each other via tinc. Please help and advise me any incorrect of that. Network A server Real - LAN adapter IP: 192.168.1.1 tincVPN IP: 192.168.254.1 IP routing enabled = yes Tinc.conf (Network A) AddressFamily = ipv4 Name = NetworkA Interface = tincVPN Mode = Router NetworkA Subnet = 192.168.254.0/24 -----BEGIN RSA PUBLIC KEY----- XXX -----END RSA PUBLIC KEY----- Tinc.conf (PC A) AddressFamily = ipv4 Name = PCA Interface = tincVPN ConnectTo = NetworkA PC A Subnet = 192.168.254.2/32 -----BEGIN RSA PUBLIC KEY----- XXX -----END RSA PUBLIC KEY----- PC B PC B doesn't have install the tinc. I just added the below route on PC B. And PC B is able to communicate Network A LAN IP 192.168.1.1 C:\> route add 192.168.254.0 mask 255.255.255.0 192.168.1.1 Thanks, Eric -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20120424/dcfbf898/attachment.html>
Dear All, I am trying to enable router mode of tinc on Windows 7 platform. Although I have enabled the router mode and IP routing in Windows 7 PC (Network A Server). The PC B is still unable to connect the Network A and PC A. But the Network A and PC A is able to communicate each other via tinc. Please help and advise me any incorrect of that. Network A server Real - LAN adapter IP: 192.168.1.1 tincVPN IP: 192.168.254.1 IP routing enabled = yes Tinc.conf (Network A) AddressFamily = ipv4 Name = NetworkA Interface = tincVPN Mode = Router NetworkA Subnet = 192.168.254.0/24 -----BEGIN RSA PUBLIC KEY----- XXX -----END RSA PUBLIC KEY----- Tinc.conf (PC A) AddressFamily = ipv4 Name = PCA Interface = tincVPN ConnectTo = NetworkA PC A Subnet = 192.168.254.2/32 -----BEGIN RSA PUBLIC KEY----- XXX -----END RSA PUBLIC KEY----- PC B PC B doesn?t have install the tinc. I just added the below route on PC B. And PC B is able to communicate Network A LAN IP 192.168.1.1 C:\> route add 192.168.254.0 mask 255.255.255.0 192.168.1.1 Thanks, Eric P Please consider your environmental responsibility. Before printing this e-mail message, ask yourself whether you really need a hard copy. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20120424/5d8960f6/attachment.html>
> NetworkA > Subnet = 192.168.254.0/24Not shure if I got it all correct. Did you add Subnet 192.168.1.0/24 in hosts file of serverA? If not, networkB does not know that 192.168.1.1 is available via serverA. Does serverB route 192.168.1.0/24 to tinc device? ALBI...