1

Im trying to connect 5 virtual machines using quagga but for some reason one of my virtual routers appears as inactive, when I use "show ip route" my router with IP "192.168.2.2" is inactive http://i.imgur.com/GV5eeWI.jpg

How can I activate my router?

erick
  • 11
  • 2
  • Not sure if it helps, but try to check your interfaces (their state, e.g. if they are up) using 'show interfaces' command. Also see here: http://www.cisco.com/en/US/products/hw/switches/ps708/products_tech_note09186a008015bfd6.shtml#inact – Andrey Sapegin Jan 17 '14 at 15:24

1 Answers1

1

You appear to have no route towards 192.168.2.2, so Quagga is unable to install a route through it. You are probably missing a kernel or static route towards 192.168.2.0/24.

jch
  • 460
  • 2
  • 8