banner
Geek

Geek

🧠在家居士 | 🥦素食者 | 🏃🏻马拉松爱好者 | 📡AI降临派 | 过🪜技术资深学者 | 🤖科技狂 | 📤更新狂🆅 https://www.igeekbb.com/
twitter
github

European Scaleway Annual 40RMB VPS IPV6 Ladder Setup Evaluation

#Updated on October 9, 2023

France Paris 1C1G10GB <Fusion Monster Test>

SSH Password Login

Background#

The story begins with:

1C1G10G 100M bandwidth unlimited traffic Netherlands Amsterdam Little Chicken in hand (it is recommended to strictly follow the above tutorial to use the script to boot)

image

Adding IPV4 (WARP) to Pure IPV6 on Scaleway#

  • Use Fscarmen/warp warp-go script to add IPV4 support for easy access to IPV4 content.

image

Enabling BBR#

  • No need to tinker with the kernel anymore (I've saved you from pitfalls), just enable native BBR (Debian 12)
  • Applicable to both IPV4 and IPV6
echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
  • Take effect
sysctl -p
  • Verification (if BBR is present, it means it is enabled)
sysctl net.ipv4.tcp_available_congestion_control

SSH Password Login#

#Change password
passwd
#Modify sshd_config file
vim /etc/ssh/sshd_config
#Find the following options, remove the # and change to yes, then save
PermitRootLogin yes
PubkeyAuthentication yes
PasswordAuthentication yes
#Restart sshd
service sshd restart

Benchmark Testing#

Little Chicken Overview + International Group Speed Test#

image

Domestic Group Speed Test 1 (Netherlands)#

image

Domestic Group Speed Test 1 (France Paris Node)#

image

Domestic Group Speed Test 2#

image

  • This clearly exceeds 100M bandwidth

Setting up Vless_Reality + Hysteria2 Shadowsocks#

Eight-in-One Script#

Hysteria2#

Speed Test with Different Protocols#

speed.cloudflare.com#

vless_reality_vision#

image

vless_reality_grpc#

image

Hysteria2#

image


fast.com#

vless_reality_vision#

image

vless_reality_grpc#

image

Hysteria2#

image

YouTube#

vless_reality_grpc and vless_reality_vision#
  • 1080P is barely watchable, too lazy to take a screenshot
Hysteria2#
  • Stand up, everyone! Is this really 100M?

image


iPhone+ Shadowrocket Global#

  • Upload speed is limited by China Unicom in the southern region, please ignore.
vless_reality_grpc#

image

vless_reality_vision#

image

Hysteria2#

image


Conclusion#

  • IPV6 environment is a must, you can refer to "Bu Liang Lin" and "Han Feng Talk" for IPV6 activation tutorial
  • You can set up a shadowsocks server, vless_reality_grpc and vless_reality_vision protocols are barely usable, Hysteria2 takes off directly.
  • Due to being blocked or heavily throttled by the ISP, Hysteria2 requires port hopping, you can refer to "Hysteria2 Port Hopping Settings to Counteract QoS Blocking & Throttling" Note: Replace the iptables command with ip6tables.
  • IPV6 port hopping cannot be used It has been resolved with the help of experts Reference (Scaleway's attitude towards using Hysteria2/UDP is unknown, there is a risk of being blocked)
  • The €40 per year 100M bandwidth unlimited traffic Little Chicken, when combined with WARP, has a high playability and is indeed worth tinkering with. I run two lightweight Docker containers/backup shadowsocks servers on it, very satisfied.
  • The above links are all compiled, basically it can be said to be a lazy person's package for getting started with Scaleway, if something goes wrong, just delete the server and start over, have fun everyone.

France Paris 1C1G10GB Test#

Short link:
http://paste.spiritlhl.net/u/yqTG2D.txt

image

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.