Hello everybody! I'm new with Vyatta, and I'm using VC3, and I have a problem with static routes and qualified-next-hop which is very important for my network implementation.
I've got a static route to 10.100.153.0/24 through 10.100.153.100 (Wan interface) and a qualified-next-hop throug (10.100.240.3) and when I unplug the wan interface to make a probe occurs. >>>>Vyatta's Routes vyatta at vyatta> show route Routes: 5/5, Paths: 5/5 10.100.120.0/24 [connected(0)] > to 10.100.120.2 via eth3 10.100.153.0/24 [static(2)] > to 10.100.240.3 via eth1 <- It has changed the route ... >>>>Kernel's Routes vyatta:~# route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.100.153.0 * 255.255.255.0 U 0 0 0 eth2 <- This one already exists and has a better metric than the new one. 10.100.153.0 10.100.240.3 255.255.255.0 UG 2 0 0 eth1 <- Vyatta has introduced a new route ..... >>>> /var/log/messages Oct 31 09:26:20 localhost xorp_rib: [ 2007/10/31 09:26:20 ERROR xorp_rib:4211 RIB +138 /home/autobuild/builds/master/2007-10-24-0001/ofr/xorp/xorp/rib/rt_tab_origin.cc delete_route ] OT: attempt to delete a route that doesn't exist: 10.100.153.0/24 When I delete the 10.100.153.0/24 with metric 0, like "xorp_rib" wanted to do (route del -net 10.100.153.0/24) everything work fine. Please help me, thank you Manuel J Romero _______________________________________________ Vyatta-users mailing list Vyatta-users@mailman.vyatta.com http://mailman.vyatta.com/mailman/listinfo/vyatta-users