TCP and IP are two important protocols used in networking today. Due to their importance, the Internet Protocol Suite is also commonly known as "TCP/IP"
Questions tagged [tcpip]
464 questions
5
votes
2 answers
Unable to increase the dynamic port range on Windows Server 2008
I'm trying to "tune" the TCP/IP stack on some Windows Server 2008 machines by following the instructions here:…

Kiril
- 189
- 1
- 4
- 10
5
votes
4 answers
Determining cause of TCP/IP connect issue without traceroute
I'm trying to connect from a company network to a host (via HTTPS), but my attempts fail with timeout. I can resolve the host. I know the host is up. I know there is a firewall filtering by incoming IP number protecting the remote host. Traceroute…

Lumi
- 199
- 2
- 8
5
votes
2 answers
How do I set up IP over FC?
I have 2 systems, with a Broadcom BCM5701 and a LSI7202p, of which are connected with a LC->SC cable. The cards are properly detected in Linux, however I wish to set up IP over FC. I've read online that this is possible, however I haven't actually…

Eli
- 395
- 3
- 7
- 15
5
votes
4 answers
Ethernet Loopback plug - running a ping
For a project at work, I need to be able to test various Ethernet NICs by connecting them to a "loopback adapter plug", like this one on various embedded Linux boxen that come off a production assembly line. I'd like to be able to setup two…

J. Polfer
- 529
- 2
- 6
- 9
5
votes
6 answers
Networking security and TCP/IP internals books/sites
I am searching for good books and articles about TCP/IP, mainly the security aspects of TCP/IP protocols. I have TCP/IP Illustrated and the TCP Guide, but they kinda lack on description of 'classic' attacks and how the internals of protocols relate…

coredump
- 12,713
- 2
- 36
- 56
5
votes
4 answers
Where did TCP/IP Filtering go in Windows Server 2008?
I'm configuring our new Windows Server 2008 machine. In Windows Server 2003 we would enable TCP/IP Filtering on our network cards to only allow traffic on specific ports to get through. This was done by right clicking on the network connection,…

Damon
- 53
- 1
- 1
- 3
5
votes
10 answers
Forward port to another Ip/port
I recently found out that my ISP disables port 135. I have a server and personal computer behind my router. A friend and I are working on a programming project and are running into some sql issues because of this blocked port. For him to be able…
Ryan
5
votes
6 answers
Looking for an open source real-time network analysis program
Can somebody recommend an open source real-time network analysis program?
What I'm looking for the program to do is display a graph of bandwidth usage by IP within our internal network that can quickly be viewed any time we need to (typically when…

Windows Ninja
- 2,586
- 19
- 46
- 70
4
votes
2 answers
Why does the TCP Chimney Offload feature on some ethernet cards fail to pass some network packets to the OS?
In http://support.microsoft.com/kb/942861 Microsoft reports that in some situations Microsoft SQL Server experiences network issues due to the network card having a TCP Chimney Offload turned on. I have other server software that is experiencing…

Aaron K
- 1,525
- 5
- 18
- 16
4
votes
6 answers
What causes a delay of 100 ms in initiating an HTTP connection?
Settings: this is a quad CPU machine, plenty strong, not loaded at all (neither CPU nor network), the client is a Windows Server 2008 64bit, the server is a linux box.
I have four threads that are all issuing HTTP requests starting at the same time.…

ripper234
- 5,890
- 9
- 41
- 49
4
votes
4 answers
What are good and bad jitter times for a LAN
Ive just ran jperf (frontend to iperf) on our network between 2 workstations, its recorded jitter between 0.033ms and 0.048ms. Is this good or bad? Are there more variables that i would need to consider to make the decision?
EDIT:
TCP/IP Ethernet…
garyb32234234
4
votes
1 answer
uWSGI TCP/IP host:port vs Unix socket
We are running a Python WSGI server (uWSGI) and changed to socket file instead of a tcp/ip localhost:port connection.
Now our uwsgi logs are full of errors like
IOError: write error
SIGPIPE: writing to a closed pipe/socket/fd (probably the client…

Barmi
- 439
- 1
- 6
- 15
4
votes
2 answers
TCP sequence number randomization
In a recent interview, my friend was asked about firewalls’ TCP sequence number randomization feature. The interviewer mentioned that we know that a firewall randomizes the TCP sequence number, but an attacker in the middle can still sniff that…

Ravneet Singh
- 65
- 2
- 5
4
votes
0 answers
Event id 4227 tcp/ip warnings on Windows 7
We're deploying a new image out to the field, and we're seeing tcp/ip event id 4227 warnings periodically throughout the day (1-3 a day).
The event message reads as follows:
TCP/IP failed to establish an outgoing connection because the selected
…

medos
- 123
- 2
- 8
4
votes
1 answer
How does Windows 2008 specifically select ephemeral ports (does it test to avoid conflicts)?
I have a server application which uses permanently connected incoming ports within the range that W2k8 now uses in the IANA recommended range of ~49000-65000. (For legacy reasons it's extremely difficult to change this, so I'm going to have to…

scipilot
- 201
- 2
- 7