LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   ipvsadm session packet capture (https://www.linuxquestions.org/questions/linux-server-73/ipvsadm-session-packet-capture-655507/)

zmunawar1 07-13-2008 03:08 PM

ipvsadm session packet capture
 
I have configure IPVSADM as follows.

[root@localhost ~]# ipvsadm -l
IP Virtual Server version 1.2.1 (size=4096)
Prot LocalAddress:Port Scheduler Flags
-> RemoteAddress:Port Forward Weight ActiveConn InActConn
TCP 172.28.65.229:ms-wbt-server wlc
-> 172.28.65.230:ms-wbt-server Route 1 0 0


Now when i do a RDP from my laptop to 172.28.65.229 , it take me to the XP machine i.e 172.28.65.230 successfully.Things are working good.

The only problem is i want to sniff packets on my laptop. But when i run ethereal and do a RDP session to 172.28.65.229 , i cant get any sniffing packets.Although RDP session is successful. I don't know the reason. I do a ping to 172.28.65.229 from my laptop , and ethereal showed ICMP packet captured.It is not capturing only the RDP session packets. Anybody have any idea?


All times are GMT -5. The time now is 12:54 AM.