This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is it normal to have this amount of TCP / UDP drop

I have this problem with an unstable connection and I haven't a clue where to start looking.  I'm running a server that is accessed through port 211, but it is very slow and drops it connection very often.
Going through the log files I see TCP and UDP drops every couple of secs.  Is this normal?


23:51:31 UDP Drop 216.32.75.42 3438  ->  192.168.101.2 1026 UDP  
23:51:31 UDP Drop 192.168.100.249 137  ->  255.255.255.255 137 UDP  
23:51:34 UDP Drop 192.168.100.249 138  ->  255.255.255.255 138 UDP  
23:51:34 UDP Drop 192.168.100.249 137  ->  255.255.255.255 137 UDP  
23:51:35 UDP Drop 192.168.100.249 137  ->  255.255.255.255 137 UDP  
23:51:36 UDP Drop 192.168.100.249 137  ->  255.255.255.255 137 UDP  
23:51:47 TCP Drop 80.200.231.32 2009  ->  192.168.101.2 135 TCP SYN  
23:51:50 TCP Drop 80.200.231.32 2009  ->  192.168.101.2 135 TCP SYN  
23:52:45 UDP Drop 192.168.100.5 138  ->  192.168.100.255 138 UDP  
23:52:48 UDP Drop 192.168.100.249 68  ->  255.255.255.255 67 UDP  
23:52:49 TCP Drop 80.200.150.75 4077  ->  192.168.101.2 445 TCP SYN  
23:52:51 UDP Drop 192.168.100.249 68  ->  255.255.255.255 67 UDP  
23:52:52 TCP Drop 80.200.150.75 4077  ->  192.168.101.2 445 TCP SYN  
23:52:57 UDP Drop 192.168.100.17 138  ->  192.168.100.255 138 UDP  
23:52:57 UDP Drop 192.168.100.7 138  ->  192.168.100.255 138 UDP  
23:52:57 UDP Drop 192.168.100.249 137  ->  255.255.255.255 137 UDP  
23:52:58 UDP Drop 192.168.100.249 137  ->  255.255.255.255 137 UDP  
23:52:59 UDP Drop 192.168.100.249 137  ->  255.255.255.255 137 UDP  
23:53:00 UDP Drop 192.168.100.249 137  ->  255.255.255.255 137 UDP  
23:53:14 TCP Drop 80.200.150.38 1029  ->  192.168.101.2 135 TCP SYN


This thread was automatically locked due to age.
Parents
  • Ports 67 & 68 are DHCP broadcasts.

    Ports 135-139 & 445 are Windows netbios packets. (broadcasts in this case, judging by the .255 addresses)
    If they are filling up your logs, you can safely drop them.
    Search the forums for netbios for more info.

    Barry
Reply
  • Ports 67 & 68 are DHCP broadcasts.

    Ports 135-139 & 445 are Windows netbios packets. (broadcasts in this case, judging by the .255 addresses)
    If they are filling up your logs, you can safely drop them.
    Search the forums for netbios for more info.

    Barry
Children
No Data