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.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • docker_notes (15)
  • linux_router (11)
  • home_server (8)
  • 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: 19 months ago
routing.</color>\\ <tab6><color blue> # open ports refers to ports to open for input to this machine.</color>\\ <ta... #202000/#F0F0E0> Incoming WAN packets to the mail ports, pop3s, imaps or smtp ports are preroute dnat to the mail server IP address.<... <tab6> }\\ <tab3> }\\ ++++ ++++mail server ports:| * smtp {25} / (smtps) submissions {465} / sub... {587} - (My mail server uses smtp / submission on ports 25 / 587 respectivily) * imap {143} / imaps {99
Wireguard VPN access from WAN to LAN @linux_router
15 Hits, Last modified: 16 months ago
routing.</color>\\ <tab6><color blue> # open ports refers to ports to open for input to this machine.</color>\\ <ta... #202000/#F0F0E0> Incoming WAN packets to the mail ports, pop3s, imaps or smtp ports are preroute dnat to the mail server IP address.<... list table ip nat -a'' * To add a set tcp_open_ports in inet firewall: ''sudo nft add set inet firewall tcp_open_ports{type inet_service \; flags interval \;}'' * To add elements to set tcp_open_ports: ''sudo nft add element inet firewall tcp_open_ports{ssh, http, 60000-61000 }'' * To delete rule in
Router Miscellaneous @linux_router
12 Hits, Last modified: 11 months ago
in Linux]] * [[https://www.stationx.net/common-ports-cheat-sheet/|Common Ports Cheat Sheet: The Ultimate Ports & Protocols List]] * [[https://www.geeksforgeeks.org/50-common-ports-you-should-know/|50 Common Ports You Should Know]] * Distribution List of Ports (information only) * <fc #ff00ff>Gentoo</fc> [[http
NFTables IP Control @linux_router
8 Hits, Last modified: 5 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 ... e are not using yet. # set tcp_open_ports { # type inet_service; flags interval; # ... # https # } # set udp_open_ports { # type inet_service; flags interval; # ... nter accept # allow tcp/udp open ports # tcp dport @tcp_open_ports counter acce
Network Setup @home_server:home_server_setup
7 Hits, Last modified: 13 months ago
ected to the 2.5Gb/s switch with 2.5Gb/s Ethernet ports and have 4 x 4 Gb/s ports downstream, Netgear WAX206-100AU. Interestingly ... Ps around 2014. They each have 5 x 1Gb/s ethernet ports, for which 1 is used to connect to the upstream s... The new server board does not have any back USB3 ports. No great loss, never used them yet. As instruct
Router VM @linux_router
7 Hits, Last modified: 19 months ago
ng as a network switch for the connected physical ports. (On my home server I have 4 x 1GB/s Ethernet ports and an add in PCIe card that provided a 2.5GB/s Ethernet port. All these physical ports are connected to a common network bridge device. ... t allows connections of multiple virtual Ethernet ports to the bridge device. This is a commonly used fea
Docker mailserver @docker_notes
5 Hits, Last modified: 4 weeks 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: 19 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
Router Hardware @linux_router
5 Hits, Last modified: 3 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... -Lucent G-240G-P'' (at least up to circa 2025) 1 ports are G-010G-D and FG1000ANB 4 ports are U-040X-A a
Debian Server Network Setup @linux_router
4 Hits, Last modified: 10 months ago
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 acce
Linux Router Background @linux_router
3 Hits, Last modified: 5 months ago
TP-Link VDSL modem router with 4 100Mbps ethernet ports and 2 VoIP port. One ethernet port was set up as ... outer was a N3700 router with 4 1000Mbps ethernet ports running Linux Debian. -The 2500/10000Mbps ether... uter with 2 x 2500Mbps and 2 x 10000Mbps ethernet ports running Linux Debian. (The WAN is connected to a
KPTree - Email Server Setup @home_server
3 Hits, Last modified: 3 years 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
Docker Miscellaneous @docker_notes
3 Hits, Last modified: 9 months 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
Docker @docker_notes
3 Hits, Last modified: 8 months ago
e: portainer-agent image: portainer/agent ports: - "9001:9001" volumes: # Mount ... 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
Nextcloud Container @docker_notes
2 Hits, Last modified: 4 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
Calibre @docker_notes
2 Hits, Last modified: 2 years ago
VNC @docker_notes
2 Hits, Last modified: 15 months ago
Domain names, domain nameservers, DNS and DHCP @tech_notes
2 Hits, Last modified: 13 months ago
KPTree Torrent VM Setup @home_server
2 Hits, Last modified: 5 years ago
Docker - DNS Server @docker_notes
2 Hits, Last modified: 7 months ago
Reverse Proxy Server - Traefik @docker_notes
2 Hits, Last modified: 21 months ago
dokuwiki setup notes @home_server
2 Hits, Last modified: 12 months ago
Wifi Router / Access Points @linux_router
2 Hits, Last modified: 8 months ago
Docker-Compose @docker_notes
1 Hits, Last modified: 12 days ago
Private LAN VPN Access @docker_notes
1 Hits, Last modified: 21 months ago
Dokuwiki @docker_notes
1 Hits, Last modified: 6 months ago
Commonly used commands and scripts @home_server:home_server_setup:other_services
1 Hits, Last modified: 12 months ago
Docker - diun & ntfy @docker_notes
1 Hits, Last modified: 22 months ago
Web Server setup @home_server
1 Hits, Last modified: 22 months ago
Docker nginx / php notes @docker_notes
1 Hits, Last modified: 10 months ago
IPTables Configuration @linux_router
1 Hits, Last modified: 21 months ago
Rsync @home_server:home_server_setup:other_services
1 Hits, Last modified: 8 months ago
Docker - DHCP Kea Server @docker_notes
1 Hits, Last modified: 5 months ago
Home Sprinkler Setup Notes @personal
1 Hits, Last modified: 16 months ago
DHCP / DNS Setup @linux_router
1 Hits, Last modified: 21 months ago
BASH Customisation @home_server:home_server_setup:other_services
1 Hits, Last modified: 10 months ago