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 (12)
  • docker_notes (9)
  • tech_notes (2)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

ISP IPoE DHCP Setup Notes @linux_router
73 Hits, Last modified: 5 months ago
Duplex: full Port: tp Address: 192.168.5.2 ... t[763]: DHCPDISCOVER on enp1s0 to 255.255.255.255 port 67 interval 8 Jan 04 07:34:37 kptr dhclient[763]: DHCPDISCOVER on enp1s0 to 255.255.255.255 port 67 interval 11 Jan 04 07:34:49 kptr dhclient[763]: DHCPDISCOVER on enp1s0 to 255.255.255.255 port 67 interval 18 Jan 04 07:35:07 kptr dhclient[763]
turn server @docker_notes
47 Hits, Last modified: 3 months ago
server external-ip=202.7.254.38 # Main listening port listening-port=3478 # Further ports that are open for communication min-port=32769 max-port=65535 # Log file path log-file=/var/log/turnserver.log # Enable verbose logging verbos
Wireguard VPN access from WAN to LAN @linux_router
47 Hits, Last modified: 2 weeks ago
he server side: ''sudo tcpdump -i wan_device -c 5 port vpn_port'', where wan_device is the wan device, in my case ppp1 and vpn_port is the port number wireguard is set to, in my case 51914, the default is 51820. This lets you see if t
NFTables Configuration @linux_router
38 Hits, Last modified: 3 months ago
er address</color>\\ <tab3>define <color red>vpn_port = 51914</color><color blue> #definition of wireguard server port</color>\\ <tab3><color #000060/#F0F0FF>#define</... achine.</color>\\ <tab6><color blue> # ssh is port 22 for SSH on both TCP and UDP, but we only use TCP!</color>\\ <tab6><color blue> # bootps, port 67 and bootpc, port 68 are for DHCP on both TCP a
Docker nginx / php notes @docker_notes
37 Hits, Last modified: 4 months ago
E_ADDR $remote_addr; fastcgi_param REMOTE_PORT $remote_port; fastcgi_param SERVER_ADDR $server_addr; fastcgi_param SERVER_PORT $server_port; fastcgi_param SERVER_NAME $server_name; # PHP only, required if PHP was b
KPTree - Email Server Setup @home_server
14 Hits, Last modified: 15 months ago
:(default) we do not need to change the standard port number used * NEED_GSSD=no :(default) we do... pon text) *My home router needed to have the port forwarding setup to redirect inbound Internet TCP... Server Type: IMAP Server: mail.example.com Port: 143 Username: admin@example.com Encryption... TP Client Settings Server: mail.example.com Port: 587 TICK, Server requires authentication E
Docker mailserver @docker_notes
12 Hits, Last modified: 3 hours ago
resolves roundcubemail to the local IP address at port 9000. The /var/www/html provides the access path... pages. The server is normally setup to listen on port 9000. Additional servers can be setup using other... n pools that are differentiated by ip address and port, or socket file. If the client and servers are on... e machine they can communicate via local host and port or via socket file. If remotely hosted they comm
NFTables IP Control @linux_router
10 Hits, Last modified: 2 years ago
ports to open for input to this machine. # ssh is port 22 for SSH on both TCP and UDP, but we only use TCP! # bootps, port 67 and bootpc, port 68 are for DHCP on both TCP and UDP, # but we only use UDP! # domain is port 53 for DNS requests on TCP & UDP. # openvnp is po
Docker - diun & ntfy @docker_notes
9 Hits, Last modified: 6 months ago
althcheck: # optional: remember to adapt the host:port to your environment test: ["CMD-SHELL", "... # set "key-file" and "cert-file". Format: [<ip>]:<port>, e.g. "1.2.3.4:8080". # # To listen on all inter... /lib/ntfy/ntfy.sock # This can be useful to avoid port issues on local systems, and to simplify permissi... it-burst). # # - smtp-sender-addr is the hostname:port of the SMTP server # - smtp-sender-from is the e-
KPTree Torrent VM Setup @home_server
9 Hits, Last modified: 2 years ago
ysql'', and then check listening address on mysql port: ''sudo lsof -i -P | grep :3306'' Next setup the... **-p 8080:8080 -p 9777:9777/udp \** -p IP:host_port:container_port. The Kodi ports are described below, with source references. Unless the host machine is ... sometimes was IPv6 (strange) Kodi headless webui port is on port 8080, see Kodi documentation Web inter
Reverse Proxy Server - Traefik @docker_notes
8 Hits, Last modified: 5 months ago
aders.X-Forwarded-Proto=https" # Define the port inside of the Docker service to use - "trae... .http.services.container_name.loadbalancer.server.port=3000" # make sure the loadbalancer is the last li... e> When the docker compose ''loadbalancer.server.port'' label is used an external port does not needed to be defined as Traefik can directly access the defin
Router Miscellaneous @linux_router
8 Hits, Last modified: 3 months ago
ed] docker logs algo [view container log] docker port algo After running "docker exec -it algo bash", ... elow. **IANA Service Name and Transport Protocol Port online [[https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml|Number Registry]]** [[https://tools.ietf.org/html/rfc3232|RFC
IPMI Console Setup @home_server:home_server_setup:other_services
7 Hits, Last modified: 3 weeks ago
ection. Basically most BMC have old RS232 serial port includes and include serial to BMC network redire... Linux Unix history means good historical serial port and serial terminal support. Key parts to this a... ain boot terminal tty interface to use the serial port -Setup the console redirection in the Grub bo... the main console window is directed to the serial port. (The serial port is redirected by the BMC to it
Docker @docker_notes
6 Hits, Last modified: 3 months ago
rtainer/portainer-ce:latest </code> Notes: *The port 8000 (-p 8000:8000) is not normally required on c... 0>//**Further to this Kea dhcp control agent uses port 8000 as default.**//</fc> *Some browsers give s... ne to be seen else were via the network. Default port seems to be 9001. * First stop the agent contai... atted)| |''docker stats'' | Show stats| |''docker port CONTAINER'' | Show mapped port of a container| *
Docker - DHCP Kea Server @docker_notes
5 Hits, Last modified: 4 months ago
=== From IANA Service Name and Transport Protocol Port online [[https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml|Number Registry]]: <code>bootps 67 {tcp, udp} Boots... Client (DHCP)</code> The Kea Control Agent uses port 8000 by default, but that value can be manually d
Docker Miscellaneous @docker_notes
5 Hits, Last modified: 6 weeks ago
Docker Deluge Image / Service @docker_notes
4 Hits, Last modified: 6 months ago
Web Server setup @home_server
4 Hits, Last modified: 6 months ago
Debian Server Network Setup @linux_router
4 Hits, Last modified: 5 months ago
Domain names, domain nameservers, DNS and DHCP @tech_notes
4 Hits, Last modified: 12 months ago
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
4 Hits, Last modified: 2 years ago
Rsync @home_server:home_server_setup:other_services
4 Hits, Last modified: 5 months ago
Router Hardware @linux_router
3 Hits, Last modified: 6 months ago
Router VM @linux_router
3 Hits, Last modified: 3 months ago
Router Configuration, Switch & Server Setup @linux_router
3 Hits, Last modified: 2 weeks ago
Wifi Router / Access Points @linux_router
3 Hits, Last modified: 2 weeks ago
Fail2Ban @home_server:home_server_setup:other_services
3 Hits, Last modified: 2 years ago
IPMI CLI Tools @home_server:home_server_setup:other_services
3 Hits, Last modified: 18 months ago
Commonly used commands and scripts @home_server:home_server_setup:other_services
3 Hits, Last modified: 5 months ago
dokuwiki setup notes @home_server
2 Hits, Last modified: 15 months ago
KPTree - MSWindows Setup @home_server
2 Hits, Last modified: 3 months ago
Linux Router Background @linux_router
2 Hits, Last modified: 16 months ago
IPTables Configuration @linux_router
2 Hits, Last modified: 6 months ago
Network Setup @home_server:home_server_setup
2 Hits, Last modified: 5 months ago
Home Server Notes @home_server:home_server_setup
2 Hits, Last modified: 17 months ago
IPv6 summary notes @tech_notes
1 Hits, Last modified: 2 years ago
fsck - file system check @home_server:home_server_setup
1 Hits, Last modified: 2 years ago
NFS @home_server:home_server_setup:other_services
1 Hits, Last modified: 5 months ago