shadowsocks-org icon indicating copy to clipboard operation
shadowsocks-org copied to clipboard

Internet speed issue

Open animer3009 opened this issue 8 months ago • 3 comments

Hi, In my internal network I have shadowsocks server (android). I run openWRT with client and forward all traffic over the that server. Network has very low load. One pc with web traffic. I face internet speed issue. It literally makes half of my speed. I thought it was because encryption. So made changes and build it to not encrypt. Anyway traffic is local and it does not matter. No impact on speed... I tried fast open and etc... But same... I run almost default config... Please advise.

config server 'sss0' option server_port '1886' option server '192.0.0.2' option method 'none' option password 'none'

config ss_tunnel option server 'sss0' option local_address '0.0.0.0' option local_port '8053' option tunnel_address '1.1.1.1:53' option verbose '1' option user 'shadowsocks' option mode 'tcp_and_udp'

config ss_redir 'ssr0' option server 'sss0' option local_address '0.0.0.0' option local_port '1100' option loglevel 'verbose' option verbose '1' option user 'shadowsocks' option reuse_port '1' option mode 'tcp_and_udp'

config ss_rules 'ss_rules' option src_default 'checkdst' option dst_default 'forward' option redir_udp 'ssr0' option redir_tcp 'ssr0' option local_default 'forward'

animer3009 avatar Jun 13 '25 05:06 animer3009

Have you ever tried to test the raw bandwidth directly between your router and the server?

I recommend using iperf3 to test the bandwidth in between first, then examine the bottleneck of the network connection.

luoxufeiyan avatar Jun 20 '25 07:06 luoxufeiyan

Router and server are connected with 1 meter network cable. So, I guess nothing to measure between them.

animer3009 avatar Jun 20 '25 23:06 animer3009

Confirmed. I also have shadowsocks transfer speed max 80-90% of 100 Megabit internet. And there is another VPN to the same server, which gives 100% speed.

master255 avatar Sep 09 '25 20:09 master255