allow

Search

You can find the results of your search below.

Docker nginx / php notes @docker_notes
32 Hits, Last modified:
directive in nginx must match that in php-fpm too allow file access.** ***s6-rc requires programs are r... ; ; File Uploads ; ;;;;;;;;;;;;;;;; ; Whether to allow HTTP file uploads. ; https://php.net/file-uploads... Fopen wrappers ; ;;;;;;;;;;;;;;;;;; ; Whether to allow the treatment of URLs (like http:// or ftp://) as files. ; https://php.net/allow-url-fopen allow_url_fopen = On ; Whether to allo
KPTree Torrent VM Setup @home_server
15 Hits, Last modified:
M) it is important to also have set up the NFS to allow access to the main storage. Also, consider aligni... orresponding ip address of the server. * I then allow the tunnel VPN to pinhold these addresses only in... y the nftables setup firewalls the system to only allow wan through the tunnel, except the pinhole addres... btguard.conf file as follows: *To optionally allow additional logging add the line: ''status openvpn
DHCP / DNS Setup @linux_router
12 Hits, Last modified:
//208.67.222.222; //208.67.220.220; }; allow-query { 192.168.1/24; 127.0.0.1; }; allow-transfer { 192.168.1/24; 127.0.0.1; }... not have the record. I have been using OpenDNS to allow some free security screening, IP 208.67.222.222 a... e master; file "/var/lib/bind/db.kptree.net"; allow-update { key rndc-key; }; }; zone "168.192.in-ad
NFTables Configuration @linux_router
12 Hits, Last modified:
color>++\\ <tab9> \\ <tab9><color blue> # allow icmp</color> \\ <tab9> ip protocol icmp ic... >Rate limit and count WAN ssh attempts. As I only allow ssh locally on LAN or via VPN I drop all such inc... ++ | \\ + <color #202000/#F0F0E0>This rule is to allow already established or related connections throug... ++ | \\ + <color #202000/#F0F0E0>This rule is to allow already established or related connections throug
NFTables IP Control @linux_router
10 Hits, Last modified:
vpn # } chain base_checks { # allow established/related connections ct stat... over 8/minute counter drop # allow icmp ip protocol icmp icmp type { ... otpc, 667, 953} counter accept # allow tcp/udp open ports # tcp dport @tcp_open... fname $lan oifname $wan counter accept #Allow traffic between private LANs (to/from modem)
Docker mailserver @docker_notes
7 Hits, Last modified:
n/sh exec ls -la "$@"</code> *chmod +x ll.sh to allow to to be an executable. *Copy the ll.sh file to... used CIDR '172.16.0.0/12' Mariadb did not seem to allow access where as subnet mask, '172.16.0.0/255.240.... nd continues on to the next line. Sqlite does not allow this. *The mysql concat command syntax is || fo... les', increase LimitNOFILE=65535 # If you want to allow the Dovecot services to produce core dumps, use:
KPTree - Email Server Setup @home_server
7 Hits, Last modified:
drives * ''lsblk'' to list all drive * To allow automatic boot of nfs clients: sudo vim /etc/fsta... f8mb4 (4 bytes length) or UTF (3 bytes length) to allow for international character sets. Refer to the fo... UTF8]] *Code to convert default character to allow setup to work: *Login to MySQL: ''sudo mysq... ith error. I had to disable the clamav daemons to allow the update to work. *To find clamav related
Network Setup @home_server:home_server_setup
7 Hits, Last modified:
ine their bandwidth. This is call NIC Bonding. To allow virtual machine NIC access the NIC(s) must be set... n bridge mode. Furthermore bridging NICs can also allow the NICs to act as a switch, obviously where more... e eth0 inet dhcp #Basic bridge setup on a NIC to allow virtual machine NIC access #The DHCP server is us... in bonded configuration and also use bridging to allow server virtual machine access to the NICs and als
Router Hardware @linux_router
5 Hits, Last modified:
t that is full 1Gbe and there are 2 USB 3 port to allow another full 1Gbe NIC off USB. *An older x86 ba... mailed at USD75. In any case this hardware should allow for a router with great performance for some year... DNS - DCHP - VPN for use as secure gateway to allow private access from public internet The following... onitors to set up and maintain these machines and allow true convenient headless set up, maintenance and
Debian / Ubuntu Network Setup @linux_router
5 Hits, Last modified:
t manual # iface eno4 inet manual The use of allow-hotplug eth1 is not used as normally these interf... for virtual machine access and must be running to allow correct VM startup. During initial boot this will... ecessary for reliable start-up and operation. # allow-hotplug eno2 # iface eno2 inet manual # pre... e mode. The network must start-up the WAN NIC to allow pppoe modem Ethernet access and also assign a IP
Back-up Server Old Setup @home_server:home_server_setup:other_services
5 Hits, Last modified:
disappointed with overlayfs, it does not seem to allow for a true merge file system, just overlay file s... Disk2 /srv/storage fuse.mergerfs use_ino,defaults,allow_other,minfreespace=50G,fsname=mergerfs 0 0 #/medi... ctly mount from CLI: ''sudo mergerfs -o defaults,allow_other,use_ino,fsname=mergerFS /media/Disk1:/media... estination directory to copy path = / # hosts you allow to access hosts allow = 192.168.1.10 #hosts deny
Docker Deluge Image / Service @docker_notes
4 Hits, Last modified:
It looks like I need to write an openrc script to allow the application to be controlled by the build in ... ted, however the storage options need to setup to allow function. I will use the container directory ''/... tes: -The ''cap_add: NET_ADMIN'' is required to allow the container network to allow routing functionality. This is required for the openvpn to operate. -A
Web Server setup @home_server
4 Hits, Last modified:
M) it is important to also have set up the NFS to allow access to the main storage. Also consider alignin... to ''-1'' make this unlimited, however this could allow machine to run out of memory. Suggest setting is... SLProxyEngine On" (default is off) is required to allow reverse proxy with SSL to function *"SSLProxyVe... may need to be used with <Directory> Directive to allow other access to local file system outside Documen
Router Miscellaneous @linux_router
4 Hits, Last modified:
ly by default use iptables on the host machine to allow access to images. Unfortunately the default iptab... 868926/configure-iptables-for-docker-manually-and-allow-internet-access-for-containers|Configure iptables for Docker manually and allow Internet access for containers]] [[https://blog.... king devices such as NICs or Wifi to be bonded to allow increased bandwidth or redundancy. Sadly there se
Docker @docker_notes
3 Hits, Last modified:
.g. using Traefik, the following may be needed to allow operation.**//</fc> ++++For some more details, t... outlined here. It looks like this is required to allow container DNS functionality on Docker containers ... ainer web points to the business version. They do allow 5 free business installations with registration.
ISP PPPoE Network Setup @linux_router
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:
Rsync @home_server:home_server_setup:other_services
3 Hits, Last modified:
samba @home_server:home_server_setup:other_services
3 Hits, Last modified:
Docker-Compose @docker_notes
2 Hits, Last modified:
Docker Host @docker_notes
2 Hits, Last modified:
KPTree - MSWindows Setup @home_server
2 Hits, Last modified:
Basic Netfilter Function Block Diagram @linux_router
2 Hits, Last modified:
Home Sprinkler Setup Notes @personal
2 Hits, Last modified:
Calibre @docker_notes
1 Hits, Last modified:
KPTree Recipes @home_server
1 Hits, Last modified:
ISP IPoE DHCP Setup Notes @linux_router
1 Hits, Last modified:
IPTables Configuration @linux_router
1 Hits, Last modified:
Router VM @linux_router
1 Hits, Last modified:
DokuWiki @wiki
1 Hits, Last modified:
KVM Setup @home_server:home_server_setup
1 Hits, Last modified:
Webmin @home_server:home_server_setup:other_services
1 Hits, Last modified: