net

Search

You can find the results of your search below.

Docker nginx / php notes @docker_notes
202 Hits, Last modified:
) ; - kqueue (FreeBSD >= 4.1, OpenBSD >= 2.9, NetBSD >= 2.0) ; - /dev/poll (Solaris >= 7) ; - port... docs for more specific information. ; https://php.net/configuration.file ; The syntax of the file is e... ions only work under ; CGI/FastCGI. ; https://php.net/ini.sections ; Directives are specified using th... pting language engine under Apache. ; https://php.net/engine engine = On ; This directive determines w
Network Setup @home_server:home_server_setup
119 Hits, Last modified:
{{tag>network interface netplan nic setup loopback eth ethernet bridge bond networkd linux debian setup command}} =====Network Setup===== The home server I have has 4 Intel Gigabit
Debian / Ubuntu Network Setup @linux_router
114 Hits, Last modified:
{{tag>linux Debian Ubuntu router network netplan interface vlan ipv6 ip}} ======Debian / Ubuntu Network Setup====== ====Debian / Ubuntu Network - Interface Setup===== As of Debian 10 (Buster) Debian s
Router Miscellaneous @linux_router
85 Hits, Last modified:
outer monitor links darkstat glances ntopng iftop nethogs}} ======Router Miscellaneous====== ======Moni... ions.\\ Typical usage: ''sudo iftop -i br0'' ====nethogs==== nethogs - Net top tool grouping bandwidth per process\\ Use ''man nethogs'' to see options.\\ Typical usag
DHCP / DNS Setup @linux_router
78 Hits, Last modified:
and DHCP servers to Docker, [[https://wiki.kptree.net/doku.php?id=docker_notes:docker-dns#docker_-_dns_... backups for both these services on my local area network. Whilst these services worked reliably well,... nity/tutorials/how-to-configure-bind-as-a-private-network-dns-server-on-debian-9|How To Configure BIND as a Private Network DNS Server on Debian 9]]\\ *[[https://compu
Docker Deluge Image / Service @docker_notes
51 Hits, Last modified:
usage===== I use 2 forms of vpn (virtual private network) on my home server. - VPN to gain remote se... is is where I describe this [[https://wiki.kptree.net/doku.php?id=linux_router:wireguard|Wireguard VPN ... dr;| *''%%docker run -it -p 8112:8112 --cap-add=NET_ADMIN --name alpine deluge-openvpn-nftables /bin/sh%%'' *The --cap-add=NET_ADMIN is require remove tun permission error when
Docker @docker_notes
48 Hits, Last modified:
{{tag>linux docker cli installation network volume iptables nftables portainer}} Much of this material ... n the host machine, see [[https://docs.docker.com/network/iptables/|Docker and iptables]]. <fc #ff0000... eb server this effectively stopped the KVM bridge network from operating, so the virtual machines could... for Docker and can be checked with ''sudo sysctl net.ipv4.ip_forward''. It would also adversely affec
Conky @home_server:home_server_setup:other_services
47 Hits, Last modified:
wap space, disk storage, temperatures, processes, network interfaces, battery power, system messages, e... e.org/web/20181207091827/http://conky.sourceforge.net/docs.html|Conky manual page]] are the lists of [[... e.org/web/20181207091827/http://conky.sourceforge.net/config_settings.html|Config Settings]] and [[http... e.org/web/20181207091827/http://conky.sourceforge.net/variables.html|Variables]]. You use the Config Se
Docker mailserver @docker_notes
38 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 - Email Server Setup @home_server
35 Hits, Last modified:
fferentiate between different subdomains. ===Set network IP address, static IP=== The mail server need to have a static IP address on the local area network. ++++I actually like to use netplan| * ''sudo apt install netplan.io'' * ''sudo mv /etc/network/interfaces /etc/network/in
NFTables Configuration @linux_router
30 Hits, Last modified:
is allowed to forward packets: * ''sudo sysctl net.ipv4.ip_forward'' to check * ''sudo sysctl net.ipv4.ip_forward=1'' to set or =0 turn off * ''sudo sysctl net.ipv6.conf.all.forwarding=1'' similar for ipv6 ==... address is 192.168.5.1, See [[https://wiki.kptree.net/doku.php?id=linux_router:network#ubuntu_network_-
KPTree Torrent VM Setup @home_server
29 Hits, Last modified:
daemons will crash and not load. (For the Ubuntu Network Filing System, NFS, see [[http://www.havethek... setup.) *To install openvpn ''sudo apt install network-manager-openvpn'' *Download BTGuard certifi... ake sure that you can communicate within your own network if Private Network option is enabled ip saddr 192.168.0.0/16 ip daddr 192.168.0.0/16 counte
Commonly used commands and scripts @home_server:home_server_setup:other_services
25 Hits, Last modified:
ommand line: ''sudo dpkg-reconfigure tzdata''. *Networkd -> systemd-networks *Resolved -> systemd-resolved =====apt - package manager===== *''sudo apt... system. Many utilities can accomplish this goal; netstat is one of the older and better-known options. Typically, we'd invoke netstat using the -anp arguments—for all sockets, num
ISP IPoE DHCP Setup Notes @linux_router
23 Hits, Last modified:
All a bit strange really, as dhcp is used on most networks to allow automatic configuration of network IP addresses and most IP traffic is over Ethernet. T... use the RJ45 ethernet interface call eno1. In my netplan configuration file, ''/etc/netplan/network.yaml'', ++++the following was made:| <code> ethernets
dokuwiki setup notes @home_server
17 Hits, Last modified:
t to the appropriate ip addresses for wiki.kptree.net. The ipv4 points to a common public ipv4 addres... ipv4 address for specific ports need to have nat(network address translation) setup and forwarding set... sudo vim /etc/apache2/sites-available/wiki.kptree.net-ssl.conf'' <code> <IfModule mod_ssl.c> <Virtu... 1f2c:10d::18]:443> ServerName wiki.kptree.net ServerAdmin webmaster@localhost
Web Server setup @home_server
17 Hits, Last modified:
ISP PPPoE Network Setup @linux_router
17 Hits, Last modified:
Rsync @home_server:home_server_setup:other_services
17 Hits, Last modified:
Docker-Compose @docker_notes
15 Hits, Last modified:
SSH Notes @home_server:home_server_setup:other_services
14 Hits, Last modified:
IPv6 Setup Notes @linux_router
13 Hits, Last modified:
Basic Netfilter Function Block Diagram @linux_router
13 Hits, Last modified:
KVM Setup @home_server:home_server_setup
13 Hits, Last modified:
samba @home_server:home_server_setup:other_services
13 Hits, Last modified:
Docker - DHCP Server @docker_notes
10 Hits, Last modified:
Reverse Proxy Server @docker_notes
10 Hits, Last modified:
Docker Host @docker_notes
10 Hits, Last modified:
Router VM @linux_router
10 Hits, Last modified:
KPTree - MSWindows Setup @home_server
9 Hits, Last modified:
IPTables Configuration @linux_router
9 Hits, Last modified:
Router Hardware @linux_router
8 Hits, Last modified:
Docker - DNS Server @docker_notes
6 Hits, Last modified:
Nextcloud Container @docker_notes
6 Hits, Last modified:
turn server @docker_notes
5 Hits, Last modified:
TC - Traffic Control @linux_router
5 Hits, Last modified:
IPv6 summary notes @tech_notes
5 Hits, Last modified:
Formatting Syntax @wiki
5 Hits, Last modified:
My Home IT Setup @home_server:home_server_setup
5 Hits, Last modified:
sidebar
4 Hits, Last modified:
Calibre @docker_notes
4 Hits, Last modified:
Router Basic Debian Server Setup @linux_router
3 Hits, Last modified:
Network Speed testing @tech_notes
3 Hits, Last modified:
VNC Server @home_server:home_server_setup
3 Hits, Last modified:
NFS @home_server:home_server_setup:other_services
3 Hits, Last modified:
Dokuwiki @docker_notes
2 Hits, Last modified:
Homepage dashboard @docker_notes
2 Hits, Last modified:
Linux Router Setup Notes - Index @linux_router
2 Hits, Last modified:
Home Server Notes @home_server:home_server_setup
2 Hits, Last modified:
XFCE @home_server:home_server_setup:other_services
2 Hits, Last modified:
bulletin board @board
1 Hits, Last modified:
NFTables IP Control @linux_router
1 Hits, Last modified:
Home Sprinkler Setup Notes @personal
1 Hits, Last modified:
Project Index @project
1 Hits, Last modified:
Sprinkler Solenoid 24VAC Woes @project
1 Hits, Last modified:
boot tools @tech_notes
1 Hits, Last modified:
fsck - file system check @home_server:home_server_setup
1 Hits, Last modified:
tmux @home_server:home_server_setup:other_services
1 Hits, Last modified: