KPTree Wiki logo

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 (17)
  • linux_router (14)
  • docker_notes (13)
  • tech_notes (5)
  • python (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • ISP IPoE DHCP Setup Notes
  • IPTables Configuration
  • NFTables IP Control
  • KPTree Recipes
  • Network Speed testing
  • IPv6 summary notes
  • IPMI CLI Tools
  • IPMI Console Setup
  • Commonly used commands and scripts
  • Tripwire

Fulltext results:

NFTables Configuration @linux_router
109 Hits, Last modified: 19 months ago
rpin_nat|hairpin nat]].</color>++\\ <tab9> ip saddr <color red>$lan_ip4</color> ip daddr <color red>$http_server</color> tcp dport {... at <color red>$router_ip4</color>\\ <tab9> ip saddr <color red>$lan_ip4</color> ip daddr <color red>$mail_server</color> tcp dport {... th dynamic wan ip address</color>\\ <tab9> ip saddr <color red>$lan_ip4</color> ip daddr <color red>$modem_ip4</color> counter snat <color red>$modem_ip</color>\\ <tab9> ip saddr <color red>$vpn_ip</color> ip daddr <color red>$modem_ip4</color> counter snat <color red>$modem_ip</color
Wireguard VPN access from WAN to LAN @linux_router
98 Hits, Last modified: 16 months ago
rect to Wireguard server: - sudo nft add rule ip nat prerouting ip daddr $wan_ip4 udp dport $vpn_port counter dnat to $vpn_ip4 - sudo nft add rule inet firewall input iifn... angle or SNAT to internet - sudo nft add rule ip nat postrouting ip saddr $vpn_ip4 oifname $wan counter snat $wan_ip4 (not necessary is already have masquerade on oif... 4</color>\\ <tab9><color #000060/#F0F0FF> #ip saddr { </color><color #060000/#FFF0F0>$lan_ip4, $vpn_ip4 </color><color #000060/#F0F0FF>}oifname </color>... counter snat </color><color #060000/#FFF0F0>$wan_ip4 #with ip set</color>\\ <tab9><color #000060/#F0F0FF>
KPTree Torrent VM Setup @home_server
74 Hits, Last modified: 5 years ago
current tables in nftables: ''sudo nft list table ip firewall'', not inet, specifically ip, as ip6 is disabled. *To start nftables: ''sudo system... twork if Private Network option is enabled ip saddr 192.168.0.0/16 ip daddr 192.168.0.0/16 counter accept # ip saddr 172.16.0.0/12 ip daddr 172.16.0.0/12 counter accept # ip saddr 10.0.0.0/8 ip daddr 10.0.0.0/8 counter accept # allow est
turn server @docker_notes
69 Hits, Last modified: 19 months ago
Multiple relay addresses may be used. # The same IP(s) can be used as both listening IP(s) and relay IP(s). # # If no relay IP(s) specified, then the tur... , and it # will always be using the client socket IP address as the relay IP address # of the TURN session (if the requested r... # In that situation, if a -X is used in form "-X <ip>" then that ip will be reported # as relay IP address of all all... al times, each entry must # have form "-X <public-ip/private-ip>", to map all involved addresses. # RFC5780 NAT d
NFTables IP Control @linux_router
37 Hits, Last modified: 5 years ago
ctly see external address "hairpin dnat" ip daddr $wan_ip4 tcp dport {http, https} counter dnat $http_server ip daddr $wan_ip4 tcp dport {pop3s, imaps, smtp} counter dnat $mai... tly see external address "hairpin dnat" ip saddr 192.168.1.0/24 ip daddr $http_server tcp dport {http, https} counter snat $router_ip4 ip saddr 192.168.1.0/24 ip daddr $mail_server tcp dport {http, https, pop3s,
Docker @docker_notes
27 Hits, Last modified: 8 months ago
e> * No host DHCP access so need to specify ip address when creating container (docker cli ''%%--ip 192.168.1.14%%''). If not specified docker DHCP w... e> * No host DHCP access so need to specify ip address when creating container (docker cli ''%%--ip 192.168.1.14%%''). If not specified docker DHCP w... e> * No host DHCP access so need to specify ip address when creating container (docker cli ''%%--ip 192.168.1.14%%''). If not specified docker DHCP w... * May be problem with shared MAC with multiple IP address, but less likely than MACVLAN. - Overla
Router Miscellaneous @linux_router
24 Hits, Last modified: 12 months ago
y used commands and scripts:===== *Get external IP address ''wget http://ipinfo.io/ip -qO -'' *To check the current network hardware ... commands *[https://p5r.uk/blog/2010/ifconfig-ip-comparison.html|[ifconfig vs ip]] *Ubuntu man [[http://manpages.ubuntu.com/manpages/trusty/man8/ip.8.html|ip]], [[http://manpages.ubuntu.com/manpages/trusty/m... *nixCraft [[https://www.cyberciti.biz/faq/linux-ip-command-examples-usage-syntax/|Linux ip Command Examples]] *[[http://www.configserve
Basic Netfilter Function Block Diagram @linux_router
21 Hits, Last modified: 2 years ago
co** [[https://www.cisco.com/c/en/us/support/docs/ip/generic-routing-encapsulation-gre/25885-pmtud-ipfrag.html|Resolve IP Fragmentation]], [[https://www.cisco.com/c/en/us/support/docs/ip/generic-routing-encapsulation-gre/25885-pmtud-ipf... U]], [[https://www.cisco.com/c/en/us/support/docs/ip/generic-routing-encapsulation-gre/25885-pmtud-ipf... and [[https://www.cisco.com/c/en/us/support/docs/ip/generic-routing-encapsulation-gre/25885-pmtud-ipf
Commonly used commands and scripts @home_server:home_server_setup:other_services
19 Hits, Last modified: 12 months ago
IP command notes. Call up information only: *''ip addr'' or ''ip a'' for short, shows the network IP addresses assigned for each link *''ip link'' ... ''ip r'' for short, shows the routing table *''ip maddr'' or ''ip m'' for short, displays multicast ip addresses *''ip neigh'' or ''ip n'' for short, shows the neighbour objects (arp table for IP4) *''ip help'' for overall help *''ip a help'' for specific help for ip a ethtool query or control network driver and hardware set
Docker Deluge Image / Service @docker_notes
17 Hits, Last modified: 3 months ago
ce from [[https://linuxnightly.com/check-external-ip-from-linux-command-line/|Check External IP From Linux Command Line]] *OpenVPN [[https://op... .config:/root/.config/deluge/ --network macnet1 --ip=192.168.1.98 --cap-add=NET_ADMIN --name alpine de... a/Temp/Complete:/app/Complete --network macnet1 --ip=192.168.1.98 --cap-add=NET_ADMIN --name alpine de... driver local \ --opt type=nfs \ --opt o=addr=[ip-address],rw \ --opt device=:[path-to-directory]
Docker - DNS Server @docker_notes
16 Hits, Last modified: 7 months ago
eferences==== *[[https://thequickadvisor.com/is-ip-forwarding-required-for-docker/|Is IP forwarding required for Docker?]] (It would seem ... ttps://askubuntu.com/questions/311053/how-to-make-ip-forwarding-permanent|How to make IP forwarding permanent?]] *[[http://linux-ip.net/html/index.html|Guide to IP Layer Network Administration with Linux]] *[[https://l... *use flag ''-t A'' or ''-t AAAA'' to only return IP4 or IP6 results only respectively. Otherwise both are r
Web Server setup @home_server
16 Hits, Last modified: 22 months ago
ons/749768/http-https-apache-redirect-to-internal-ip-virtual-machine|HTTP & HTTPS Apache redirect to internal IP Virtual Machine]] *Serverfault [[http://serverf... *[[https://httpd.apache.org/docs/2.4/vhosts/ip-based.html|Apache IP-based Virtual Host Support]] *[[http://httpd... 15780/how-to-point-sub-domains-to-different-local-ip|How to point sub-domains to different local IP]] *Serverfault [[http://serverfault.com/questio... 7/how-to-make-subdomains-point-to-different-local-ip-addresses|How to make subdomains point to different local IP addresses?]] *Atlassian Documentation [[https:/
Debian Server Network Setup @linux_router
15 Hits, Last modified: 10 months ago
" To check available interfaces and names use: ''ip link'', or the more verbose ''ip a''. The units 4 main port will be setup to look... ed in special cases? </code> ++++ Note: *Use ''ip a'' and ''ip r'' to analyse current network configuration *U... " To check available interfaces and names use: ''ip link'', or the more verbose ''ip a''. [[https://netplan.io/|Netplan references]] ... low pppoe modem Ethernet access and also assign a IP address on this NIC for modem web page access. As
IPMI CLI Tools @home_server:home_server_setup:other_services
15 Hits, Last modified: 3 years ago
control unit and SOL will save you purchasing an IP KVM, both of which would be quite expensive for t... OS shutdown, (if supported). * Retrieving ILOM IP address with ipmitool: ''sudo ipmitool lan print'... lus for IPMI 2.0. * -H : remote server address IP or hostname; to specify the IPMI BMC connect and ... indicates success.) <code bash> #!/bin/bash BMC_IP="192.168.1.40" User_Name="baumkp" PW_file_locatio
Domain names, domain nameservers, DNS and DHCP @tech_notes
12 Hits, Last modified: 14 months ago
*Managed switches can be Level 3, which allows IP routing as well as VLANs to function. The IP routing functions are often limited, that is not all IP router functions are available on Level 3 switche... gistrar. *domain nameservers are used to assign IP addresses as well as other information to a domai... tries are: -The local machine host name and ip address -The loop back address - Addition
ISP PPPoE Network Setup @linux_router
12 Hits, Last modified: 2 years ago
Network Setup @home_server:home_server_setup
11 Hits, Last modified: 14 months ago
ISP IPoE DHCP Setup Notes @linux_router
11 Hits, Last modified: 21 months ago
Router Configuration, Switch & Server Setup @linux_router
11 Hits, Last modified: 16 months ago
Docker - diun & ntfy @docker_notes
10 Hits, Last modified: 22 months ago
KPTree - Email Server Setup @home_server
9 Hits, Last modified: 3 years ago
Docker mailserver @docker_notes
8 Hits, Last modified: 5 weeks ago
Nextcloud Container @docker_notes
8 Hits, Last modified: 5 weeks ago
Docker nginx / php notes @docker_notes
8 Hits, Last modified: 11 months ago
Linux Router Background @linux_router
7 Hits, Last modified: 5 months ago
TC - Traffic Control @linux_router
7 Hits, Last modified: 3 months ago
DHCP / DNS Setup @linux_router
7 Hits, Last modified: 22 months ago
ntp @docker_notes
6 Hits, Last modified: 11 months ago
KVM Setup @home_server:home_server_setup
4 Hits, Last modified: 20 months ago
BASH Customisation @home_server:home_server_setup:other_services
3 Hits, Last modified: 10 months ago
SSH Notes @home_server:home_server_setup:other_services
3 Hits, Last modified: 21 months ago
Router VM @linux_router
3 Hits, Last modified: 19 months ago
IPMI Console Setup @home_server:home_server_setup:other_services
2 Hits, Last modified: 17 months ago
Router Hardware @linux_router
2 Hits, Last modified: 3 months ago
PiKVM @tech_notes
2 Hits, Last modified: 14 months ago
Calibre Server @home_server:home_server_setup:other_services
2 Hits, Last modified: 5 years ago
dokuwiki setup notes @home_server
2 Hits, Last modified: 12 months ago
samba @home_server:home_server_setup:other_services
2 Hits, Last modified: 4 years ago
Docker Host @docker_notes
2 Hits, Last modified: 9 months ago
KPTree - Home Desktop Setup @home_server
1 Hits, Last modified: 5 months ago
Programs & Applications @tech_notes
1 Hits, Last modified: 11 months ago
Python Programming Notes @python
1 Hits, Last modified: 9 months ago
Network Speed testing @tech_notes
1 Hits, Last modified: 21 months ago
NFS @home_server:home_server_setup:other_services
1 Hits, Last modified: 21 months ago
Docker Miscellaneous @docker_notes
1 Hits, Last modified: 9 months ago
Rsync @home_server:home_server_setup:other_services
1 Hits, Last modified: 8 months ago
Reverse Proxy Server - Traefik @docker_notes
1 Hits, Last modified: 21 months ago
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
Docker - DHCP Kea Server @docker_notes
1 Hits, Last modified: 6 months ago
ssh with key files @tech_notes
1 Hits, Last modified: 3 years ago