> For the complete documentation index, see [llms.txt](https://docs.clore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clore.ai/clore.ai/clore.ai-eng-hi/for-hosts/installing-clore-hosting/network-requirements.md).

# नेटवर्क आवश्यकताएँ

Clore.ai पर GPU सर्वर सफलतापूर्वक होस्ट करने के लिए, आपके नेटवर्क को इन आवश्यकताओं को पूरा करना होगा।

## न्यूनतम आवश्यकताएँ

| पैरामीटर      | आवश्यकता                                               |
| ------------- | ------------------------------------------------------ |
| डाउनलोड स्पीड | न्यूनतम 100 Mbps                                       |
| अपलोड स्पीड   | न्यूनतम 100 Mbps                                       |
| लेटेंसी       | प्रमुख क्षेत्रों तक < 100ms                            |
| IP प्रकार     | स्टैटिक या डायनेमिक (स्टैटिक को प्राथमिकता दी जाती है) |

> **नोट:** अधिक बैंडविड्थ से बेहतर सर्वर रेटिंग और अधिक रेंटल मिलते हैं।

## आवश्यक पोर्ट्स

निम्नलिखित पोर्ट्स इंटरनेट से सुलभ होने चाहिए:

| पोर्ट     | प्रोटोकॉल | उद्देश्य                                 |
| --------- | --------- | ---------------------------------------- |
| 22        | TCP       | SSH एक्सेस (या कस्टम SSH पोर्ट)          |
| 8080      | TCP       | Jupyter Notebook (यदि सक्षम हो)          |
| 3000-4000 | TCP       | एप्लिकेशन पोर्ट्स (कॉन्फ़िगर करने योग्य) |
| कस्टम     | TCP/UDP   | सर्वर सेटिंग्स में परिभाषित अनुसार       |

## फ़ायरवॉल कॉन्फ़िगरेशन

### UFW (Ubuntu)

```bash
# SSH की अनुमति दें
sudo ufw allow 22/tcp

# Jupyter की अनुमति दें
sudo ufw allow 8080/tcp

# एप्लिकेशन के लिए पोर्ट रेंज की अनुमति दें
sudo ufw allow 3000:4000/tcp

# फ़ायरवॉल सक्षम करें
sudo ufw enable
```

### iptables

```bash
# SSH की अनुमति दें
iptables -A INPUT -p tcp --dport 22 -j ACCEPT

# Jupyter की अनुमति दें
iptables -A INPUT -p tcp --dport 8080 -j ACCEPT

# पोर्ट रेंज की अनुमति दें
iptables -A INPUT -p tcp --dport 3000:4000 -j ACCEPT

# नियम सहेजें
iptables-save > /etc/iptables/rules.v4
```

## NAT / पोर्ट फ़ॉरवर्डिंग

यदि आपका सर्वर राउटर के पीछे है:

1. **राउटर का एडमिन पैनल खोलें** (आमतौर पर 192.168.1.1)
2. **Port Forwarding सेक्शन खोजें**
3. **आवश्यक पोर्ट्स को फ़ॉरवर्ड करें** अपने सर्वर के आंतरिक IP पर
4. **स्टैटिक आंतरिक IP सेट करें** अपने सर्वर के लिए

### उदाहरण पोर्ट फ़ॉरवर्डिंग नियम

| बाहरी पोर्ट | आंतरिक IP     | आंतरिक पोर्ट | प्रोटोकॉल |
| ----------- | ------------- | ------------ | --------- |
| 22022       | 192.168.1.100 | 22           | TCP       |
| 8080        | 192.168.1.100 | 8080         | TCP       |

## स्टैटिक बनाम डायनेमिक IP

### स्टैटिक IP (अनुशंसित)

* किराएदारों के लिए स्थिर कनेक्शन
* DNS और बुकमार्क्स के लिए बेहतर
* उच्च सर्वर विश्वसनीयता रेटिंग

### डायनेमिक IP

* काम करता है, लेकिन DDNS सेवा की आवश्यकता होती है
* IP बदलने से रेंटल थोड़े समय के लिए बाधित हो सकते हैं
* अपने सर्वर पर DDNS क्लाइंट कॉन्फ़िगर करें:

```bash
# ddclient के साथ उदाहरण
sudo apt install ddclient
sudo nano /etc/ddclient.conf
```

## बैंडविड्थ संबंधी विचार

### कमाई पर प्रभाव

| स्पीड    | प्रभाव                                            |
| -------- | ------------------------------------------------- |
| 100 Mbps | न्यूनतम - बुनियादी रेंटल                          |
| 500 Mbps | अच्छा - अधिकांश ML वर्कलोड के लिए उपयुक्त         |
| 1 Gbps+  | उत्कृष्ट - प्रीमियम किराएदारों को आकर्षित करता है |

### बैंडविड्थ मॉनिटर करना

```bash
# मॉनिटरिंग टूल इंस्टॉल करें
sudo apt install iftop

# रियल-टाइम में मॉनिटर करें
sudo iftop -i eth0
```

## नेटवर्क परीक्षण

### स्पीड टेस्ट

```bash
# speedtest इंस्टॉल करें
sudo apt install speedtest-cli

# टेस्ट चलाएँ
speedtest-cli
```

### लेटेंसी टेस्ट

```bash
# सामान्य क्षेत्रों तक टेस्ट करें
ping -c 10 8.8.8.8        # Google DNS
ping -c 10 1.1.1.1        # Cloudflare
```

### पोर्ट उपलब्धता परीक्षण

अपने नेटवर्क के बाहर से, सत्यापित करें कि पोर्ट खुले हैं:

```bash
# दूसरी मशीन से nmap का उपयोग करके
nmap -p 22,8080 YOUR_PUBLIC_IP

# या ऑनलाइन पोर्ट चेकर का उपयोग करें
# https://www.yougetsignal.com/tools/open-ports/
```

## समस्या निवारण

### पोर्ट्स उपलब्ध नहीं हैं

1. सर्वर पर फ़ायरवॉल नियम जाँचें
2. राउटर पोर्ट फ़ॉरवर्डिंग सत्यापित करें
3. ISP से संपर्क करें - कुछ होस्टिंग को ब्लॉक करते हैं
4. विभिन्न पोर्ट नंबर आज़माएँ

### धीमा कनेक्शन

1. स्पीड टेस्ट चलाएँ
2. बैंडविड्थ थ्रॉटलिंग की जाँच करें
3. इंटरनेट प्लान अपग्रेड करने पर विचार करें
4. सर्वर नेटवर्क सेटिंग्स को ऑप्टिमाइज़ करें:

```bash
# नेटवर्क बफर साइज बढ़ाएँ
sudo sysctl -w net.core.rmem_max=16777216
sudo sysctl -w net.core.wmem_max=16777216
```

### कनेक्शन ड्रॉप्स

1. IP पता बदलने की जाँच करें
2. राउटर की स्थिरता सत्यापित करें
3. सिस्टम लॉग्स मॉनिटर करें: `dmesg | grep -i network`
4. WiFi के बजाय Ethernet का उपयोग करने पर विचार करें


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.clore.ai/clore.ai/clore.ai-eng-hi/for-hosts/installing-clore-hosting/network-requirements.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
