On Sun, May 27, 2007 at 05:37:23PM +1200, Volker Kuhlmann wrote:
> tcpdump shows on the SLP server box:
> 
> # tcpdump -a -v -i eth0 port 427
> tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes
> 17:17:27.053047 IP (tos 0x0, ttl   1, id 0, offset 0, flags [DF], proto: UDP 
> (17), length: 161) linux1.site.filenet-tms > 239.255.255.253.svrloc: UDP, 
> length 133
> 17:17:27.549483 IP (tos 0x0, ttl   1, id 0, offset 0, flags [DF], proto: UDP 
> (17), length: 161) linux1.site.filenet-tms > 239.255.255.253.svrloc: UDP, 
> length 133
> 17:17:28.049505 IP (tos 0x0, ttl   1, id 0, offset 0, flags [DF], proto: UDP 
> (17), length: 161) linux1.site.filenet-tms > 239.255.255.253.svrloc: UDP, 
> length 133
> 
> So the SLP server never sends a reply. Why?

Hard too tell without knowning the requests. Try

    tcpdump -x -s 1024 -v -i eth0 port 427

Cheers,
  Michael.

-- 
Michael Schroeder                                   [EMAIL PROTECTED]
SUSE LINUX Products GmbH, GF Markus Rex, HRB 16746 AG Nuernberg
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to