KPTree Wiki

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • home_server (15)
  • linux_router (13)
  • docker_notes (11)
  • tech_notes (5)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

turn server @docker_notes
53 Hits, Last modified: 3 months ago
s a protocol that assists in traversal of network address translators (NAT) or firewalls for multimedia app... end points are obfuscated, such as where local IP address are behind NAT. To primary purpose of NAT is to ... llow unsolicited access to the local area network address space. Interestingly IPv6 is not limited by address space available and hence does not require NAT for t
NFTables Configuration @linux_router
39 Hits, Last modified: 3 months ago
efinitions can be found using ''ip a'' \\ * IP address should also be able to be found using ''ip a''.\\... 92.168.1.0/24'' to find all the related active ip address ip range. </color>++ \\ <tab3>define <color red... .1</color><color blue> #definition of router IPv4 address</color>\\ <tab3>define <color red>modem_ip = 192... 5.2</color><color blue> #definition of modem IPv4 address</color> ++ | \\ + <color #202000/#F0F0E0>The $mo
Wireguard VPN access from WAN to LAN @linux_router
38 Hits, Last modified: 2 weeks ago
system. I proposed to use an entirely separate IP address range for this: * Main home LAN is on 192.168.1... ter access, also some belabour use of variable IP address on domain names, whereas I have organised a static IP address for my domain, or are not setup to utilise a full... . On the server side it is set to the main VPN ip address. On the client side it needs to be set to include
DHCP / DNS Setup @linux_router
36 Hits, Last modified: 6 months ago
ervice. Most my critical services have static IP address. These notes still have some utility. I will pr... d saying is the domain maintainer. For the e-mail address, we use a ; dot instead of an @. ; The lines aft... ...then an "A Record" for the domain server's IP address... A 192.168.1.12 ; This is the LAN address of the html server ; that is hairpi
KPTree Torrent VM Setup @home_server
30 Hits, Last modified: 2 years ago
ficant problems, save for BTGuard changing the IP address of their servers on occasion without informing en... omain ''.host''. * The PrivatVPN tunnel host IP address is different from the end IP address, unlike BTGuard which were the same. The host IP address must be used in the NFTables firewall to prevent
Conky @home_server:home_server_setup:other_services
30 Hits, Last modified: 2 years ago
-- --- Network --- # if_up_strictness = "address",-- Strictness of ${ifup} : up, link, or address -- -------------------- Conky's Displayed System Monit... m: ${nvidia memfreq} MHz ${if_up br0}${color0}MAC Address (br0): ${tab 90}$color${execi 99999 cat /sys/class/net/br0/address }${endif} #${if_up enp3s0}${color0}MAC Address (e
Router Configuration, Switch & Server Setup @linux_router
23 Hits, Last modified: 2 weeks ago
NAT, NAT is additional to this! - NAT (Network Address Translation) is basically mandatory for IPv4 due to limited address space and optional for IPv6 - NAT obfuscates ... cal IP addresses behind public addressable WAN IP address(es). This obfuscation arguably provides some sec... nd managed switches come with a default access IP address. In most cases this address does not align with t
KPTree - Email Server Setup @home_server
20 Hits, Last modified: 15 months ago
the home server has only one external static IPv4 address the mail server subdomain needs to be shared on the common IP address with other subdomains and applications. We can us... 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
SSH Notes @home_server:home_server_setup:other_services
15 Hits, Last modified: 5 months ago
nfo.get_cpu_info()['brand_raw']}") print(f"Ip-Address: {socket.gethostbyname(socket.gethostname())}") print(f"Mac-Address: {':'.join(re.findall('..', '%012x' % uuid.getnod... erface_addresses in if_addrs.items(): for address in interface_addresses: print(f"=== I... erface: {interface_name} ===") if str(address.family) == 'AddressFamily.AF_INET':
Docker mailserver @docker_notes
14 Hits, Last modified: 10 hours ago
leted to avoid orphaned rows. | |email |The email address of the mail account. | |password |The hashed pass... The last table contains forwardings from an email address to other email addresses. ^Field ^Purpose ^ |id ... virtual_domains table again. | |source |The email address that the email was actually sent to. In case of catch-all addresses (that accept any address in a domain) the source looks like “@example.org”
Docker nginx / php notes @docker_notes
14 Hits, Last modified: 4 months ago
; Define the anonymous ftp password (your email address). PHP's default setting ; for this is empty. ; ht... de ; the full path of the script, line number, To address and headers. ;mail.log = ; Log mail to syslog (Ev... processes have to map shared memory into the same address space. This ; directive allows to manually fix the "Unable to reattach to base address" ; errors. ;opcache.mmap_base= ; Facilitates mul
Network Setup @home_server:home_server_setup
14 Hits, Last modified: 5 months ago
ess #The DHCP server is used to assign a fixed IP address based upon MAC auto br0 iface br0 inet dhcp ... d. I then setup the dhcp sever to assign a fix IP address to the eth0 address.++++ ++++Netplan Old Setup with 802.3ad bonding, too complex do not use| ====Full Net... p Bridge Interface auto br0 iface br0 inet static address 192.168.1.5 network 192.168.1.0 netmask 255.255.2
Docker - diun & ntfy @docker_notes
13 Hits, Last modified: 6 months ago
ct) # base-url: https://ntfy.kptree.net # Listen address for the HTTP & HTTPS web server. If "listen-https... To listen on all interfaces, you may omit the IP address, e.g. ":443". # To disable HTTP, set "listen-http... ed-For header is used to determine the visitor IP address # instead of the remote address of the connection. # # WARNING: If you are behind a proxy, you must set th
IPv6 summary notes @tech_notes
13 Hits, Last modified: 2 years ago
eed to Know about IPv6 Link-Local Addresses]] ====Address length and format==== The IPv6 address is 128 bits (i.e. 16 bytes) long and is written in 8 groups of 2 b... ing zeros of each block can be omitted, the above address can hence be written like this: FDDD:F00D:CAFE:0:... Ways to assign IPv6 addresses: *Static - fixed address *SLAAC - Stateless Address Autoconfiguration (h
NFTables IP Control @linux_router
12 Hits, Last modified: 2 years ago
e addresses below 100 were assigned a specific IP address in the DHCP based upon MAC. I added a [[https:... hp/Sets#Named_sets|NFtables named set]] with ipV4 address and timeout function: <code> set controllist... be used where host DNS # resolves to IP address #tcp dport { http, https } ct state new ... Allow internal clients to correctly see external address "hairpin dnat" ip daddr $wan_ip4 tcp dpo
dokuwiki setup notes @home_server
11 Hits, Last modified: 15 months ago
Docker @docker_notes
10 Hits, Last modified: 3 months ago
Web Server setup @home_server
10 Hits, Last modified: 6 months ago
Debian Server Network Setup @linux_router
10 Hits, Last modified: 5 months ago
Basic Netfilter Function Block Diagram @linux_router
9 Hits, Last modified: 12 months ago
Domain names, domain nameservers, DNS and DHCP @tech_notes
9 Hits, Last modified: 12 months ago
Docker Deluge Image / Service @docker_notes
7 Hits, Last modified: 6 months ago
Docker - DNS Server @docker_notes
7 Hits, Last modified: 5 months ago
Router Miscellaneous @linux_router
7 Hits, Last modified: 3 months ago
KVM Setup @home_server:home_server_setup
7 Hits, Last modified: 4 months ago
Linux Router Background @linux_router
6 Hits, Last modified: 16 months ago
Nextcloud Container @docker_notes
4 Hits, Last modified: 8 weeks ago
IPMI CLI Tools @home_server:home_server_setup:other_services
4 Hits, Last modified: 18 months ago
Manjaro Setup Notes @home_server:home_server_setup:other_services
4 Hits, Last modified: 2 months ago
Docker Host @docker_notes
3 Hits, Last modified: 5 months ago
ISP IPoE DHCP Setup Notes @linux_router
3 Hits, Last modified: 5 months ago
PiKVM @tech_notes
3 Hits, Last modified: 8 months ago
Reverse Proxy Server - Traefik @docker_notes
2 Hits, Last modified: 5 months ago
ISP PPPoE Network Setup @linux_router
2 Hits, Last modified: 9 months ago
Router VM @linux_router
2 Hits, Last modified: 3 months ago
IPMI Console Setup @home_server:home_server_setup:other_services
2 Hits, Last modified: 3 weeks ago
Docker Miscellaneous @docker_notes
1 Hits, Last modified: 6 weeks ago
IPv6 Setup Notes @linux_router
1 Hits, Last modified: 13 months ago
Network Speed testing @tech_notes
1 Hits, Last modified: 5 months ago
Linux CLI Commands @tech_notes
1 Hits, Last modified: 2 weeks ago
Back-up Server Old Setup @home_server:home_server_setup:other_services
1 Hits, Last modified: 5 months ago
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
1 Hits, Last modified: 2 years ago
Rsync @home_server:home_server_setup:other_services
1 Hits, Last modified: 5 months ago
samba @home_server:home_server_setup:other_services
1 Hits, Last modified: 2 years ago