There is no connection limit, what is your application, which protocol is using ? For the tcpdump, start tcpdump as root on the client side with :
Code:
tcpdump dst your-host-name
This will sniff all the packets from localhost to the destination server.