Windows-এ SRSP: সংযোগ আছে, কিন্তু ট্র্যাফিক যাচ্ছে না
এই গাইডে বাস্তব SRSP সমস্যা আছে: app connected দেখায় কিন্তু browser direct যায়, DNS/API উত্তর দেয় না, mode switch করলে traffic থেমে যায় বা server upstream error দেখায়।
দ্রুত উত্তর
curl -x http://127.0.0.1:1080 কাজ করলে srsp-client চলছে। সমস্যা সাধারণত Windows proxy state: ProxyEnable=1 এবং ProxyServer=127.0.0.1:1080 এর বদলে PAC/AutoConfigURL সক্রিয়।
লক্ষণ ম্যাপ দিয়ে শুরু করুন
এই গাইডে বাস্তব 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 unreachable | server-এর 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.
চেকলিস্ট
- ✓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 information | DNS could not resolve the host | Check host name and server DNS |
| Network is unreachable for IPv6 | No IPv6 egress route | Use IPv4 egress or filter unavailable IPv6 |
| tls handshake eof | Client or scanner closed early | Usually informational |
| Broken pipe / connection reset | Remote side or client closed | Compare 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.