How to host a TCP / UDP service on the Internet which is currently running on my local machine? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 8 years ago. Improve this question I have created a TCP server and it’s currently hosted on my local machine, but I want to host it on Internet like … Read more

What is the incentive to operate a TCP/IP node? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 8 years ago. Improve this question I mean, why does anybody relay messages to other nodes? Why are these eleven good people below helping me send my bytes to … Read more

How to open entire subnet with iptables [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 6 years ago. Improve this question I want to enable the entire subnet 192.168.1.0/24 which is connected to eth0 in input. I’m very unfamiliar with iptables. If I add … Read more

Need Help My Server Got so many CLOSE_WAIT Connections

I need help because my linux ubuntu server are getting too many SQL connections, and when I checked using netstat -t there are many connections like these: tcp6 1 0 websitesaya.co.id:http 98-142-172-163.re:37854 CLOSE_WAIT tcp6 1 0 websitesaya.co.id:http 98-142-172-163.re:34962 CLOSE_WAIT tcp6 1 0 websitesaya.co.id:http 98-142-172-163.re:51678 CLOSE_WAIT tcp6 0 0 websitesaya.co.id:http 157-171-172-163.r:44102 CLOSE_WAIT tcp6 0 0 websitesaya.co.id:http … Read more

TCP Congestion Control

“End points view congestion as increased delays; therefore, they will aggravate congestion instead of alleviating it.” Can somebody pls explain this statement to me ? 2nd question: Why does Fast Recovery not recover very well from multiple losses ? Here’s my understanding of Fast Recovery: Upon reception of three duplicate ACKs, TCP launches a retransmission … Read more

Is it possible for packets sent using TCP to ever arrive with different data? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 3 years ago. Improve this question Sometimes in my networking library when I send a packet the data arrives different than when I sent it. I assumed that TCP … Read more

I have no access to router and portforward and i need to run a webserver [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 1 year ago. Improve this question I got some PCs in some different locations with different ISPs and networks with dynamic ip addresses and I have a dynamic dns … Read more