Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tutorials:ports_forwarding [2025/09/28 18:16] – redhair | tutorials:ports_forwarding [2025/09/28 18:50] (current) – ravage | ||
|---|---|---|---|
| Line 58: | Line 58: | ||
| --- | --- | ||
| - | ## 🌐 Step 3 – Login to Your Router \\ | + | ## 🌐 Step 3 - Login to Your Router \\ |
| 1. Open your web browser | 1. Open your web browser | ||
| 2. Type your **default gateway** IP (from Step 2a) into the address bar and press Enter \\ | 2. Type your **default gateway** IP (from Step 2a) into the address bar and press Enter \\ | ||
| Line 65: | Line 65: | ||
| --- | --- | ||
| - | ## 🚪 Step 4 – Add Port Forwarding \\ | + | ## 🚪 Step 4 - Add Port Forwarding \\ |
| 1. Look for **Port Forwarding**, | 1. Look for **Port Forwarding**, | ||
| 2. Create a new rule: \\ | 2. Create a new rule: \\ | ||
| Line 76: | Line 76: | ||
| --- | --- | ||
| - | ## 🔥 Step 5 – Firewall Check \\ | + | ## 🔥 Step 5 - Firewall Check \\ |
| - **Windows: | - **Windows: | ||
| - **Linux:** Use your firewall tool to allow the same ports \\ | - **Linux:** Use your firewall tool to allow the same ports \\ | ||
| Line 89: | Line 89: | ||
| 1. Start NFS Underground → Create a multiplayer game \\ | 1. Start NFS Underground → Create a multiplayer game \\ | ||
| 2. Ask a friend to join | 2. Ask a friend to join | ||
| - | 3. Or open the NFS.onl launcher and go to Open settings | + | 3. Or open the NFS.onl launcher and go to Open options |
| When the new window opens, click on “Test UDP” to check if your port forwarding is set up correctly. | When the new window opens, click on “Test UDP” to check if your port forwarding is set up correctly. | ||
| + | |||
| --- | --- | ||
| Line 97: | Line 98: | ||
| - Make sure ports 3658-3659 UDP are forwarded | - Make sure ports 3658-3659 UDP are forwarded | ||
| - Check firewall again \\ | - Check firewall again \\ | ||
| - | - If your ISP uses **CGNAT**, normal port forwarding will not work. Then you need a VPS server [[https://youtu.be/BJJQ4vUWtjc|see Redhair’s | + | - If your ISP uses **CGNAT**, normal port forwarding will not work. Then you need a VPS server [[http://wiki.nfs.onl/doku.php? |
| --- | --- | ||
| Line 113: | Line 114: | ||
| - **Port** = A " | - **Port** = A " | ||
| - **UDP** = A fast type of connection for games. | - **UDP** = A fast type of connection for games. | ||
| - | - **IP Address** = Your PC’s "house number" | + | - **IP Address** = Your PC’s "house number" |
| - **Gateway** = The "main door" to your router. | - **Gateway** = The "main door" to your router. | ||
| - **Router Login** = The page where you change your router settings. | - **Router Login** = The page where you change your router settings. | ||
| Line 119: | Line 120: | ||
| - **Port Forwarding** = Telling the router: "Send all game data on this port to my PC." | - **Port Forwarding** = Telling the router: "Send all game data on this port to my PC." | ||
| - **DHCP Reservation** = A router option that gives your PC the same IP automatically. | - **DHCP Reservation** = A router option that gives your PC the same IP automatically. | ||
| - | - **CGNAT** = Your internet provider puts many people behind one big router. Then port forwardin | + | - **CGNAT** = Your internet provider puts many people behind one big router. Then port forwarding will not work. \\ |
| + | - **VPS** = A rented server on the internet that can act as your host. | ||
| + | |||
| + | --- | ||
| + | |||
| + | # ❓ Extra Explanations | ||
| + | |||
| + | - **Why pick a high number at the end? | ||
| + | Routers usually give IPs automatically starting from low numbers. Picking `.200` or higher avoids conflicts with phones, laptops, or smart TVs. | ||
| + | |||
| + | - **What if my network uses a different range? | ||
| + | Check your current IP. Use the same first three numbers and pick a high number at the end outside the DHCP range. | ||
| + | |||
| + | - **What happens if two devices have the same IP?** | ||
| + | Both devices will lose internet or get strange problems. | ||
| + | - **Why only UDP? | ||
| + | NFS Underground only needs UDP for online play. TCP is not used. | ||