Skip to content

Gluetun qbittorrent port forward download



 

Gluetun qbittorrent port forward download. Jun 30, 2023 · VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy servers built-in. io to validate that the visible ip is from mullvad. conf file to the container's /config folder. VPN port forward wiki entry. #1. 4_16. I've got the ports from qBittorrent setup as ports on Gluetun per instructions I saw on the Gluten hub. Here's part of my Docker compose: I don't see any way to dynamically change/ assign port forwarding to containers without restarting the container and if I restart, the incoming assigned port changes too. qBittorrent. Still very new to all this, but unable to determine what the issue is. Contribute to qdm12/gluetun-wiki development by creating an account on GitHub. I've seen mixed examples with the ports commented out in the qbittorrent container. Under Torrent Address detection, you should see the IP address of your chosen proxy server. Dec 16, 2021 · Hi, I'm trying to get gluetun working with qbittorrent on Synology, currently I use it with dperson/openvpn-client w/o any problem, but with gluetun I can't get qbittorrent showing the green plug icon (which means port forwarding working), my docker-compose as below: A shell script and Docker container for automatically setting qBittorrent's listening port from Gluetun's control server. local. But, in a docker (gluetun/binhex) or on unraid using the TorGuard config generator, I generate the config and that works fine, VPN connects. Oct 24, 2023 · I have used qdm12's port checker inside the gluetun docker to check, doing so whilst qbittorrent is not open to avoid port conflicts. r/selfhosted •. Sign in to your Proton VPN Account and go to Account → Downloads → WireGuard configuration. PING localhost -n 5 >NUL. Requesting a specific port will not work in this situation. Step 2 – Head into Package Manager and click ‘Manual Install’ on the top right and install the . Dec 7, 2020 · Script to close qbittorrent, add 5 sec wait, pull the PIA port forward number, delete qbittorrent. GLUETUN_CONTROL_HOST: 127. 5. To test, exec into the container, access ipinfo. Once that is done, you have to tell qBitTorrent which port to use and you should also bind the app to your VPN connection in the advanced settings. When doing this, ensure that Select VPN options → NAT-PMP (port forwarding) is enabled . I'm a noob on qbittorrent on docker and seeding. GitHub is where people build software. When qBittorrent is open, click OK to add the torrent. 12. A few thoughts on this: Seeing as Gluetun works with an MIT license, could this situation be as simple as just copying Gluetun's work with some changes to fit your container? Port forward with qBittorrent and ProtonVPN (on Docker with VPN via Gluetun) Download Station for Bittorrent with QuFirewall Mar 9, 2024 · This will pull the currently configured port and the currently forwarded port, compare them and change the configured port if needed. :v3. ix-qbittorrent. But anything I try to do to get port forwarding working fails. Beiträge. When performing the test, container is listening but does not receive any incoming connections when visiting 206. Right now i'm running qBit in a docker container with a service called gluetun, configured to access the VPN service Mullvad. This is my docker compose: You can still use mullvad VPN port forwarding for faster torrenting by setting it up on the mullvad website, adding the port as a gluetun environment variable (FIREWALL_VPN_INPUT_PORTS) and the setting the port in qbit options. 42. I'm not forwarding the Webui port. Sep 26, 2022 · Hi, I got Gluetun up and running and connected to Mullvad successfully, but I can't seem to get port forwarding to work. I've been messing with this for a while. Nov 6, 2023 · TrueCharts - Sync QBittorrent Gluetun Port Forwards - sync-qbittorrent-gluetun-port-forward. Gosh, did not realize there was a problem with Nordlynx but I will check this. For security reasons this stack connect to the outside via a vpn. There is a script that does it for qbit. I've updated the port in qbittorrent. Custom VPN server side port forwarding for Private Internet Access; Possibility of split horizon DNS by selecting multiple DNS over TLS providers; Unbound subprogram drops root privileges once launched; Can work as a Kubernetes sidecar container, thanks @rorph; Setup Thanks to you, I got the binhex qbittorrent vpn docker container running successfully on my unraid with working port forwarding through proton vpn. If gluetun goes down all Jun 30, 2023 · VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy servers built-in. netEverclear is the bridge network between this stack and the rest of the containers. Your compose file should look something like this: gluetun: ports: - 8080:8080/tcp #qbittorrent - 1234:1234/tcp #some other app that needs the vpn qbittorrent: environment: - WEBUI_PORT=8080 depends_on: gluetun: condition: service_healthy network_mode: "service:gluetun". One that is deployed, then create the qBittorrent container and change the network mode to Container -> Gluetun container name. net open. Enable port forwarding in the Proton VPN app (see above) and launch qBittorrent. FIREWALL_VPN_INPUT_PORTS is set accordingly in docker-compose. net and generate a WireGuard key and create a port forward for the same city. Can see the open port in Gluetun logs & switch Transmission open port to it and all works! Now how does one define the forwarded port # in Gluetun so it is the same every startup? In qbittorrent, select advanced settings. I'm trying to forward qbittorrent's listening port, while it's running through Gluetun. :latest. This should probably never change. This is the correct way to setup the listening port in qbit, right? qbittorrent listening port You should be able to check if the port is open with any external port probing tool or website as long as qbittorrent is allowed to use TCP for connections (for example https://portchecker. I've tried it both with the qbit container routing the ports and not. cluster. sync-qbittorrent-gluetun-port-forward. Hello, I've run into a problem with qbittorrent and my vpn in regards to seeding. - GitHub - pblop/qbittorrent-port-forward-gluetun-server: A shell script and Docker container for automatically setting qBittorrent's listening port from Gluetun's control server. It will forward traffic to the service that is using port 9091. You can leave the two ports default without a VPN. services: gluetun: image: qmcgaw/gluetun:latest. - claabs/qbittorrent-port-forward-file network_mode: service:gluetun # run on the vpn network. I have noticed one thing in your docker compose: FIREWALL_VPN_INPUT_PORTS**:**56056. TrueNAS-SCALE-22. - Home · qdm12/gluetun Wiki AirVPN is the best VPN. Since the python script needs access to two non-standard Mar 3, 2023 · Normally, you would expose port 8080 (qBittorrent default web UI port) from inside the qBittorrent container to a free port on the Docker host. I use Mullvad. mjmeli/qbittorrent-port-forward-gluetun-server:latest. TL:DR - I think I will need to go with TorGuard and re-run the compose file with - FIREWALL_VPN_INPUT_PORTS=XXXXX uncommented and set to the correct port defined in TorGuard's settings to achieve port forwarding for a healthy connection within qBittorent - but before Set qBittorrent's forwarded port reading the port number from a file. Here is my docker-compose: version: "3. I have to say that at the time I was using Docker on a windows machine which was causing a lot of performance issues. Note that this is the port inside the container, not the one forwarded out. I feel it is TorGuard specific as I had mullvad running fine Jul 22, 2021 · The process for forwarding a port is: Start by logging in to your router. The gluetun logs show that vpn connection is succesful, and it also logs the forwarded port. I can see the port number i Jun 3, 2023 · mkubicek commented on Jun 3, 2023. Password to log into the qBittorrent WebUI. You signed out in another tab or window. exe" /F. 1. . Pointing to the right download folder, DHT and other boxes checked, linked to the proper adapter. You switched accounts on another tab or window. spk file and untick the box to run after install. It lists that the script needs these Python packages: qbittorrentapi and requests. 0. 1. To review, open the file in an editor that reveals hidden Unicode characters. We will be using the Docker health check functionality via No static IP is required, but you must complete these steps every 7 days when the port expires. Gluetun. I didn't see any other reasonable solutions, so I made my own: qbittorrent-gluetun-port-forward. A combined qBittorrent + VPN container didn't work out for me. Small caveat is, you need to identify the best location with some testing and once the location is identified, it should be really good. Your Docker container is another device. Important: keep ipleak. According to all logs, this should be configured correctly, but the upload speed still stays at 0b/s. (PS: don't forget to bind qBittorrent to ProtonVPN so it doesn't accidentally pass through your non-vpn internet). g. Docker, Memory Recommendations and Limitations. The default username and password for qbittorrent is admin and adminadmin respectively. Hello all, my VPN, IVACY is not currently on the list of providers with config files for easy setup with Gluetun. files downloaded successfully but I'm unable to seed and ive been Jan 2, 2024 · So this is to be expected, as Qbittorrent is not only binding to this port. main branch. What's the problem 🤔. Good day! Migrating from Nordvpn to protovpn so I can forward a port for Transmission. - Home · qdm12/gluetun Wiki This is for nginx-proxy reverse proxy. - mjmeli/qbittorrent-port-forward-gluetun-server In the troubleshooting section it shows, The port cannot be accessed with another computer/device that is connected to Mullvad using the same VPN server. I’ll post it here whenever I finish that up . It wasn't too difficult tbh - AirVPN gives you 20 ports that they'll forward for you. The rest of the arr stack (and SABnzbd) is run from my internal network. Custom VPN server side port forwarding for Private Internet Access; Possibility of split horizon DNS by selecting multiple DNS over TLS providers; Unbound subprogram drops root privileges once launched; Can work as a Kubernetes sidecar container, thanks @rorph; Setup I'm absolutely clueless as to why im just not able to get seeding working in qBittorrent. The listening port on qBittorrent is 47576 and I've inserted that number in `FIREWALL_VPN_INPUT_PORTS` on Gluetun. When i hover my mouse over the PIA client icon on my system tray, I see the port number. I use a gluetun container to connect to AirVPN Wireguard then a qBittorrent container connected to the gluetun nertwork. In the Port used for incoming connections field, enter the active port number shown in the Proton VPN app. docker exec -it gluetun /bin/sh. I have not seen any changes in speed, up or down, so far. Jul 15, 2023 · I recently forked claabs/qbittorrent-port-forward-file to build a container that would retrieve gluetun's port via the control server instead of the forwarded_port file: mjmeli/qbittorrent-port-forward-gluetun-server. Network Interface on qBittorrent is set to tun0 Optional IP address to bind to All IPv4 on qBittorrent. 130. I also have same setup like qBitTorrent running behind Gluetun VPN and I configured it with wireguard. Grab one, add it to the FIREWALL_VPN_INPUT_PORTS environmental variable in the Gluetun addon, set it as the port in the TCP service port in the chart settings, and finally whack it in the Qbittorrent settings. Click the "Ephemeral" tab, and click "Request Matching Port". Not all VPN's support this. Look for the port forwarding section in your router. Immich - Self-hosted photos and videos backup solution from your mobile phone (AKA Google Photos replacement you have been waiting for!) - June 2023 Update - Initial support for existing galleries (read-only mode), memories feature, XMP sidecar support, and more 🎉. I needed a solution after mullvad kicked everyone off port forwarding. Dec 28, 2023 · Update includes: Firewall Input Ports for when your provider offers port forwarding, also a note in relation to volumes and added PUID/PGID settings for GlueTUN 14/06/2023 Update for Wireguard Kernel Module Install which reduces overall CPU usage for Wireguard connections Jul 8, 2023 · Prerequisites. 0 tag. 2. tldr: port forwarding with gluetun works, but don't expect static IP for torrent client. Select Open qBittorrent. If port 8080 on the host is free, then the ports block would look like this: ports: - "8080:8080" When qBittorrent is behind Gluetun's VPN network, doing the above won't work. @echo off. 8" services: gluetun: image: qmcgaw/gluetun:latest. here is my docker container file for reference. Just probe the forwarded port at the VPN exit point ip address, both will be shown in the gluetun logs when it connects ( docker compose logs gluetun ). - GitHub - DavidBoettger/qbittorrent I wanted to set up port forwarding for my Torrents. But it's also announcing this port as the one it's using to trackers and such. I've got it set up with Docker and i've configured Sonarr to use qBitTorrent as the download client and use Jackett as the indexer, both of those appear to connect successfully. version: "3. I've been downloading torrents fine, but somehow im unable to seed. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects. must be. I've been using IVACY since 2016 or so, and they So when Sonnar service registers port 8989 it registers it with gluetun container that is why you need to set the port forwarding on the gluetun container to expose 8989. The qBittorrent container is using the Gluetun container as it's network. Step 1: Directory Setup Guide. 221Z (commit c826707. k3s kubectl get svc -A or Scan this QR code to download the app now. I've checked qbittorrent configuration and everything is in order. You will also need a way to keep the qBittorrent listening port up-to-date with the port forwarded from the VPN, if you plan to use that. It downloads fine at 14MiB/s on average for a well seeded torrent (I am on roughly 60MiB/s with BT Broadband so perhaps - Edit - A new version with a lot of fixes was pushed to the main branch, and a new image deployed to the registry. Generate VPN Configuration on ProtonVPN. Before the container can connect to your Wireguard VPN, you need to add a Wireguard config file wg0. While the torrent is downloading metadata, return to the ipleak website. /port-checker -port 6881. Download from the GitHub and install. 35. I was first routing qbittorrent behind Gluetun using Torguard VPN and was getting the same issue. For the first 10 minutes or so everything works; the port is open. docker compose Example (qbittorrent set to port 59567): gluetun: container_name: vpn image: qmcgaw/gluetun devices: - /dev/net/tun ports: - 8085:8085/tcp #qbittorrent For the VPN I am using gluetun and would like to ask you, by having a look at my docker-compose file, if everything is configured properly or if I need some extra steps, to make sure that my IP is not exposed. A shell script and Docker container for automatically setting qBittorrent's listening port from Gluetun's control server. ini as a source file, add 5 sec wait, and then restart qbittorrent. Digest: sha256:67d0d21ed792cf80716d4211e7162b6d375af5c12f3cf096c9032ad705dddaa8 OS/ARCH Hello, I use gluetun (Private Internet Access) and qbittorrent together in a docker-compose, same network. r/homelab •. Mai 2023. May 5, 2023 · 1. sometimes it goes upto a few KB/s, but then drops back to 0B. Port forwarding is enabled in PureVPN portal for port 4567. Target and Container Port: 8888 (Gluetun default for HTTP proxy) Click Save; Step 3: Determine the proxy internal DNS name The service name will end in -proxy. So for your downloding client, you need to update the new ip every time. It sends all its network traffic through a gluetun container connected to mullvad. taskkill /IM "qbittorrent. depends_on: - gluetun. I've checked everything and it will not seed. I run qbittorrent, xteve/threadfin (iptv), and prowlarr behind the gluetun vpn. I limit my gluetun container to region/servers that it is supported with the "SERVER_REGIONS" variable on the gluetun container. Step 3: Setting up a Docker Bridge Network. INITIAL qBittorent connectivity with Gluetun and ExpressVPN running through Docker. It took a couple of days for me to identify the server that has the best speeds After the configured checks pass, a function to request and verify the port mapping starts Using natpmpc a port mapping request is made to the address defined in VPN_GATEWAY for udp and tcp; Comparison is made between the current configured port in qBittorrent and the currently active mapped port from the VPN; If a condition of different port Just to make sure you have all the information, this is my docker compose of what i run behind the gluetun VPN. I've got both qbittorrent and gluetun in docker containers, and I've set up gluetun for port forwarding. Proton VPN manual port forward guide. 168. Mullvad for example, from Qbit Webui, Tools > Options > Connection tab. cap_add: Password to log into the qBittorrent WebUI. After restarting the container I am now experiencing some port forwarding problems. I have a Windscribe account where I have configured a static IP with port forwarding enabled. Now have moved to just qbittorrent and no VPN or port Jan 28, 2024 · In order for you to successfully use this guide please complete the three preceding guides. 9:4567. Step 2: Setting up a restricted Docker user. svc. Extra Parameters: --network=container:GluetunVPN (or whatever your gluetun container is named) Network Type: None. Qbittorrent is running with the VPN IP provided by Gluetun, but the port forwarding is not working. If your app is named something different, you can look it up using. Yes it’s safe. Works fine. Or check it out in the app stores Automating forwarded port from gluetun to Qbittorrent webui in docker . 11: IP Address where the Gluetun control server is hosted. - qBittorrent on docker: qBittorrent v4. You signed in with another tab or window. Dec 28, 2023 · Step 1 – Find your model of NAS under the correct DSM version section (If you are following this guide it will be 7. So glad I don't need air vpn now that I have this working. Might be useful for someone to directly. I've done batch jobs & scheduled tasks in windows, but never in linux or setup a cronjob. spk file. Jul 15, 2023 · I get good download speeds ~9 MB/s, but no upload at all. Raspberry-gateway has qBittorrent, OpenVPN+webUI, Wireguard+webUI setup automated in containers with monitoring. Start the gluetun docker and monitor the logs and it states that the VPN connects successfully, and I can see in the logs the One of my stacks is an entertainment stack w/ qbittorrent, jackett and amule as the downloading part of the stack. GLUETUN_CONTROL_PORT: 8000: 6921: Port the Gluetun control server is running on. Got'er setup and running with openvpn. 3. I am now using Gluetun with my Mullvad VPN configuration. Type the IP address of your download client into the correct box in your router. The only thing, protonvpn does not support static IP address. No, sorry, I'm not using port forwarding. Take the key and add it to my docker-compose file along with the ports, FIREWALL_VPN-INPUT_Ports and other required settings. - Home · qdm12/gluetun Wiki Nov 10, 2018 · There's another container (Gluetun) that just added support for Proton VPN port forwarding (which I suspect just means it supports NAT-PMP port forwarding). container_name Jan 12, 2024 · What is the version of Gluetun. VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy servers built-in. Set TCP Listening port to the Port Provided by Mullvad. Sep 25, 2023 · I recently had to restart my gluetun container that had been active for ~2 months (working great). If you bring up the log window when your gluetun container starts up there should be a line about port forwarding and what port it grabbed if it was successful. conf I set the following: WebUI\CSRFProtection=false WebUI\HostHeaderValidation=false. 5. docker. I have read the wiki carfefully and did everthing, but it is not working. A shell script and Docker container for automatically setting qBittorrent's listening port from a text file. Once your container is up and running, you can test your connection is correct and secured (purely optional). Simply set the port it says here in your torrent client (not 1234 1. restart: unless-stopped. No port forwarding needed anywhere. The same is true for other services so if you have 5 services linked to 1 gluetun container you have to set port forwarding for all of those services on the gluetun container. Enable port forwarding in the new proton application. 123. Jan 21, 2021 · restart: unless-stopped. Usually you have to reboot your router in order to Aug 2, 2023 · This should work just fine on a Pi, Gluetun supports it and many popular qBittorrent containers support it also. I easily max out my 1Gbps download speed. What I want to do is have qBittorrent automatically change the listening/connection No it doesn't need to be allowed unless you needed to get in via the VPN on that port. After switching to Linux (Ubuntu or Debian server), it works a lot better. Reload to refresh your session. Gluetun automatically retrieves this port and can store it in a file using the environment variable I posted in the op. Not sure for transmission. This is a semplified schema: torrent vpn schema. 8". The containers themselves seem to run fine and tested via TorGuard check my torrent IP to confirm the VPN is being used. The ports for qBittorrent are removed in the qBittorrent container and added to the Gluetun container. v3. I don't think qbit is the problem. Home to the Markdown Wiki page for Gluetun. The vpn is a wireguard vpn created w/ pivpn in an oracle cloud instance (ubuntu server). I start the gluetun, qbittorrent and qbittorrent-natmap. Firstly, go to your my account page and click port forwarding. I can max out my 50mbit/s upload speed if I allow it and I reached 15 MB/s download speed on a popular torrent as seen in the provided image. Jan 10, 2023 · Force qBittorrent Traffic Through a VPN Using Gluetun. It will also double as a real health check for our qBitTorrent as it will exit 1 if it can't reach the API. Select a VPN server that supports P2P (double-arrow icon) and generate a WireGuard configuration file. Opening a port on your router will avail you nothing. In qBittorrent. Docker. 3. Diff-- Hi While looking for instructions regarding Port Forward/NATPMP/UPnP for qBittorrent while using ProtonVPN I found this post from u/TennesseeTater where he shared a script to do that on Deluge. According to gluetun documentation, the forwarded port file will be deprecated in the v4. I've put in a request on the github as described in the wiki, but this could take 2-4 weeks or longer. co/ ). I have looked and it doesn't seem to currently be possible to tell qbittorent to listen on one port, but announce another port easily. This allows many docker containers to utilize the same VPN connection and also allows Gluetun to act as a killswitch for their network traffic when the VPN disconnects. 0 release. The port forwarding itself works well. In this tutorial we'll learn how to route all torrent traffic through a VPN interface while allowing other applications to access the internet through their normal interface. 0/1) and download the pre compiled . sh I’m finishing up creating a github repo that has everything you’re looking for: gluetun VPN container with forwarded port, qbittorrent container bound to the VPN, and an automated script that configures qbit to use the forwarded port from gluetun. 1: 192. Currently it's set with the VPN_PORT_FORWARDING option on. INITIAL Jun 30, 2023 · VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy servers built-in. I'm using PIA's port forwarding feature through the VPN where PIA provides the port with a 60 day expiry. ini with the port forward info added; using qbittorrent1. The Wiki aims to mirror the release tags of Gluetun, except the Wiki bugfix version number (last number) is for Wiki fixes only. 6 Web UI (64-bit) - traffic via gluetun docker image with SurfShark vpn account. A new window will show up, prompting you to open qBittorrent. I have a qbittorrent container running alongside gluetun in a kubernetes deployment in microk8s. Connect to VPN, get the IP, request the port forward for that IP. NOVPN "Without VPN". Your application that you want to port forward, e. I have the same problems. Go to Tools → Options → Connection and disable Use UPnP / NAT-PMP port forwarding from my router (it is enabled by default) 3. A shell script and Docker container for automatically setting qBittorrent's listening port from Gluetun's control server. Maybe running gluetun avoids the entire problem that the port Jun 29, 2023 · Corresponding wiki. sh This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. Put the TCP and UDP ports for qBittorrent in the corresponding boxes in your router. I requested Port Forwarding from my PIA client and connected to a server that supports port forwarding. My first thought was to essentially use the docker-compose file from the other box, with a couple of tweaks, so that everything is still separate Seeding while on SurfShark VPN. ini, create new qbittorrent. There's an environment variable which permits the other services on If you want fast seeding, you will need a service that supports port forwarding and set the TCP Listening Port to the port Desired. I can get the qBittorrent container to use the network and get an IP from the VPN, but I'm not sure what I need to do in order to access the qBittorrent on GUI on port 8080. com page. Nov 8, 2022 · This link at github explains partly how to update portforwarding in qbittorrent with values taken from gluetun. Proton VPN wiki entry. Useful resources. You setup the Gluetun as normal only add the additional ports for the services you want to route through it, so using qBittorrent as an example you'd add 8080/tcp,6881/tcp&udp. Proton VPN account/subscription. Running version latest built on 2024-01-01T18:24:19. For an app named qbittorrent it will be: qbittorrent-proxy. For Mullvad, you log into their website with your account number, download a config Sonarr not triggering downloads in qBitTorrent. Turned into a second job. In Jackett I can manually search for a series Due to a hardware failure, RPi4 box died, I have to run two instances of qbittorrent in docker, with port forwarding setup for one, on the same machine and not sure how to setup the wireguard config. I see my browser IP address and user agent and I also see the request logged in the port-checker output. Perhaps you can give this Aug 12, 2023 · While qBittorrent is running with working port forwarding, if gluetun restarts the VPN connection due to being unhealthy for more than 6 seconds, port forwarding stops working. Now whenever I change from one server to another qBittorrent will close and re-open with the new port forward number. Here's what I've done:-successfully connected gluetun to Mullvad-forwarded a port to the device that gluetun is running on So check which regions you have specified for connections. - qdm12/gluetun Logon to mullvad. Yes, I'm still using Gluetun and it works very well. qbittorrent is set to use port 6881 and I've turned off randomised port and upnp/nat mapping. This is my first time setting up Plex, Sonarr, qBitTorrent and Jackett. All this will be running every 10 seconds. WebUI: 8080 (or whatever you like, just make it match the other settings) Port: 6881: Set both of these to the port you selected for port forwarding. The idea is that you can have one docker container, Gluetun, that interacts with your VPN while other containers route their network traffic through the Gluetun container. Hey all, If you're using a VPN (and you should be), your port has to be opened on the VPN side. I'm running a docker stack for my media server using qBittorrent and Gluetung for downloading. 3 on bare metal with truecharts qbittorrent 4. tx ka hj jp nq ib ol vi by gw