LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   After adding default gw, the tcpdump & route command work strange. (https://www.linuxquestions.org/questions/linux-newbie-8/after-adding-default-gw-the-tcpdump-and-route-command-work-strange-610319/)

meir_katz 01-01-2008 03:53 AM

After adding default gw, the tcpdump & route command work strange.
 
route command display immediately all elements in routing table except the default gateway that display after 10 sec.

tcpdump command has delay of ~30 sec before start display the traffic.

Removing the default gw element from routing table solved the problem.

Thanks in advance

Uncle_Theodore 01-01-2008 04:01 AM

What if you try
route -n
and
tcpdump -n
? Is there still a delay?

meir_katz 01-01-2008 05:27 AM

thanks it help no delay
 
Why ?
In Linux 2.4 there is no need to use -n.
Thanks


All times are GMT -5. The time now is 09:01 AM.