jgsoftwares/oraclelinux_wireguard

By jgsoftwares

Updated over 1 year ago

oracle linux 9

Image
Networking
0

10K+

jgsoftwares/oraclelinux_wireguard repository overview

alternative you can install the wireguard server on the openwrt host system
http://demogitjava.ddns.net:8000/openwrt/backup-demogitjava.ddns.net-2025-03-26.tar.gz
edit the password and the static ip address
the default password is jj78mvpr52k1

install openwrt as host - system:
http://demogitjava.ddns.net:8000/openwrt/openwrt_installwithgparted⁠

or install wiregaurd as container
required server files on docker container:
folder - /etc/wireguard
wg0.conf wg0.json

to start the vpn server manually type
wg-quick up wg0

required client files folder - /etc/wireguard hoscho.conf

client connect with
wg-quick up hoscho

openwrt wiregaurd\

docker run -i --interactive -p 0.0.0.0:51820:51820 --name=oraclewireguard --platform=linux/amd64 -v /etc/wireguard:/etc/wireguard --restart unless-stopped --cap-add=NET_ADMIN --cap-add=SYS_MODULE -e TZ=Europe/Berlin --net=host -e NTP_SERVER="2.rhel.pool.ntp.org" jgsoftwares/oraclelinux_wireguard:openwrtext4 /bin/bash

wg-quick up wg0

Tag summary

Content type

Image

Digest

sha256:710859cf4

Size

196.6 MB

Last updated

over 1 year ago

docker pull jgsoftwares/oraclelinux_wireguard:openwrtext4