On Mon, Feb 04, 2002 at 05:49:00PM -0500, Lonnie Cumberland wrote: > > I tried to tcpdump on the problem and have found that when I make an > initial connection from my web server (1.2) from a client machine > (1.12) then the web server (1.2) makes a connection to the xserver > (1.7) > > When there was an initial session I had from tcpdump reporting: > > 192.168.1.7:1043 > 192.168.1.2:6001 > 192.168.1.2:6001 > 192.168.1.7:1043
Let me make sure I understand your architecture correctly: Your first tier system (192.168.1.12) is running the Java VNC client in a web browser. It gets the Java applet from an apache server on 192.168.1.2. Xvnc (possibly launched by vncserver) is running on 192.168.1.2, your second tier server. Your third tier server (192.168.1.7) is running the target application, and it is displaying to Xvnc on the second tier (DISPLAY=192.168.1.2:1) which redirects to the VNC client. The 192.168.1.7:1043 > 192.168.1.2:6001 connection looks like an X application displaying to Xvnc on the second tier. Xvnc is probably still running after the VNC client disconnects, and there is still traffic between it and the third tier application. This would be perfectly normal, although most applications wouldn't generate a great amount of X traffic while there is no user input. Or was my interpretation way off? -- Mike Ossmann, Tarantella/UNIX Engineer/Instructor Alternative Technology, Inc. http://www.alttech.com/ --------------------------------------------------------------------- To unsubscribe, mail [EMAIL PROTECTED] with the line: 'unsubscribe vnc-list' in the message BODY See also: http://www.uk.research.att.com/vnc/intouch.html ---------------------------------------------------------------------