GhostMesh
ডাউনলোডসার্ভারSRSPFAQমূল্যBlog
লগইন
GhostMesh

© 2026 SRS Conglomerate. সর্বস্বত্ব সংরক্ষিত.

পরিষেবার স্থিতিডকুমেন্টেশননিরাপত্তাশর্তাবলীস্বচ্ছতা প্রতিবেদনগোপনীয়তা নীতি
হোম/গাইড/Windows-এ SRSP: সংযোগ আছে, কিন্তু ট্র্যাফিক যাচ্ছে না
Windows 10Windows 11SRSP

Windows-এ SRSP: সংযোগ আছে, কিন্তু ট্র্যাফিক যাচ্ছে না

এই গাইডে বাস্তব SRSP সমস্যা আছে: app connected দেখায় কিন্তু browser direct যায়, DNS/API উত্তর দেয় না, mode switch করলে traffic থেমে যায় বা server upstream error দেখায়।

আপডেট
২৩ মে, ২০২৬
প্রকাশিত
২৩ মে, ২০২৬
পর্যালোচিত
GhostMesh Network Team
advanced
12 মিনিট পড়া
Windows-এ SRSP: সংযোগ আছে, কিন্তু ট্র্যাফিক যাচ্ছে না — GhostMesh

দ্রুত উত্তর

curl -x http://127.0.0.1:1080 কাজ করলে srsp-client চলছে। সমস্যা সাধারণত Windows proxy state: ProxyEnable=1 এবং ProxyServer=127.0.0.1:1080 এর বদলে PAC/AutoConfigURL সক্রিয়।

Windows-এর জন্য ডাউনলোডGoogle Play থেকে ডাউনলোড করুনমূল্য দেখুন

লক্ষণ ম্যাপ দিয়ে শুরু করুন

এই গাইডে বাস্তব SRSP সমস্যা আছে: app connected দেখায় কিন্তু browser direct যায়, DNS/API উত্তর দেয় না, mode switch করলে traffic থেমে যায় বা server upstream error দেখায়।

শুধু সবুজ connected status দেখে সিদ্ধান্ত নেবেন না। local proxy, Windows system proxy, Wintun/routes এবং server egress একসাথে ঠিক থাকতে হবে।

লক্ষণসম্ভাব্য কারণকীভাবে পরীক্ষা করবেনকীভাবে ঠিক করবেন
অ্যাপ connected দেখায়, কিন্তু ব্রাউজার local IP ব্যবহার করেsystem proxy প্রয়োগ হয়নি বা PAC সক্রিয় আছেProxyEnable, ProxyServer, ProxyOverride ও AutoConfigURL দেখুননতুন ভার্সনে reconnect করে 127.0.0.1:1080 ফিরিয়ে আনুন
curl -x 127.0.0.1:1080 কাজ করে, browser করে নাbrowser পুরনো Windows proxy/PAC state ব্যবহার করছে-x সহ ও ছাড়া curl তুলনা করুনAutoConfigURL সরান বা GhostMesh update করুন
port 1080 বন্ধsrsp-client চলছে না বা credentials ব্যর্থsrsp-client process ও local port পরীক্ষা করুনreconnect, আবার login, অথবা log পাঠান
log-এ IPv6 Network is unreachableserver-এর IPv6 egress route নেইserver route ও target host পরীক্ষা করুনIPv4 egress বা unavailable IPv6 filter করা build ব্যবহার করুন

Windows proxy পরীক্ষা

curl -x http://127.0.0.1:1080 কাজ করলে srsp-client চলছে। সমস্যা সাধারণত Windows proxy state: ProxyEnable=1 এবং ProxyServer=127.0.0.1:1080 এর বদলে PAC/AutoConfigURL সক্রিয়।

Working state: ProxyEnable=1, ProxyServer=127.0.0.1:1080, ProxyOverride=<local>, AutoConfigURL empty.

If forced proxy returns the VPN IP but the browser does not, fix the Windows proxy state before reinstalling drivers.

চেকলিস্ট

  • ✓Test-NetConnection 127.0.0.1 -Port 1080
  • ✓curl.exe -x http://127.0.0.1:1080 https://api.ipify.org
  • ✓curl.exe https://api.ipify.org
  • ✓Check ProxyEnable, ProxyServer, ProxyOverride, AutoConfigURL after reconnect

