MecchaGuide mascot — chameleon with paint dial and controller MecchaGuide
Menu
Last verified: v1.8.1 Official patches

Double NAT / CGNAT — Fix Guide

Detect and resolve Double NAT and CGNAT issues that break P2P multiplayer in Meccha Chameleon.

Quick answers

How do I check if I have Double NAT?

Open Command Prompt and run 'ipconfig'. If your default gateway IP starts with 10.x.x.x or 100.x.x.x (like 100.64.x.x), you are behind CGNAT. If your router's WAN IP is a private address (192.168.x.x or 10.x.x.x), you have Double NAT.

What does Double NAT do to my game?

Double NAT means two devices are performing Network Address Translation. This blocks UDP port forwarding, causes Strict NAT in games, and prevents you from hosting lobbies or being matched with other players.

Fixing Double NAT & CGNAT for P2P Multiplayer

Meccha Chameleon uses direct peer-to-peer UDP connections for multiplayer. Double NAT and CGNAT (Carrier-Grade NAT) both create layers of address translation that block these connections. This causes Strict NAT, failed lobby joins, and frequent disconnections. This guide helps you detect, diagnose, and fix both issues.


What Is Double NAT?

Double NAT occurs when two devices on your network are both performing Network Address Translation. The most common setup:

Internet → ISP Modem/Router (NAT #1) → Your Router (NAT #2) → Your PC

Each NAT layer translates addresses, but the second layer cannot forward incoming UDP ports because it does not control the first layer’s port mapping. The result: your game cannot receive incoming connections.

What Is CGNAT?

CGNAT (Carrier-Grade NAT) is when your ISP performs NAT at their infrastructure level. Instead of giving you a public IP address, they put you behind a shared public IP used by hundreds of customers. You cannot fix CGNAT yourself — you must contact your ISP.


Detection Steps

Step 1: Check Your Router’s WAN IP

  1. Log into your router’s admin panel (usually 192.168.1.1).
  2. Look for WAN IP, Internet IP, or External IP.
  3. Check if it is a private address:
    • 192.168.x.x — You have Double NAT (your router is behind another router)
    • 10.x.x.x — You have Double NAT or carrier private network
    • 100.64.x.x to 100.127.x.x — You are behind CGNAT
    • A normal public IP (like 73.45.12.89) — No Double NAT

Step 2: Check from Command Prompt

Open Command Prompt and run:

ipconfig

Look at the Default Gateway under your active adapter. If it starts with 100.64., you are behind CGNAT. If it starts with 192.168. or 10. and your router’s WAN IP is also private, you have Double NAT.


Fix Solutions

Fix 1: Bridge Mode on ISP Modem (Double NAT)

If you have your own router connected to an ISP-provided modem/router:

  1. Log into your ISP modem’s admin page (check the label on the modem for the IP and credentials).
  2. Find Bridge Mode, DMZ, or IP Passthrough.
  3. Enable Bridge Mode. This turns off the modem’s NAT and routing, making your own router the only NAT device.
  4. If Bridge Mode is not available, set your own router’s WAN IP as the modem’s DMZ host.
  5. Restart both devices.

Fix 2: Request Public IP from ISP (CGNAT)

If you are behind CGNAT, you need your ISP to assign a public IP address.

  1. Call your ISP’s technical support line.
  2. Say: “I need a public IP address for online gaming. I am currently behind CGNAT.”
  3. Some ISPs offer this free; others charge a small monthly fee.
  4. After the change, restart your modem/router and verify your WAN IP is now a public address.

Fix 3: Use IPv6 (If Available)

Some ISPs provide IPv6 without CGNAT. If your ISP supports IPv6:

  1. Check if your connection has an IPv6 address: run ipconfig and look for an IPv6 address starting with 2 or fe80.
  2. Enable IPv6 in your router settings.
  3. Meccha Chameleon supports IPv6 for P2P connections, bypassing CGNAT entirely.

Fix 4: Enable UPnP as a Workaround

While UPnP cannot fix Double NAT or CGNAT, it can work around simpler Strict NAT issues:

  1. Enable UPnP in your router (see the UPnP Setup Guide).
  2. Restart the game after enabling UPnP.
  3. Check your NAT type in-game. If it changes from Strict to Moderate, UPnP resolved the issue.

Verifying the Fix

After applying a fix, test your NAT type:

  1. Open Command Prompt.
  2. Run:
    ping 8.8.8.8
  3. Then run:
    tracert 8.8.8.8
  4. If the first hop is your router’s IP (like 192.168.1.1) and the second hop is your ISP, you have a single NAT layer.
  5. Join a Meccha Chameleon lobby. If you can host and other players can join, your NAT is working correctly.

For additional NAT troubleshooting, see the NAT Type Fix Guide.

Related Guides

Frequently Asked Questions

Can I fix Double NAT without calling my ISP? +

Can I fix Double NAT without calling my ISP?

Sometimes. If you have your own router connected to an ISP modem/router, set the ISP modem to Bridge Mode or DMZ to bypass its NAT. If your ISP uses CGNAT, you need to call them and request a public IP or ask them to disable CGNAT.

Is CGNAT the same as Double NAT? +

Is CGNAT the same as Double NAT?

They are similar but different. Double NAT is two routers performing NAT (e.g., your router + ISP modem). CGNAT is when your ISP performs NAT at their infrastructure level, sharing a public IP among multiple customers. Both break P2P gaming.