Hi Nitin, First of all, you can verify that ntpd is responding on ingress with netcat : nc -u ingress 123 (udp connection on port 123) also try a netstat -an on ingress to be sure that the port 123 is in listen state... I recently install ntpdate, and it has worked as a client and a local ntp server immediatly. Good Luck, Yannick / Annecy in France -----Message d''origine----- De : lartc-admin@mailman.ds9a.nl [mailto:lartc-admin@mailman.ds9a.nl]De la part de nitin panjwani Envoye : mercredi 20 novembre 2002 08:42 A : lartc@mailman.ds9a.nl Objet : [LARTC] ntpd Hi All, I am trying measure some traffic delay between two of my linux boxes. For this I run ntpd at ingress and did ntpdate at egress. But my ntpdate didn''t work and I got the following error: ''no suitable server for synchronization found'' Seems like I need to do some configuration at server end. AS when I do ntpdate for external server it works well. Can anyone help me in this. Is there any mailing list about ntpd so that I can ask this over there. Thanks, Nitin __________________________________________________ Do you Yahoo!? Yahoo! Web Hosting - Let the expert host your site http://webhosting.yahoo.com _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
Hi All, I am running zebra''s ospfd version 0.93a in my network. On one of my extreme end router when I do ''ip route show'' I can see that there are some routes learnt by zebra, but it doesn''t show the associated matric. When I do ''sh ip route'' at ospfd''s terminal I am able to see the associated matrices. I am not able to reach the nodes learnt by ospf, but on;y to directy connected node. Can anyone suggest me how should I resolve this problem. Thanks, NItin __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus Powerful. Affordable. Sign up now. http://mailplus.yahoo.com _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
Hi All, I want to measure how much time a packet takes inside a hop. For this I want to measure the time when the packet enter at an interface and also when it leaves the other interface. What is the easiest_and_quickest way to do it.I have project due for which I need to submit these results. I tried to run Ethereal at two interfaces, but it provided me the same time which is at .1ms level so I could not calculate the processing time inside the hop. What can be the way to get better precision? Is there any way to get this info using skbuff? Thanks, Nitin __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus Powerful. Affordable. Sign up now. http://mailplus.yahoo.com _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
On Wed, Nov 20, 2002 at 08:29:10PM -0800, nitin panjwani wrote:> Hi All, > I am running zebra''s ospfd version 0.93a in my > network. > On one of my extreme end router when I do ''ip route > show'' I can see that there are some routes learnt by > zebra, but it doesn''t show the associated matric.You should be able to see the "weight" there.> When I do ''sh ip route'' at ospfd''s terminal I am able to > see the associated matrices.What you see in ospfd is the OSPF database and not the routing table itself. ospfd would calculate the best route based on its database and would only pass that best route to zebra which installs it in the routing table.> I am not able to reach > the nodes learnt by ospf, but on;y to directy > connected node.What is the topology and the configuration of your ospfd and an exerpt of your routing table. Ramin> > Can anyone suggest me how should I resolve this > problem. > > Thanks, > NItin_______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/