-
as seen on Server Fault
- Search for 'Server Fault'
I'm running Linux 3.2.51 in a virtual machine (192.168.33.15). I'm sending Ethernet frames to it. I'm writing custom software trying to emulate a TCP peer, the other peer is Linux running in the virtual machine guest.
I've noticed that TCP packets larger than about 4 KB are ignored (i.e. dropped…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I am having the weirdest issue: I have a web server which sometimes, only on very specific requests, will send a RST to the client after having sent the FIN datagram. First, a description of the setup:
The server runs on an Ubuntu 12.04.1 LTS, which itself is a VM guest inside a Win7 x64 host, in…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Anyone have a good explanation or example they could post?
Edit: I changed the answer, this one is more in depth.
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Problem description
I have a file server running Debian. On it I have a few NFS shares.
When I mount the shares from a client using NFSv3 (mount.nfs 10.0.0.51:/exports/video /mnt -o vers=3,soft,intr,timeo=10), it works. However, I would like to use NFSv4 because of improved security and performance…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
We have such server structure: reverse proxy (nginx) - worker (uwsgi) - postgresql / memcached. All servers are in local network behind router, with NATed external ip:ports (http/s 80/443 to proxy, and ssh 22 to all servers).
Problem is, that sometimes proxy server netstat reports MILLIONS of SYN_RECV…
>>> More