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.

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

Fulltext results:

turn server @docker_notes
70 Hits, Last modified: 4 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 ... bility of IPv4 which has limited available public addresses by using a designated ranges of local IPv4 addresses that that do not have direct public addressability.
NFTables Configuration @linux_router
45 Hits, Last modified: 4 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
42 Hits, Last modified: 7 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
39 Hits, Last modified: 7 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
Router Configuration, Switch & Server Setup @linux_router
26 Hits, Last modified: 7 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 Local IP addresses behind public addressable WAN IP address(es). This obfuscation arguably provides some security. The key
Debian Server Network Setup @linux_router
20 Hits, Last modified: 6 months ago
DHCP WAN (static? for PPPOE) # set up static ip address to access modem web page on WAN NIC iface eno1:0 inet static address 192.168.5.2/24 # Then LAN networks are eno2 e... 0 inet static bridge_ports eno2 eno3 eno4 address 192.168.1.1/24 dns-nameservers 192.168.1.14 1... used there maybe a need to use this stanza. #hwaddress ether xx:xx:xx:xx:xx:xx The "modern" way to spec
Network Setup @home_server:home_server_setup
20 Hits, Last modified: 6 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... tup the Bond auto bond0 iface bond0 inet manual hwaddress ether DE:AD:BE:EF:69:01 post-up ifenslave bond0 e
Docker mailserver @docker_notes
19 Hits, Last modified: 3 weeks 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 |A unique number identifying each row. It is added by the... virtual_domains table again. | |source |The email address that the email was actually sent to. In case of c
SSH Notes @home_server:home_server_setup:other_services
19 Hits, Last modified: 6 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... .net_if_addrs() for interface_name, interface_addresses in if_addrs.items(): for address in interface_addresses: print(f"=== Interface: {int
Docker nginx / php notes @docker_notes
18 Hits, Last modified: 6 months ago
rs used to resolve names of upstream servers into addresses. # It's also needed when using tcpsocket and u... ; 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 th
Docker @docker_notes
16 Hits, Last modified: 3 weeks ago
s could not communicate outside the local host IP address with other LAN addresses, including the router / gateway. Linux forwarding is required for Docker and ca... encing by name, so dynamic container internal IP addressing is not a reference issue. Container names are... espace), and the container doesn't get its own IP-address allocated. - MACVLAN -The macvlan network
Docker - diun & ntfy @docker_notes
14 Hits, Last modified: 7 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
Docker Deluge Image / Service @docker_notes
12 Hits, Last modified: 3 weeks ago
sage, e.g. greater privacy and ability to have ip address based on different geographic location. ====VPN ... 1s0 macnet1 </code>++ * In order to find the ip address of the vpn server I just ping the vpn access server and ensure this address is open for output on the firewall, details: ... docker networking cause failure. Docker use loop address 127.0.0.11 to resolve its dns queries and then re
Web Server setup @home_server
12 Hits, Last modified: 7 months ago
*Test the web page by typing in the local ip address of the apache2 server in a web browser The [[htt... hines (VMs), each with a separate distinct LAN IP address. However there is only one WAN static Internet address, with the router setup to forward the web ports 80 ... rovide DNS information points to the WAN Internet address (A Record) for the domain name and all related su
Router Miscellaneous @linux_router
11 Hits, Last modified: 4 months ago
one]] ---- =====Reserved Ports and IPv4 Reserved Addresses===== It took me some time to track down this a... f.org/rfc/rfc3330.txt|RFC 3330]] Special-Use IPv4 Addresses, September 2002** IPv4 uses some of these special addresses for private LANs (Local Area Network)s with NAT (Network Address Translation) used to connect the LANs to the WAN
Nextcloud Container @docker_notes
9 Hits, Last modified: 3 months ago
KVM Setup @home_server:home_server_setup
8 Hits, Last modified: 5 months ago
Docker - DNS Server @docker_notes
7 Hits, Last modified: 7 months ago
ISP IPoE DHCP Setup Notes @linux_router
6 Hits, Last modified: 6 months ago
ISP PPPoE Network Setup @linux_router
4 Hits, Last modified: 10 months ago
Manjaro Setup Notes @home_server:home_server_setup:other_services
4 Hits, Last modified: 3 months ago
Docker Host @docker_notes
3 Hits, Last modified: 6 months ago
Router VM @linux_router
3 Hits, Last modified: 4 months ago
PiKVM @tech_notes
3 Hits, Last modified: 9 months ago
Commonly used commands and scripts @home_server:home_server_setup:other_services
3 Hits, Last modified: 6 months ago
Docker - DHCP Kea Server @docker_notes
2 Hits, Last modified: 5 weeks ago
Reverse Proxy Server - Traefik @docker_notes
2 Hits, Last modified: 6 months ago
BASH Customisation @home_server:home_server_setup:other_services
2 Hits, Last modified: 6 months ago
IPMI Console Setup @home_server:home_server_setup:other_services
2 Hits, Last modified: 8 weeks ago
Docker Miscellaneous @docker_notes
1 Hits, Last modified: 3 months ago
Router Hardware @linux_router
1 Hits, Last modified: 7 months ago
Network Speed testing @tech_notes
1 Hits, Last modified: 6 months ago
Linux CLI Commands @tech_notes
1 Hits, Last modified: 4 weeks ago
Back-up Server Old Setup @home_server:home_server_setup:other_services
1 Hits, Last modified: 6 months ago
NFS @home_server:home_server_setup:other_services
1 Hits, Last modified: 6 months ago
Rsync @home_server:home_server_setup:other_services
1 Hits, Last modified: 6 months ago