Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
docker_notes:docker-deluge [2025-06-21 Sat wk25 12:53] – [Compose file] baumkpdocker_notes:docker-deluge [2026-07-05 Sun wk27 13:36] (current) – [OpenVPN setup] baumkp
Line 74: Line 74:
     -o parent=enp1s0 macnet1     -o parent=enp1s0 macnet1
 </code>++ </code>++
 +PrivateVPN lists its servers here [[https://privatevpn.com/serverlist/|server list]]
   * In order to find the ip address of the vpn server I just ping the vpn access server and ensure this address is open for output on the firewall, details:   * In order to find the ip address of the vpn server I just ping the vpn access server and ensure this address is open for output on the firewall, details:
     *''ping au-per.pvdata.host''     *''ping au-per.pvdata.host''
Line 110: Line 111:
       - /dev/net/tun       - /dev/net/tun
       </code>       </code>
-       
 =====docker external volumes===== =====docker external volumes=====
 There are 2 type of volume needs in this set up. There are 2 type of volume needs in this set up.
Line 184: Line 184:
 The docker build command to build the image was ''docker build -t deluge-openvpn-nftables .'' The docker build command to build the image was ''docker build -t deluge-openvpn-nftables .''
  
-The  +I like a constant mac address on my private network.  Initially I start the docker container with the ''mac_address'' directive commented out and then I copy the automatic created address into the directive to allow persistent common assign mac address.
-<code yaml>  networks +
-      macnet1: +
-        ipv4_address: 192.168.1.98 +
-        mac_address: 1e:xx:xx:xx:xx:xx </code>+
  
-++++The compose.yml file is| +++++The compose.yml file is:
-<code>---+<code yaml>---
 services: services:
   deluge:   deluge: