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
  • docker_notes (14)
  • linux_router (11)
  • home_server (7)
  • personal (1)
  • tech_notes (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

NFTables Configuration @linux_router
15 Hits, Last modified: 3 months ago
routing.</color>\\ <tab6><color blue> # open ports refers to ports to open for input to this machine.</color>\\ <tab6><color blue> # ssh is port 22 for... ocol.</color>\\ <tab6>\\ <tab6> set tcp_open_ports { ++ | \\ + <color #202000/#F0F0E0> This creates ... <tab6> }\\ <tab6> \\ <tab6> set udp_open_ports { ++ | \\ + <color #202000/#F0F0E0> This creates
Wireguard VPN access from WAN to LAN @linux_router
15 Hits, Last modified: 2 weeks ago
routing.</color>\\ <tab6><color blue> # open ports refers to ports to open for input to this machine.</color>\\ <tab6><color blue> # ssh is port 22 for... ocol.</color>\\ <tab6>\\ <tab6> set tcp_open_ports { ++ | \\ + <color #202000/#F0F0E0> This creates ... <tab6> }\\ <tab6> \\ <tab6> set udp_open_ports { ++ | \\ + <color #202000/#F0F0E0> This creates
Router Miscellaneous @linux_router
12 Hits, Last modified: 3 months ago
-ipad/|VPN from your iPhone]] ---- =====Reserved Ports and IPv4 Reserved Addresses===== It took me some... hat nft uses the /etc/services database for named ports definition. Some ports of interest: <code> Name Port Protocols Description ftp-data 20 {... red_hat_enterprise_linux/4/html/security_guide/ch-ports|Appendix C. Common Ports]] * [[https://linuxhan
NFTables IP Control @linux_router
8 Hits, Last modified: 2 years ago
e forward and nat chains refer to routing. # open ports refers to ports to open for input to this machine. # ssh is port 22 for SSH on both TCP and UDP, but we ... e are not using yet. # set tcp_open_ports { # type inet_service; flags interval; # ... # https # } # set udp_open_ports { # type inet_service; flags interval; #
Router VM @linux_router
7 Hits, Last modified: 3 months ago
* Network configuration (of 4 x 1 GB/s ethernet ports) * Access to public internet modem, via 1 Eth... bridge network setup on the remaining 3 Ethernet ports as a LAN (Local Area Network). The bridge network... allows connections of multiple physical Ethernet ports to a bridge interface device, with the bridge eff... ng as a network switch for the connected physical ports. (On my home server I have 4 x 1GB/s Ethernet po
Network Setup @home_server:home_server_setup
7 Hits, Last modified: 5 months ago
n MAC auto br0 iface br0 inet dhcp bridge_ports eth0 bridge_fd 9 bridge_hello 2 ... ay 192.168.1.1 dns-nameservers 192.168.1.1 bridge_ports bond0 eth2 eth3 bridge_stp off bridge_fd 9 bridge... s with 2.5Gb/s standard. I original purchased a 5 ports 2.5Gb/s switch, but upgraded to an 8 port version... ected to the 2.5Gb/s switch with 2.5Gb/s Ethernet ports and have 4 x 4 Gb/s ports downstream, Netgear WAX
Docker mailserver @docker_notes
5 Hits, Last modified: 17 hours ago
hensive standard!//</fc> * Distribution List of Ports (information only) * <fc #ff00ff>Gentoo</fc> ... 9000. Additional servers can be setup using other ports. This allows servers per app and different server... - roundcubedb networks: proxy: ports: - 9000:9000 volumes: - ./.config... rt: unless-stopped networks: proxy: ports: - 5432:5432 volumes: - ./.config
turn server @docker_notes
5 Hits, Last modified: 3 months ago
URN does not aid in running servers on well known ports in the private network through a NAT; it supports... nd overheads associated with large number of open ports on a bridge type network on Docker * The public... ain listening port listening-port=3478 # Further ports that are open for communication min-port=32769 ma... # # 1) Auxiliary servers do not have alternative ports and # they do not support STUN RFC 5780 functiona
Debian Server Network Setup @linux_router
4 Hits, Last modified: 5 months ago
. The WAN port will be setup on NIC1 with the LAN ports 1-3 will be on bridged NIC2-4. Ensure the bridge... net auto br0 iface br0 inet static bridge_ports eno2 eno3 eno4 address 192.168.1.1/24 dns... ing 3 NICs are setup in bridge mode as router LAN ports. When setup in bridge mode the 3 ports effectively act as a switch with any able to access the router LA
Docker Miscellaneous @docker_notes
3 Hits, Last modified: 6 weeks ago
image: 'corentinth/it-tools:latest' #ports: # - '8080:80' restart: unless... image: 'ghcr.io/gchq/cyberchef:latest' #ports: # - '8080:80' restart: unless... am/dockge:1 restart: unless-stopped # ports: # # Host Port : Container Port # - 500
KPTree - Email Server Setup @home_server
3 Hits, Last modified: 15 months ago
ffic to the local VM IP address for the nominated ports. *I never open VM SSH access ports to the Internet..... *The Internet ports are only redirected later in the build, when necessary for
Router Hardware @linux_router
3 Hits, Last modified: 6 months ago
SO-DIMM DDR5 4800MHz, 32GB(SAMSUNG). *Ethernet Ports: 2 x Marvell AQC113C-B1-C 10Gbps Network cards(vi... : 2 x M.2 2242/2280 NVMe SSD, PCIe 2.0 x 1 *USB Ports: 2 x USB-A 3.0(5Gbps), 1 x USB-C 3.2 Gen2(10Gbps)... wer (~8 - 10W), small size. They come with 2 SATA ports and mini PCI-E slots. By the time you fit them ou
Docker @docker_notes
2 Hits, Last modified: 3 months ago
RPORT IMAGE'' | Start a new container with mapped ports| |''docker run -P IMAGE'' | Start a new container and map all ports| |''docker run -d IMAGE'' | Start a new container
Calibre @docker_notes
2 Hits, Last modified: 9 months ago
/KarlData/Karl Data 2/Calibre_library:/config ports: - 8088:8080 - 8089:8081 restart:... 1/KarlData/Karl Data 2/Calibre_library:/books ports: - 8087:8083 restart: unless-stopped
Nextcloud Container @docker_notes
2 Hits, Last modified: 8 weeks ago
web: image: nginx restart: always ports: - 8180:80 depends_on: - app ... --o:ssl.enable=false --o:ssl.termination=true ports: - 9980:9980 networks: - proxy n
Reverse Proxy Server - Traefik @docker_notes
2 Hits, Last modified: 5 months ago
dokuwiki setup notes @home_server
2 Hits, Last modified: 15 months ago
KPTree Torrent VM Setup @home_server
2 Hits, Last modified: 2 years ago
Linux Router Background @linux_router
2 Hits, Last modified: 16 months ago
Wifi Router / Access Points @linux_router
2 Hits, Last modified: 2 weeks ago
Domain names, domain nameservers, DNS and DHCP @tech_notes
2 Hits, Last modified: 12 months ago
Docker - diun & ntfy @docker_notes
1 Hits, Last modified: 6 months ago
Docker-Compose @docker_notes
1 Hits, Last modified: 3 hours ago
Docker - DHCP Kea Server @docker_notes
1 Hits, Last modified: 4 months ago
Docker - DNS Server @docker_notes
1 Hits, Last modified: 5 months ago
Dokuwiki @docker_notes
1 Hits, Last modified: 5 months ago
Docker nginx / php notes @docker_notes
1 Hits, Last modified: 4 months ago
Private LAN VPN Access @docker_notes
1 Hits, Last modified: 5 months ago
Web Server setup @home_server
1 Hits, Last modified: 6 months ago
DHCP / DNS Setup @linux_router
1 Hits, Last modified: 6 months ago
IPTables Configuration @linux_router
1 Hits, Last modified: 6 months ago
Home Sprinkler Setup Notes @personal
1 Hits, Last modified: 3 weeks ago
Commonly used commands and scripts @home_server:home_server_setup:other_services
1 Hits, Last modified: 5 months ago
Rsync @home_server:home_server_setup:other_services
1 Hits, Last modified: 5 months ago