Installer এবং bundled assets

Users should not install .NET, Rust, srsp-client, or Wintun manually. The Windows installer must include them.

A partial install can show successful login and connected state while no traffic flows.

চেকলিস্ট

  • ✓GhostMesh.exe exists in the install directory
  • ✓srsp-client.exe exists next to GhostMesh.exe
  • ✓wintun.dll exists next to GhostMesh.exe
  • ✓Install version 1.0.323 or later
  • ✓Allow administrator elevation when Windows asks

Firewall, Wintun, routes

Windows Defender Firewall can block a new app if the first prompt was denied. TUN mode also needs Wintun routes.

If Wintun appears as a Public unidentified network, stricter firewall rules can block traffic.

  • Allow inbound and outbound rules for GhostMesh.exe and srsp-client.exe.
  • Check that the GhostMesh/Wintun adapter appears in VPN or Smart routing mode.
  • In TUN mode, check routes such as 0.0.0.0/1 and 128.0.0.0/1.
  • Reconnect after installing the latest build.

DNS, API, server logs

Separate local proxy/DNS problems from server egress problems. Local failures often send no traffic to the SRSP server; egress failures appear in srsp-server logs.

tls handshake eof, Broken pipe, and connection reset are not always outages. Correlate them with the user's exact timestamp.

Logঅর্থAction
failed to lookup address informationDNS could not resolve the hostCheck host name and server DNS
Network is unreachable for IPv6No IPv6 egress routeUse IPv4 egress or filter unavailable IPv6
tls handshake eofClient or scanner closed earlyUsually informational
Broken pipe / connection resetRemote side or client closedCompare with exact user timestamp

Support-এ কী পাঠাবেন

A useful report shows which layer failed: local proxy, Windows proxy registry, Wintun route, firewall, DNS, or server egress.

Do not send passwords, tokens, private account pages, or credential files.

চেকলিস্ট

  • ✓Windows version and GhostMesh version
  • ✓Selected server and mode
  • ✓Forced proxy IP test and direct IP test
  • ✓ProxyEnable, ProxyServer, ProxyOverride, AutoConfigURL values
  • ✓Whether srsp-client.exe is running and port 1080 is open
  • ✓Exact timestamp of the failed test

FAQ

Manual proxy ঠিক করলেও reconnect-এর পরে আবার কেন ভাঙে?

Older builds could re-apply PAC/AutoConfigURL with ProxyEnable=0. The fixed build restores manual proxy 127.0.0.1:1080 after switching.

Does every Network is unreachable log mean SRSP is broken?

No. It is often one target route, especially IPv6 on a server without IPv6 egress. Confirm forced proxy and normal IPv4 tests first.

সূচি

  1. লক্ষণ ম্যাপ দিয়ে শুরু করুন
  2. Windows proxy পরীক্ষা
  3. Installer এবং bundled assets
  4. Firewall, Wintun, routes
  5. DNS, API, server logs
  6. Support-এ কী পাঠাবেন

আরও পড়ুন

সম্পর্কিত গাইড

  • 11 minVPN connected কিন্তু internet নেই: setup, check এবং fixDNS, routes, MTU, captive portals, and app-specific failures to check before reinstalling.Open
  • 10 minDNS leak: setup, check এবং fixCheck DNS resolvers, separate real leaks from browser Secure DNS, and understand route changes.Open
  • 7 minVPN বিচ্ছিন্ন হওয়ার পর কিল সুইচ ইন্টারনেট ব্লক করেছেGhostMesh খুলুন, টানেল বিচ্ছিন্ন নাকি পুনরায় সংযোগ করছে তা দেখুন, একবার পুনরায় সংযোগ করুন, এবং শুধুমাত্র আপনি সরাসরি ট্রাফিক ইচ্ছাকৃতভাবে গ্রহণ করলেই কিল সুইচ বন্ধ করুন। পাবলিক Wi-Fi-তে, পুনরায় সংযোগের আগে ক্যাপটিভ পোর্টাল লগইন সম্পূর্ণ করুন।Open
  • 8 minWindows 10/11-এর জন্য VPN: setup, check এবং fixInstaller checks, SHA256 verification, SmartScreen, DNS, and first Windows troubleshooting steps.Open