<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt">Hello everyone,<br><br> I'm new to TINC. Today, I've started using it, and now I've a network on around 9 dedicated servers and 15+ VPS <br> into a single VPN. I switched from OpenVPN.<br> <br> But, I've a problem adding another node to the VPN. <br> <br> Basically this node is a VPS with two IPs, on a single eth0, with eth0 -> IP1, eth0:1 -> IP2. IP1 and IP2 are on<br> different subnets, so they have two different gateways. This is a CentOS 5 box, so I've edited ifcfg-eth0 and<br> ifcfg-eth0:1 and manually added GATEWAY=n.n.n.n statements for each IP (in each ifcfg-<interface> file).<br> <br> But, TINC is unable to ping any other hosts. It seems to be a route problem caused by multiple default
gateways,<br> one for each real public IP / subnet. May I need to add a default gateway for TINC ?!? How to do that ???<br> <br> Destination Gateway Genmask Flags Metric Ref Use Iface<br> xxx.yyy.zzz.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0<br> 10.8.0.0 0.0.0.0 255.255.255.0 U 0 0 0 tun0<br> xxx.yyy.vvv.0
0.0.0.0 255.255.255.0 U 0 0 0 eth0<br> 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0<br> 0.0.0.0 xxx.yyy.zzz.1 0.0.0.0 UG 0 0 0 eth0<br> 0.0.0.0 xxx.yyy.vvv.1 0.0.0.0 UG 0
0 0 eth0<br> <br>Thanks!<br>--C <br><div></div></div></body></html>