What's new

WireGuard [Tutorial] Make your own WireGuard config for Globe/TM No load Part 1

boss patulong .. walang nalabas pag ka show ko

root@SG-Wireguard:~# nano /etc/wireguard/wg0.conf
root@SG-Wireguard:~# wg-quick up wg0
[#] ip link add wg0 type wireguard
[#] wg setconf wg0 /dev/fd/63
Key is not the correct length or format: `<6PARm/l54ZGLCXG8ntRMk0vrsefbNEf1S1Rz06q/wls=>'
Configuration parsing error
[#] ip link delete dev wg0
root@SG-Wireguard:~# nano /etc/wireguard/wg0.conf
root@SG-Wireguard:~# wg-quick up wg0
[#] ip link add wg0 type wireguard
[#] wg setconf wg0 /dev/fd/63
[#] ip -4 address add <207.148.xx.x}>/24 dev wg0
Error: inet prefix is expected rather than "<207.148.xx.x}>/24".
[#] ip link delete dev wg0
root@SG-Wireguard:~# sudo systemctl enable wg-quick@wg0
Created symlink /etc/systemd/system/multi-user.target.wants/wg-quick@wg0.service → /lib/systemd/system/wg-quick@.service.
root@SG-Wireguard:~# wg show
root@SG-Wireguard:~#
 

Similar threads

Back
Top