Hello, Im facing problem in pinging between, two vlan interfaces which were created over GRE interfaces We were able to ping between, GRE tunnels created over two machines. Does, creation of VLAN over GRE tunnel differs ? Used following commands to create tunnel and vlan: ---------------------- ip tunnel add GRE mode gre remote 192.168.64.122 local 192.168.64.123 ifconfig GRE up vconfig add GRE 111 ifconfig GRE.111 up ifconfig GRE.111 21.1.1.1/24 pointopoint 21.1.1.2 route add -net 21.1.1.0/24 gw 21.1.1.254 dev GRE.111 --------------------- we had done this in both the machines, we were able to ping between both the GRE tunnels, but not on both the VLAN's interface(GRE.111). Does anything i missed here, in creation of vlan interface over GRE tunnel interface. Thanks, Madhukar. -- To unsubscribe from this list: send the line "unsubscribe linux-net" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html