We have an application named "Seamer" installed on 2008R2 machine named "R2DUO" which has IP address set as 192.61.247.37 in host file and 172.26.127.40 is IP address of Ethernet card .We have two more systems in the LAN named R2TMBER and R2LEAF. One functionality should be achieved when there is a connection with port 5009.As of now that functionality is not achieving,, when I checked netstat -a I could see these entries ,
TCP 0.0.0.0:5009 R2DUO:0 LISTENING
TCP 127.0.0.1:445 R2DUO:64181 ESTABLISHED
TCP 127.0.0.1:5009 R2DUO:49519 ESTABLISHED
TCP 127.0.0.1:49156 R2DUO:5009 TIME_WAIT around 50 entries are there now
TCP 127.0.0.1:49519 R2DUO:5009 ESTABLISHED
TCP 127.0.0.1:64181 R2DUO:microsoft-ds ESTABLISHED
TCP 127.0.0.1:65190 R2DUO:5009 TIME_WAIT again 50 entries are there
TCP 172.26.127.42:5009 R2DUO:64445 ESTABLISHED
TCP 172.26.127.42:64445 R2DUO:5009 ESTABLISHED
TCP 192.61.247.37:5009 R2TMBER:50334 ESTABLISHED
TCP 192.61.247.37:61552 R2LEAF:5009 ESTABLISHED
These all are the knowledge which I know as of now ,,first 5009 in listening mode then it will establish coonection.But after that suddenly it goes TIME_WAIT, then establish connection and again goes timewait ,finally it establish connection with two other systems in the LAN. Can any body guide me any thing wrong in the system setup.Or do I need to check any network related stuff. I would like to know the logic behind this sequence in netstat shown below First it will be 0.0.0.0:portnumber then it will be 127.0.0.1(loopback):portnumber then it is ethernetIp:portnumber finally it will be with ipaddress of system entered in the host file and other two machines etc..