Hello,
At 23:15 21/09/01 -0400, you wrote:
>hi,
>
>First try tcpdump -i eth0 -n
>
>see what is the src ip .. give the exact one to src host.
>


[root@gandalf ~]# tcpdump -i atm0 -n | more
tcpdump: listening on atm0
20:27:37.100000 192.168.222.24.7000 > 192.168.211.21.5002:  rx type 0 (512) (DF)
20:27:37.100000 192.168.222.24.7000 > 192.168.211.21.5002:  rx type 0 (512) (DF)
20:27:37.110000 192.168.222.24.7000 > 192.168.211.21.5002:  rx type 0 (512) (DF)
20:27:37.110000 192.168.222.24.7000 > 192.168.211.21.5002:  rx type 0 (512) (DF)
20:27:37.110000 192.168.222.24.7000 > 192.168.211.21.5002:  rx type 0 (512) (DF)
20:27:37.110000 192.168.222.24.7000 > 192.168.211.21.5002:  rx type 0 (512) (DF)
20:27:37.110000 192.168.222.24.7000 > 192.168.211.21.5002:  rx type 0 (512) (DF)
20:27:37.110000 192.168.222.24.7000 > 192.168.211.21.5002:  rx type 0 (512) (DF)
20:27:37.110000 192.168.222.24.7000 > 192.168.211.21.5002:  rx type 0 (512) (DF)
20:27:37.110000 192.168.222.24.7000 > 192.168.211.21.5002:  rx type 0 (512) (DF)
20:27:37.110000 192.168.222.24.7000 > 192.168.211.21.5002:  rx type 0 (512) (DF)
20:27:37.110000 192.168.222.24.7000 > 192.168.211.21.5002:  rx type 0 (512) (DF)
20:27:37.110000 192.168.222.24.7000 > 192.168.211.21.5002:  rx type 0 (512) (DF)
20:27:37.110000 192.168.222.24.7000 > 192.168.211.21.5002:  rx type 0 (512) (DF)
20:27:37.110000 192.168.222.24.7000 > 192.168.211.21.5002:  rx type 0 (512) (DF)
20:27:37.120000 192.168.222.24.7000 > 192.168.211.21.5002:  rx type 0 (512) (DF)
20:27:37.120000 192.168.222.24.7000 > 192.168.211.21.5002:  rx type 0 (512) (DF)
20:27:37.120000 192.168.222.24.7000 > 192.168.211.21.5002:  rx type 0 (512) (DF)
20:27:37.120000 192.168.222.24.7000 > 192.168.211.21.5002:  rx type 0 (512) (DF)
20:27:37.120000 192.168.222.24.7000 > 192.168.211.21.5002:  rx type 0 (512) (DF)
20:27:37.120000 192.168.222.24.7000 > 192.168.211.21.5002:  rx type 0 (512) (DF)
20:27:37.120000 192.168.222.24.7000 > 192.168.211.21.5002:  rx type 0 (512) (DF)
20:27:37.120000 192.168.222.24.7000 > 192.168.211.21.5002:  rx type 0 (512) (DF)
20:27:37.120000 192.168.222.24.7000 > 192.168.211.21.5002:  rx type 0 (512) (DF)
20:27:37.120000 192.168.222.24.7000 > 192.168.211.21.5002:  rx type 0 (512) (DF)
20:27:37.120000 192.168.222.24.7000 > 192.168.211.21.5002:  rx type 0 (512) (DF)
20:27:37.120000 192.168.222.24.7000 > 192.168.211.21.5002:  rx type 0 (512) (DF)
20:27:37.120000 192.168.222.24.7000 > 192.168.211.21.5002:  rx type 0 (512) (DF)
20:27:37.120000 192.168.222.24.7000 > 192.168.211.21.5002:  rx type 0 (512) (DF)

ok...the src ip is 192.168.222.24 and the dst ip is 192.168.211.21
[root@gandalf ~]# tcpdump -i atm0 -n src host 192.168.222.24
tcpdump: listening on atm0

[root@gandalf ~]# tcpdump -i atm0 -n dst  host 192.168.211.21
tcpdump: listening on atm0



>let me know what happened.
>
>
>
nothing... :(
>cheers
>ashley
>

Thanks very much
Mercia



-
This is the TCPDUMP workers list. It is archived at
http://www.tcpdump.org/lists/workers/index.html
To unsubscribe use mailto:[EMAIL PROTECTED]?body=unsubscribe

Reply via email to