I have two PCs . One acting as client and another as server .
I captured the SSL packets in client using wireshark . In that the certificate from the server has "subjectpublickeyinfo" having a long key . I tried to figure out where is this key located in my server .
It's a server which listens at https://. It uses a self-signed cert. So, each time when I access it, I will be prompted to trust this untrusted site. However, I always get the following error in the server log.
I am troubleshooting a connection timeout problem between two Linux boxes, where it seems the ACK to SYN-ACK was lost on the server's stack.
The tcpdump is done on the server side.
The client got syn-ack, sent ACK and data packet, and resent data 4 more times. The server resent syn-ack 4 seconds after it sent the syn-ack, indicating the ACK from the client is lost on the server's stack.
We are in the process of setting up an OpenVPN server for some servers running in a cloud.
Problem:
Client computer can't ping server until the server has first pinged client. If I stop pinging the client from the server, the client will no longer be able to ping the server. Does anyone know what causes this and how to fix it?
Win7 to server 2008, firewalls off, no AV, etc.
I was analyzing a TCP snoop. And found following scenario
From Server to Client ---> [PUSH,ACK] SEQ 2993 ACK 1744 WIN 8192 LEN 13
From Server to Client ---> [PUSH,ACK] SEQ 3006 ACK 1744 WIN 8192 LEN 13
From Client to server --> [ACK] SEQ 1744 ACK 3019 WIN 3304
I just want to know Why Packet 1 and 2 expecting same ACK.
Example: If a client wants to talk to a server, it just tells the server that it wants to establish a connection, then the server confirms. People say that the third step's there so as to let the server knows it can sends data to the client successfully. However, I think the server can implement something like time-out. If the client takes too long to respond, the server can go ahead to:
1.
Client : Windows 7 x32 | Dell Latitude E6510, transferring to another identical machine over the network.. 120mbs.
Transferring to any server (2003 server, 2008, 2008R2, or VM's) I can not get more than 30MBS. The server is plugged into the same switch and is a physical server. I have jumbo frames and flow control enabled.
Hi Guys
I wanted to develop a kernel for my server. It will work in following way:
* ECLIPSE(IDE) process is running on client(local data) w/o actually being installed on client, it is rather installed on server, so all libraries/files are on server
* So when client wants to run IDE, it requests server for IDE's process.