When buying a Hong Kong VPS, the most confusing part is the term "CN2 line." The market is flooded with exaggerated claims: some say they have "CN2 GIA," others say they "connect to the CN2 backbone," and still others only vaguely mention "optimized for mainland China." After you actually buy it and start using it, you find it so laggy during peak hours that you can't even connect via SSH. When you contact customer service, they send you a screenshot of the outbound route, saying, "We really do have CN2"—and you realize there are so many pitfalls involved.
"Dual-path CN2" and "single-path CN2" are two different things, as are CN2 GIA and CN2 GT. This article will directly tell you how to use technical means to verify whether a Hong Kong VPS is truly dual-path CN2 GIA.
I. First, understand the basic concepts: Don't be fooled by the term "CN2"
China Telecom's CN2 is a second backbone network independent of the 163 backbone network (AS4134), but it also has internal tiers.
1. CN2 GT: This can be understood as the "economy class" of CN2. Its characteristic is that both outbound and return routes use a mix of 202.97 (163 backbone network nodes) and 59.43 (CN2 nodes). Typically, traffic within China uses 163's 202.97 route, only switching to CN2's 59.43 route at the international exit. This means that traffic may still encounter congestion on the 163 backbone network within China.
2. CN2 GIA: This is the "first class" of CN2, and truly a worthwhile line to buy. Its characteristic is that it uses CN2 nodes starting with 59.43 throughout the entire journey, without encountering 202.97. From your local telecom network, it directly enters the high-speed CN2 channel until reaching the Hong Kong server. This line has the lowest latency and lowest packet loss rate, and is almost unaffected during peak hours.
3. One-way vs. Two-way: This is the most insidious part.
Single-path CN2: Only the outbound (your local network → server) uses CN2, while the return (server → your local network) uses the regular 163 backbone. Many low-priced "CN2 VPS" use this trick. The outbound route looks good, and the ping value is low, but what really affects your webpage loading speed and file download speed is the return route. If the return route is congested, you'll experience "low latency but slow speed."
Dual-path CN2: Both outbound and return routes use CN2 lines. This is what a qualified mainland optimized line should look like.
Therefore, what you need to verify is not "whether it uses CN2 or not," but "whether both outbound and return routes use CN2 GIA."
II. Hands-on Verification: Three Steps to Locate the Real Line
Don't trust screenshots, trust route tracing. All the following operations can be performed on your own local computer.
Step 1: Outbound Test – Observe How Traffic Goes Out
Outbound testing is relatively simple; it involves tracing the IP path from your local network to the Hong Kong VPS.
In Windows, open Command Prompt (CMD) and run:
tracert VPS_IP
On macOS/Linux systems, open a terminal and run:
traceroute VPS_IP
Key Interpretation:
Observe the IP address or node description of each hop.
If you see a large number of 202.97.x.x nodes, it means you are using the 163 backbone network, which is a regular line or a domestic segment of CN2 GT.
If 59.43.x.x nodes appear very early (usually within the first 10 hops), and 202.97 does not appear again in the subsequent path, it means the outbound route is most likely CN2 GIA.
However, a good outbound route doesn't tell the whole story; the real test is the return route test.
Step Two: Return Route Test – This is the real litmus test
The return route test is slightly more complicated because you need to log in to the Hong Kong VPS server (SSH connection) and initiate a route tracing from the server to your local IP. You can execute the following on the VPS:
traceroute IP
Alternatively, you can use a more specialized tool like besttrace, which can directly display the line type and its affiliation:
wget https://cdn.ipip.net/17mon/besttrace4linux.zip
unzip besttrace4linux.zip
chmod +x besttrace
./besttrace IP
Key Judgments:
Now examine the node sequence in the return path. Focus solely on the IP ranges 59.43 and 202.97.
True Dual-Way CN2 GIA: The entire return route consists of 59.43.x.x IPs, originating in Hong Kong and reaching your local network, with no 202.97 nodes. This is true full-path CN2.
Fake CN2 / CN2 GT: The return route contains 202.97.x.x nodes, or even mostly 202.97, with 59.43 appearing only in the last one or two hops or disappearing entirely. This indicates the return route uses the 163 backbone, most likely a single-path CN2 or CN2 GT.
Step 3: Continuous Verification – MTR Dynamic Monitoring
Routes are dynamic. Service providers may use CN2 GIA during the day and switch to 163 during peak evening hours to save money. To detect this, continuous monitoring using MTR tools is necessary.
Run it on your local computer (for example, on Windows, use the WinMTR tool, or on Linux, run it directly):
mtr -rwc 300 VPS_IP
This will send 300 data packets and continuously trace the route, finally providing the packet loss rate and average latency for each hop.
If the packet loss rate at node 59.43 on both the outbound and return routes is close to 0%, and the latency is stable at around 30-60ms, it indicates excellent line quality.
If there is no packet loss at node 59.43, but significant packet loss or a spike in latency occurs at node 202.97, it means the return route has switched to 163—this is not a two-way CN2 connection.
III. Avoidance Guide: Details Your Provider Won't Tell You Proactively
Test IP ≠ Business IP: Some providers will give you a specially optimized test IP, while the actual assigned VPS IP uses a different, cheaper line. The safest approach is to buy a one-month subscription first, get the real IP, test it, and get a refund if it doesn't work. Most reputable providers have a 3-7 day no-questions-asked refund policy.
“Three-Network CN2” is a misleading term: CN2 is China Telecom's line. For users of China Unicom and China Mobile, accessing CN2 GIA requires passing through interconnection nodes between operators, which may not be as efficient as a direct connection from China Telecom. True "triple-network optimization" typically refers to BGP + CN2 GIA, allowing Unicom/Mobile traffic to access the nearest China Telecom CN2 exit.
ASN Number Check: Query the Autonomous System (AS) number to which the VPS IP belongs. If the ASN is AS4809, it belongs to a China Telecom CN2-specific AS number, significantly increasing its credibility.
Summary: Next time you see an advertisement for "Hong Kong optimized VPS, CN2 GIA line," don't rush to place an order. Ask customer service for a test IP, or purchase a one-month subscription and follow these steps: Run `tracert` on the outbound journey to check for 59.43ms; run `besttrace` on the return journey to check if all packets are 59.43ms; run `MTR` during peak evening hours to check packet loss rate and latency stability.
Only a VPS that uses 59.43 for both outbound and return routes, doesn't switch to 163 during peak hours, and doesn't experience packet loss deserves the title "Dual-Way CN2 GIA." Missing any one of these four lines is considered a shoddy job.
EN
CN