net

Search

You can find the results of your search below.

Docker - DNS Server @docker_notes
12 Hits, Last modified:
g parameters in ''sudo vim /etc/sysctl.conf'': *net.ipv4.ip_forward = 1 *net.ipv4.conf.all.proxy_arp = 1 * ''sudo sysctl net.ipv6.conf.all.forwarding=1'' similar for ipv6 After... etc/bind/named.conf'' *''named-checkzone kptree.net /etc/bind/db.kptree.net'' *''named-checkzone 1.
Docker mailserver @docker_notes
48 Hits, Last modified:
org';</code> ====references==== *sqlitetutorial.net [[https://www.sqlitetutorial.net/|SQLite Tutorial]] *sqlitetutorial.net [[https://www.sqlitetutorial.net/sqlite-cheat-sheet/|SQLite Cheat Sheet]] *tutorialspoint.com [[http
KPTree - MSWindows Setup @home_server
15 Hits, Last modified:
hey may charge lower pricing to increase market penetration and make more sales, hence overall more pro... vided from work. These are often corporate based network licenses that only work if connected to the network. There is a method to fix a license to a mach... ==== For some reason Windows 10 will not show my network drives in the Explorer Network directory. Eve
Docker-Compose @docker_notes
15 Hits, Last modified:
compose docker-compose "docker compose" container network nftables iptables nft}} ======Docker-Compose=... .docker.com/engine/install/|Docker Engine]] =====Networking===== By default Docker-Compose will create a new network for the given compose file. You can change the behavior by defining custom networks in your compose file. ====Create and assign
Sprinkler Solenoid 24VAC Woes @project
3 Hits, Last modified:
oid 24VAC Woes====== See my [[https://wiki.kptree.net/doku.php?id=personal:sprinkler#home_sprinkler_set... ical_Engineering/Electro-Optics/Book%3A_Electromagnetics_II_(Ellingson)/11%3A_Constitutive_Parameters_o... of an Inductor]] *[[https://www.electricity-magnetism.org/q-factor/|Q factor]] {{:project:equation-
Nextcloud Container @docker_notes
12 Hits, Last modified:
ted. As well as cleaning up [[https://wiki.kptree.net/doku.php?id=docker_notes:docker-nextcloud#file_in... xtcloud/data/html/themes:/var/www/html/themes networks: - proxy environment: - MYSQ... USER=nextcloud - MARIADB_AUTO_UPGRADE=1 networks: - proxy redis: image: redis:alpine restart: always networks: - proxy web: image: nginx
Docker init Systems @docker_notes
11 Hits, Last modified:
se image. Some examples: *[[https://wiki.kptree.net/doku.php?id=docker_notes:docker-dns#docker_-_dns_... server|DNS (ISC Bind9)]] *[[https://wiki.kptree.net/doku.php?id=docker_notes:docker-dhcp#docker_-_dhc... |DHCP server (ISC Kea)]] *[[https://wiki.kptree.net/doku.php?id=docker_notes:docker-deluge#docker_del... ain wiki documenation) *[[https://wiki.kptree.net/doku.php?id=docker_notes:docker-mailserver#docker
Docker Deluge Image / Service @docker_notes
70 Hits, Last modified:
es a VPN and is set-up to block non VPN WAN (internet) access. On my virtual machine implementation of... usage===== I use 2 forms of vpn (virtual private network) on my home server. - VPN to gain remote se... private access to my home LAN from the WAN (internet). //This is where I describe this [[https://wiki.kptree.net/doku.php?id=linux_router:wireguard|Wireguard VPN
sidebar
4 Hits, Last modified:
[[https://wiki.kptree.net/doku.php?id=start&do=admin|Administration]] [[start|Welcome]] ++++Personal| ... ome_it_setup]] *[[home_server:home_server_setup:Network_setup]] *[[home_server:home_server_setup:kv... re]] *[[linux_router:ubuntu]] *[[linux_router:network]] *[[linux_router:ppp]] *[[linux_router:ipoe]] *[[linux_router:netfilter]] *[[linux_router:nftables]] *[[linux_r
Reverse Proxy Server @docker_notes
11 Hits, Last modified:
nce my current specific installation. =====Proxy network to connect them all===== These containers all talk via a docker bridge network named proxy, ''docker network create proxy'' =====Traefik===== <code bash [enable_line_numbers="tr... ortainer-ssl/traefik|here]].\\ ====create docker network==== <code bash [enable_line_numbers="true"]>d