Blog Posts

VyOS Wireguard changing configuration bug

The problem occurs when i tried to modify the existing wireguard configuration on my test VM VyOS.Error received when i tried to change a peer setting in Wireguard vyos@vyos-router# commit [ interfaces wireguard wg01 ] Traceback (most recent call last): File "/usr/libexec/vyos/conf_mode/wireguard.py", line 361, in apply(c) File "/usr/libexec/vyos/conf_mode/wireguard.py", line 224, in apply addr_eff = re.sub("\'", "", c_eff.return_effective_values(intf + ' address')).split() File "/usr/lib/python3.4/re.py", line 175, in sub return _compile(pattern, flags).sub(repl, string, count) TypeError: expected string or buffer [[interfaces wireguard wg01]] failed

Continue Reading

Overclock Raspberry Pi 4

To achieve better results using VPN tunnels to the new Raspberry Pi 4, i tried and search to see if it’s possible to overlock this product.Currently, being a very new one, not too many explanation and support related to this. Being a fan, today i start to test DietPi, very light os for especially small devices like Raspberry Pi.1. Cpu usage. Have a look to this: 2. Ram usage: root@DietPi:~# free -m total used free shared buff/cache available Mem: 1989

Continue Reading

Raspberry Pi 4 VPN performance review

Zerotier iperf3: Wireguard and Zerotier – New VPN Technologies performance with iperf3 IPerf3 between Raspberry Pi 4 and OPnsense, same LAN. root@pi4:~# iperf3 -c 192.168.5.50 -R Connecting to host 192.168.5.50, port 5201 Reverse mode, remote host 192.168.5.50 is sending [ 5] local 192.168.5.123 port 32994 connected to 192.168.5.50 port 5201 [ ID] Interval Transfer Bitrate [ 5] 0.00-1.00 sec 109 MBytes 914 Mbits/sec [ 5] 1.00-2.00 sec 112 MBytes 940 Mbits/sec [ 5] 2.00-3.00 sec 112 MBytes 940 Mbits/sec [

Continue Reading

Site Footer