Limit Maximum TCP Connections to Web Servers सीमा अधिकतम टीसीपी कनेक्सन्स वेब सर्वर करने के लिए
In Windows XP SP2 and Windows Vista, a lot of users have been searching for Windows XP SP2 और Windows Vista, प्रयोक्ताओं की एक बहुत में खोज के लिए किया गया है tcpip.sys patched hack tcpip.sys हैक समझौता or या auto patcher ऑटो patcher that unlocks the TCP/IP half-open simultaneous connection limit to no upper bound. कि TCP / IP आधे कोई ऊपरी बाध्य करने के लिए खुला युगपत कनेक्शन सीमा unlocks. In a web server that exposes to Internet, the other way round may be true, where there may be a need to limit and restrict maximum number of TCP incoming connections to a web server that are allowed at any one time. एक वेब सर्वर में है कि इंटरनेट के खुलासे, दूसरी तरफ दौर, जहां एक की जरूरत को सीमित करने के लिए और कहा कि किसी भी एक समय पर अनुमति दी जाती है एक वेब सर्वर से टीसीपी आने वाले कनेक्शन की अधिकतम संख्या को सीमित किया जा सकता है सच हो सकता है.
Limiting maximum incoming TCP web connections to the web server is useful to prevent or better still, stop DDoS (Distributed Denial of Service) or DoS (Denial of Service) attacks. वेब सर्वर से अधिकतम आवक टीसीपी वेब कनेक्शन सीमित या बेहतर अभी भी रोकने के लिए, DDoS रोक (डेनियल सेवा की) या DOS (डेनियल सेवा की) हमलों वितरित उपयोगी है. DDoS attacks can consume tremendous amount of system resources and CPU load, slow down the web page serving time or response time to the legitimate visitors. DDoS हमलों, वेब पृष्ठ के वैध आगंतुकों के लिए समय समय या प्रतिक्रिया सेवारत धीमा प्रणाली संसाधनों और CPU लोड की भारी राशि का उपभोग कर सकते हैं. And in worse case, the attack can hang and bring down the web server completely, even if you have dual qual-core CPU dedicated server with multiple GBs of memory. और भी बुरी स्थिति में है, हमले के लटका कर सकते हैं और पूरी तरह से वेब सर्वर नीचे लाना, भले ही आप दोहरी qual-स्मृति के कई जीबीएस के साथ कोर CPU समर्पित सर्वर है.
To prevent and response to Denial of Service attacks, other than using firewall or SYN cookies, it's also possible to limit number of TCP connections that server can accept per second. रोकने के लिए और डेनियल सेवा हमलों की, कुकीज़ फ़ायरवॉल या SYN का उपयोग करने के अलावा अन्य के उत्तर, यह भी कहा कि सर्वर प्रति सेकंड को स्वीकार कर सकते हैं टीसीपी कनेक्शनों की संख्या को सीमित करने के लिए संभव है. The concept may applied also when a web page is been digged, stumbled or farked which bring large amount of viewers in short time span. इस अवधारणा को भी लागू हो सकता है जब एक वेब पेज, ठोकर खाई है या जो कम समय में दर्शकों की भारी राशि लाने farked digged किया गया है. However, this workaround only intend to make the server 'survives' and not completely brought down by massive amount of connections. हालांकि, इस workaround ही सर्वर '' जीवित और पूरी तरह से कनेक्शन की भारी राशि से नीचे लाया नहीं करने का इरादा रखते हैं. And the restriction will apply on valid human visitors to the websites hosted on server too if the limitation hit its bound and actively denies new connections. और प्रतिबंध की वेबसाइटों के लिए मान्य मानव आगंतुकों पर सर्वर पर भी अगर सीमा और उसके ही मारा सक्रिय रूप से नए कनेक्शन देने से इंकार कर दिया होस्ट लागू होगी.
Administrator can use iptables to set the maximum limit on number of TCP connections to the server per second acceptable. प्रशासक प्रति सर्वर से टीसीपी कनेक्शनों की संख्या को अधिकतम सीमा निर्धारित करने के लिए iptables का उपयोग कर सकते हैं स्वीकार्य सेकंड. To configure the limit, login as root to shell and issue the following commands, replacing <n> with the number of connections per second you want to set, and <m> with burst rate which u want the server to start applying the limit, both without brackets. कॉन्फ़िगर करने के लिए सीमा, रूट के रूप में प्रवेश करने के लिए खोल और निम्नलिखित कमांड मुद्दा, जगह <n> आप सेट करना चाहते हैं, और जो U फट <m> दर के साथ दूसरी सीमा लगाने शुरू करने के लिए सर्वर चाहते प्रति कनेक्शन की संख्या के साथ, कोष्ठक दोनों के बिना.
iptables -t nat -N syn-flood iptables-t नेट-एन syn-बाढ़
iptables -t nat -A syn-flood -m limit –limit <n> /s –limit-burst <m> -j RETURN iptables-t नेट-एक syn-बाढ़ मी सीमा-सीमा <n> / s-सीमा-फट <m>-j रिटर्न
iptables -t nat -A syn-flood -j DROP iptables-t नेट-एक syn-बाढ़-j गिरा
iptables -t nat -A PREROUTING -i $EXT_IFACE -d $DEST_IP -p tcp –syn -j syn-flood iptables-t नेट-एक PREROUTING मैं $ EXT_IFACE-घ $ DEST_IP-p TCP-syn-j syn-बाढ़
Commands above will limit maximum number of TCP connections that can connect to web server to n connections per second, after m connections have been established. कमानों के ऊपर टीसीपी कनेक्शन की है कि वेब सर्वर करने के लिए दूसरा, उसके बाद मीटर कनेक्शन स्थापित की गई हैं प्रति कनेक्शन n से कनेक्ट कर सकते हैं अधिकतम संख्या तक सीमित कर देगा. There is not fixed figure to the number of connections you can set. आप निर्धारित कर सकते हैं कनेक्शनों की संख्या तय करने के लिए वहाँ नहीं है आंकड़ा. If the server is powerful it's possible to increase the values to handle and accept more connection in order to reduce any drop connections. अगर सर्वर संभाल के मूल्यों में वृद्धि करने के लिए संभव है शक्तिशाली है और व्यवस्था में और अधिक संबंध स्वीकार कोई ड्रॉप कनेक्शन को कम करने के लिए. Try and set the best values for your server. कोशिश करें और अपने सर्वर के लिए सर्वश्रेष्ठ मूल्य निर्धारित किया है.
IMPORTANT : The page is machine translated and provided "as is" without warranty. महत्वपूर्ण: इस पृष्ठ है मशीन अनुवाद प्रदान की और "" के रूप में वारंटी के बिना है. Machine translation may be difficult to understand. मशीन अनुवाद को समझने में मुश्किल हो सकती है. Please refer to कृपया देखें original English article मूल अंग्रेजी लेख whenever possible. जब भी संभव हो सकता है.
Related Articles संबंधित लेख
- Tweak (Increase or Change) Maximum Simultaneous HTTP and Downloads Connections to Web Server Tweak (बढ़ाएँ या बदलें) अधिकतम युगपत HTTP और डाउनलोड कनेक्सन्स वेब सर्वर में
- Windows Vista 32-bit and 64-bit (x86 and x64) Maximum Supported RAM Physical Memory Limit Windows Vista 32 बिट और 64-bit (x86 और x64) अधिकतम समर्थित राम शारीरिक मेमोरी सीमा
- Gmail 20MB Maximum Attachment Size Limit जीमेल 20MB अधिकतम अनुलग्नक आकार सीमा
- How to Find and Check Number of Connections to a Server कैसे करने के लिए और चेक संख्या कनेक्शनों की एक सर्वर में खोजें
- Windows Half-Open Limit Fix (Patch) Free Download to Remove XP, Vista and Server 2003 (32 and 64-bit) TCP 4226 Connection Attempts Limit विंडोज आधा ओपन सीमा फिक्स (पैच) मुफ्त डाउनलोड निकालें XP, Vista और सर्वर 2003 (32 और 64 बिट के लिए) टीसीपी 4226 कनेक्शन प्रयास सीमा
- TCP/IP Has Reached the Security Limit Imposed on the Number of Concurrent TCP Connect Attempts Error on Windows Vista TCP / IP सुरक्षा सीमा संख्या समवर्ती टीसीपी कनेक्ट प्रयास की त्रुटि पर Windows Vista पर लगाया तक पहुँच गया है
- Change or Increase vBulletin Maximum Number of Total Allowed Private Messages (PM) बदलें या vBulletin अधिकतम संख्या कुल अनुमति निजी संदेश (प्रधानमंत्री) के बढ़ाएँ
- Error Has Occurred While Establishing A Connection To SQL Server 2005 Which Does Not Allow Local and Remote Connections त्रुटि SQL सर्वर 2005 के लिए कौन सा नहीं की अनुमति दें है एक कनेक्शन की स्थापना हुई है जबकि स्थानीय और दूरस्थ कनेक्सन्स
- Windows XP SP2 TCP Connection Limit (Event ID 4226) Windows XP SP2 टीसीपी कनेक्शन सीमा (Event ID 4226)
- Remote Connections Manager for RDP, VNC, SSH, RLogin and More mRemote Free Download दूरस्थ कनेक्सन्स प्रबंधक RDP, VNC, SSH, RLogin और अतिरिक्त mRemote के लिए मुफ्त डाउनलोड










































December 4th, 2008 05:07 दिसम्बर, 4. 2008 05:07
You introduce the topic of limiting connections to XP and Vista, but you describe a Linux tool “iptables” to perform the configuration - which of course does not work on XP and Vista. आप XP और Vista के लिए कनेक्शन सीमित के विषय परिचय, लेकिन आप एक Linux के उपकरण "iptables" विन्यास - जो बिल्कुल XP और Vista पर काम नहीं करता प्रदर्शन करने का वर्णन.
July 2nd, 2008 08:24 2 जुलाई, 2008 08:24
[...] limit en yüksek derece TCP bağlantı -e doğru örümcek ağı -e hizmet limit en yüksek derece gelir TCP örümcek ağı bağlantı -e doğru belgili tanımlık örümcek ağı -e hizmet etmek bkz. [...] सीमा एन yüksek derece टीसीपी bağlantı-ई doğru örümcek ağı-ई hizmet सीमा एन yüksek derece gelir टीसीपी örümcek ağı bağlantı-ई doğru belgili tanımlık örümcek ağı-ई hizmet etmek bkz. be yararlı -e doğru önlemek ya da daha iyi [...] yararlı-ई doğru önlemek फिर डा daha iyi हो [...]