Fix Slow or Bursty Speed in Pangolin When Using Newt Tunnels

I managed to create one page using the Wireguard tunnel. This resulted in noticeable differences in performance. Following up on this success, I wanted to create another such page. Unfortunately, creating another tunnel also changed the IP address of the previous tunnel. Instead of

Address = 100.89.128.24/30
ListenPort = 51820
PrivateKey = ••••••••••••••••••••••••••••••••••••••••••••

the address

Address = 100.89.128.28/30
ListenPort = 51820
PrivateKey = ••••••••••••••••••••••••••••••••••••••••••••

After that, both tunnels stopped working. After making a few changes, I managed to restore one of the tunnels.

Does anyone know how to run two parallel tunnels?

1 Like