banner
Geek

Geek

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

European Scaleway annual 40RMB VPS IPV6 ladder evaluation.

Europe Scaleway Annual 40RMB VPS IPV6 Ladder Evaluation

Cause

The story begins with:

  • "Scaleway Star 40 yuan 1 year 1C1G10G IPV6 chicken"
  • "Various stingy advanced gameplay of Scaleway Star IPV6 chicken"
  • "Scaleway ultra-low-priced chicken boot tutorial"

1C1G10G 100M bandwidth unlimited traffic Netherlands Amsterdam chicken in hand (it is recommended to strictly refer to the above tutorial to use the script to start)

Adding IPV4 (WARP) to Scaleway Pure IPV6

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

Enable BBR

  • No need to tinker with the kernel (I have avoided the pit for you), directly enable native BBR (Debian 12)
  • Applicable to both ipv4/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 there is bbr, it means it has been enabled)
sysctl net.ipv4.tcp_available_congestion_control

SSH password login

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

Performance test

Chicken Overview + International Group Speed Test

Netherlands Group Speed Test 1

Netherlands Group Speed Test 1 (Paris, France node)

Domestic Group Speed Test 2

Set up ladder Vless_Reality + Hysteria2 coexistence

Eight-in-one script

Hysteria2

Different protocol speed test

speed.cloudflare.com

vless_reality_vision

vless_reality_grpc

Hysteria2

fast.com

vless_reality_vision

vless_reality_grpc

Hysteria2

YouTube

vless_reality_grpc and vless_reality_vision

Hysteria2

iPhone+ Little Rocket Global

vless_reality_grpc

vless_reality_vision

Hysteria2

Summary

  • Must have IPV6 environment, refer to "Bad Lin" and "Han Feng Talk" IPV6 opening tutorial
  • Can build a ladder, vless_reality_grpc and vless_reality_vision protocols can be used with difficulty, Hysteria2 can take off directly.
  • Hysteria2 needs to use port hopping due to being blocked or severely limited by the operator, 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 solved by a great person [reference] (Scaleway's attitude towards using Hysteria2/UDP is unknown, there is a risk of being blocked)
  • 40RMB per year, 100M bandwidth unlimited traffic chicken, with WARP, the playability is very high, it is indeed worth tinkering with. I run two lightweight Docker/backup ladders, very satisfied.
  • The above links are all organized, basically it can be said to be a lazy package for getting started with Scaleway, if you mess up, just delete the machine and start over, everyone have fun.

France Paris 1C1G10GB test

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