Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- Docker - DNS Server @docker_notes
- ommand: /bin/sh</code> ++++ =====DNSSEC===== My local DNS server is a recursive caching type only. It take local (LAN) DNS queries and answers directly for any LA... accessible. Hence DNSSEC is not relevant for this local DNS server query validation. For external name... in Linux (systemd)]] * =====Testing DNS===== My local recursive servers are ''ns1.local.kptree.net'' an
- Back-up Server Old Setup @home_server:home_server_setup:other_services
- ed syntax in NFS4.) * ''/mnt/backup1'' : is the local mount point, note this directory must exist, idea... /mnt/backup2'' Where: *''/mnt/backup1'' is the local mount point to be unmounted ++++Possible mount s... #!/bin/bash #Script to mount NFS remote Disk1 to local /mnt/backup1 if grep -qs "/mnt/backup1" /proc/mo... #!/bin/bash #Script to mount NFS remote Disk2 to local /mnt/backup2 if grep -qs "/mnt/backup2" /proc/mo
- Docker nginx / php notes @docker_notes
- g_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http... sent to syslogd instead of being written ; into a local file. ; Note: the default prefix is /var ; Defaul... ; and change docref_root to the base URL of your local copy including the ; leading '/'. You must also s... ing=strict [Pdo_mysql] ; Default socket name for local MySQL connects. If empty, uses the built-in ; My
- Docker mailserver @docker_notes
- * I need to consider the following users *Local mail_db container administrative access, continue... ll setup DNS and Traefik for this to be ''mailsql.local.kptree.net''. This will only be accessible on th... setup DNS and Traefik for this to be ''mailadmin.local.kptree.net''. This will only be accessible on th... (1) Documentation=http://wiki2.dovecot.org/ After=local-fs.target network-online.target [Service] Type=s
- DHCP / DNS Setup @linux_router
- looking at backups for both these services on my local area network. Whilst these services worked relia... tps via Traefik and this also relies upon correct local DNS resolution. Hence DNS is even more critical.... .conf.options'' *''sudo cp /etc/bind/named.conf.local /etc/bind/default.named.conf.local'' *''sudo cp /etc/bind/named.conf.default-zones /etc/bind/default.n
- Web Server setup @home_server
- can be placed in ''/etc/hosts'' to provide basic local host name resolution. I prefer to install a separ... pache2'' *Test the web page by typing in the local ip address of the apache2 server in a web browser... mand line with: ''exit''. *(First copy to the local VM home directory from the backup directory, oc-b... th <Directory> Directive to allow other access to local file system outside DocumentRoot. The Alias and R
- Rsync @home_server:home_server_setup:other_services
- bash Myscripts/rsync_shared.sh'' #Note this is a local only script and takes no additional batch inputs ... .com/community/tutorials/how-to-use-rsync-to-sync-local-and-remote-directories-on-a-vps *https://www.tecmint.com/rsync-local-remote-file-synchronization-commands/ *https://... command and re-run it for real. ====Test rsync on Local System==== In an effort to try out rsync in the
- NFTables Configuration @linux_router
- lor #202000/#F0F0E0> As the VPN is hosted on this local machine this chain allows packets that have been ... cript for boot, dropping all connectivity, except local ssh ports and have a separate end of boot script ... er to function I found that I could not access my local http pages. This is a NAT problem*. The solution... 5611/loopback-to-forwarded-public-ip-address-from-local-network-hairpin-nat|Loopback to forwarded Public
- Docker Deluge Image / Service @docker_notes
- eliably with the nftables and the map port to the local web interface simply stops working. It seems to w... its dns queries and then refers to the nominated local dns. See ''/etc/resolv.conf''. The docker documen... r is running. <code>docker volume create --driver local \ --opt type=nfs \ --opt o=addr=[ip-address],... ng directory: <code>docker volume create --driver local \ --opt type=nfs \ --opt o=addr=192.168.1.10,
- Domain names, domain nameservers, DNS and DHCP @tech_notes
- ess Resolution Protocol) *IPv6 assigns a link-local address to every network interface. It then uses the link local addresses with neighbor discovery for global IP a... itch can not transfer data between VLANs (Virtual Local Area Network). It can transfer data on the same V... -The usual automatic entries are: -The local machine host name and ip address -The loop
- turn server @docker_notes
- nication end points are obfuscated, such as where local IP address are behind NAT. To primary purpose of... public addresses by using a designated ranges of local IPv4 addresses that that do not have direct public addressability. The local addresses can only be publicly accessed via a local router that performs NAT, subject to firewall rules.
- IPv6 summary notes @tech_notes
- /zivaro.com/what-you-need-to-know-about-ipv6-link-local-addresses/|What You Need to Know about IPv6 Link-Local Addresses]] ====Address length and format==== Th... - everything (i.e. the whole internet) *UNIQUE LOCAL - everything in our LAN (behind the internet gateway) *LINK LOCAL - (will never be routed, valid in one collision d
- IPMI CLI Tools @home_server:home_server_setup:other_services
- a remote console on the server as though it were local in cases where the operating system locks up and ... tool for accessing the IPMI device through either local or remote access. Its a command line tool that ca... nstalled on this machine. IPMI v2.0 supports both local and remote access to the BMC. Local access is provided through a system interface like kCS (IO port). Re
- Nextcloud Container @docker_notes
- index and display memberships for local and federated users circles:remote ... hen use rsync to copy latest common files between local and Nextcloud. This can be used to sync two local computers. ====References==== *Matthias Schoettle... ra server behind my Traefik server and given it a local address only. The local address means that the N
- Basic Netfilter Function Block Diagram @linux_router
- OUTING hook. *''INPUT'': Triggered by the NF_IP_LOCAL_IN hook. *''FORWARD'': Triggered by the NF_IP_F... RWARD hook. *''OUTPUT'': Triggered by the NF_IP_LOCAL_OUT hook. *''POSTROUTING'': Triggered by the NF... situations: *Incoming packets destined for the local system: **PREROUTING -> INPUT** *Incoming packe... can see that an incoming packet destined for the local system will first be evaluated against the **PRER