← Back to blog
ClientNodetonetDeviceTarget UPSTREAM nodetonet.com

Forwarding a residential provider behind Nodetonet — Smartproxy, Bright Data, IPRoyal, Oxylabs

N Nodetonet Team
April 23, 2026 9 min read

Most Nodetonet users start with a phone in their pocket as the exit device, giving them a real mobile carrier IP that anti-bot systems barely touch. But sometimes you need breadth that a phone fleet alone cannot deliver — hundreds of geographic locations, desktop residential IP ranges, or temporary scale-up for a short campaign. That is when you point a Nodetonet proxy at an external residential provider as an upstream.

TL;DR: configure Nodetonet as the front door your clients connect to; configure Smartproxy, Bright Data, IPRoyal or Oxylabs as the back end. You get the upstream's exit IPs while Nodetonet handles auth, per-client billing, domain allow/deny, sticky sessions, audit logs and TCP-fingerprint spoofing — all in one panel.

Why put Nodetonet in front of a residential pool?

If your scraper already speaks directly to Smartproxy, what does adding Nodetonet buy you? Three things that matter at scale:

You also pick up TCP fingerprint spoofing and SNI routing on the way out — so even when the exit IP is a residential address, the TLS handshake looks like a real browser rather than a headless script.

Supported upstream providers — at a glance

Nodetonet accepts any upstream that exposes a standard host:port:user:pass endpoint over HTTP or SOCKS5. The four major residential providers all do:

Provider Endpoint example Rotation model Geo targeting in username
Smartproxy gate.smartproxy.com:7000 Rotating (per-request) or sticky (session suffix) Yes — -country-XX, -city-NAME, -session-ID
Bright Data brd.superproxy.io:22225 Rotating or sticky via zone config Yes — -country-XX, -city-NAME, -session-ID
IPRoyal geo.iproyal.com:12321 Rotating; sticky via session parameter Yes — _country-XX, _city-NAME, _session-ID
Oxylabs pr.oxylabs.io:7777 Rotating; sticky via -sessid Yes — -cc-XX, -city-NAME, -sessid-ID

For a deeper comparison of what each provider is best at see Nodetonet vs Bright Data, vs Smartproxy, vs Oxylabs and vs IPRoyal.

Setting up the upstream connection string

When you create or edit a rotating proxy in the panel, the Upstream Proxy field takes a single colon-delimited line in this format:

host:port:username:password

Paste in the string for your provider and hit Create. The platform validates the format immediately but does not attempt a live connection until the first client request arrives — so a typo in the password will only surface when traffic starts flowing. Always send one test request right after setup to confirm the credentials are correct before handing the proxy to a customer.

Full examples for each provider (substitute your real credentials):

# Smartproxy — rotating residential
gate.smartproxy.com:7000:sp12345:mypass

# Bright Data — residential zone
brd.superproxy.io:22225:brd-customer-hl_abc123-zone-residential:pass

# IPRoyal — residential
geo.iproyal.com:12321:user:pass_country-us

# Oxylabs — residential rotating
pr.oxylabs.io:7777:customer-USR1-cc-de:pass

Username modifiers pass through verbatim

Every residential provider uses the username field for targeting — country, city, session ID, sticky duration. Nodetonet forwards the username field to the upstream exactly as supplied. There is no stripping, rewriting or URL-encoding on our side.

If you want German IPs from Smartproxy with a pinned sticky session:

gate.smartproxy.com:7000:sp12345-country-de-session-myabc123:mypass

If you want US residential rotating from Oxylabs:

pr.oxylabs.io:7777:customer-USR1-cc-us:pass

The second colon in the connection string is the username/password delimiter; everything between the first and second colons is treated as the username and sent verbatim upstream. See upstream username modifiers in depth for how each provider's syntax works.

Sticky sessions across both layers

When your client appends a sticky session suffix to their Nodetonet username — for example user-session-abc123 — Nodetonet maps that token to a deterministic upstream session. The same token always selects the same upstream session ID, which means the same exit IP for the configured TTL.

This two-layer stickiness is more reliable than relying on the upstream alone: if a Nodetonet edge node restarts, the session map is rebuilt from the hot cache and the scraper keeps its IP. If the upstream session expires before Nodetonet's TTL, a new upstream session is negotiated transparently using the same mapping key, so the client code never needs to rotate manually. See sticky sessions across the chain for the full TTL and cache-behaviour details.

Sticky over a chained upstream is the most reliable way to hold a residential IP across a long-running login or checkout flow. The upstream sees one session ID from Nodetonet; your client sees one pinned address for as long as the TTL holds.

Per-client controls — billing, quotas and access

Upstream forwarding does not change how proxy clients work. You can still create a separate client credential per customer and attach to it:

Nodetonet bills your account for edge bandwidth and proxy-seconds at the same rate as any other proxy. The upstream provider bills you separately for the traffic you route through them. There is no markup from Nodetonet on upstream bytes — what you pay the upstream is what you pay the upstream.

What you actually pay — cost model explained

The math of the two-tier model is straightforward. Nodetonet charges a small edge fee per gigabyte or per second (check your plan). The residential provider charges their own per-GB rate. For most setups the total comes out close to the cost of using the residential provider directly, because Nodetonet's edge fee is small relative to residential per-GB pricing.

Where it clearly wins for resellers: you charge your customers a bundled rate that covers both the upstream cost and the Nodetonet edge fee, then pocket the margin. Each customer gets one credential and one invoice without ever knowing which upstream provider is behind the service. This is the foundation of the white-label reseller model.

Debugging common problems

The overwhelming majority of upstream forwarding issues come down to three root causes:

  1. Upstream auth failure (407). Every request through the proxy returns a 407 or connection reset, but a direct test from your own machine with the same credentials works. Check whether the upstream provider has IP-whitelisted your machine — Nodetonet's edge server IP may not be on the allowed list. Add the edge's static IP to the upstream IP allowlist, or switch the upstream account to username/password auth (no IP restriction). Also check for special characters in the password — a @ or : that got URL-encoded somewhere in copy-paste.
  2. Wrong port for the protocol. Most providers serve HTTP and SOCKS5 on different ports, and sticky vs rotating may be on different ports too. Double-check the provider's documentation for the exact port matching your protocol. Use our proxy checker to confirm the upstream is reachable from the edge before troubleshooting further.
  3. Username modifier syntax mismatch. Each provider has its own delimiter style — Smartproxy uses -country-XX, IPRoyal uses _country-XX, Oxylabs uses -cc-XX. A delimiter from the wrong provider is silently ignored by most endpoints, and you get an unfiltered exit IP instead of the country you wanted.

For a step-by-step diagnostic flow including how to read the error logs on the edge see debugging upstream auth failures.

When NOT to use upstream forwarding

Upstream forwarding adds a hop and adds cost. It is the right choice when you need the upstream's exit IPs and geo breadth combined with Nodetonet's control layer. It is the wrong choice when:

Get started

Ready to chain a residential pool? Create a Nodetonet account, open /proxies, create a rotating proxy and paste your upstream string into the field. For next steps on controlling what each of your customers can do with it, read proxy clients and per-customer auth. And if you're new to the platform, the quickstart guide gives you the full picture in under ten minutes.

Frequently asked questions

What is upstream residential forwarding in Nodetonet?
It is a configuration where a Nodetonet proxy routes all outbound traffic through an external residential provider — such as Smartproxy, Bright Data, IPRoyal or Oxylabs — instead of exiting through a paired mobile device. Nodetonet becomes the auth and billing front door while the residential provider supplies the actual exit IPs.
Which residential providers work as Nodetonet upstreams?
Any provider that exposes a standard host:port:user:pass endpoint over HTTP or SOCKS5 works. Smartproxy, Bright Data, IPRoyal and Oxylabs are the most commonly used, but any provider using that format will connect.
Do geo-targeting modifiers in the upstream username still work?
Yes. Nodetonet forwards the username field verbatim to the upstream. If you embed a country code, city, or session ID in the username using the upstream provider's syntax, it is passed through unchanged and the provider honours it.
Can I use sticky sessions with an upstream residential provider?
Yes. Append a session suffix to your Nodetonet client username, and Nodetonet maps it to a deterministic upstream session ID for the configured TTL. The mapping survives edge restarts via a hot cache, so a scrape mid-run is not interrupted. See the sticky upstream sessions guide for details.
Does Nodetonet add a markup on upstream bandwidth?
No. Nodetonet bills you for edge bandwidth and proxy-seconds at the same rate as any other proxy. The upstream provider bills you separately at their own rate. There is no additional Nodetonet markup on the bytes that pass through to the upstream.
Why does every upstream request return a 407 error?
The most common cause is that the upstream provider has IP-whitelisted your machine but not Nodetonet's edge server. Add the edge's static IP to the upstream allowlist, or switch the upstream account to username/password authentication with no IP restriction. A special character in the password that got URL-encoded on copy-paste is another frequent culprit.
Can I set quotas and expiry dates on customers using an upstream proxy?
Yes. Per-client controls — bandwidth quotas, thread limits, IP allowlists, domain restrictions and expiry dates — all work exactly the same whether the proxy exits through a mobile device or an upstream residential provider.
How is upstream forwarding different from upstream-only proxies?
Both route traffic through an external endpoint. Upstream forwarding is a setting on a proxy that can also have a paired device — the upstream takes over as the exit. An upstream-only proxy has no device pairing at all; it purely forwards. See the upstream-only proxies guide for that simpler use case.
N

Nodetonet Team

Building Nodetonet — a prepaid proxy + tunneling platform that replaces ngrok, Cloudflared and a residential proxy provider with a single panel.

Related posts