port

Search

You can find the results of your search below.

NFTables Configuration @linux_router
68 Hits, Last modified:
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
51 Hits, Last modified:
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
NFTables IP Control @linux_router
25 Hits, Last modified:
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 mailserver @docker_notes
22 Hits, Last modified:
s like ''less'' will not work properly unless ''export TERM=rxvt'' is used. <fc #ff0000>Hmmm... unimpres... 5.240.0.0), supposedly recent version of mysql support this notation ([[https://stackoverflow.com/questi... sk (right-hand side). Postfix has a built-in transport service called “virtual” that can receive the ema... rvice| <code>[Unit] Description=Postfix Mail Transport Agent Conflicts=sendmail.service exim4.service Co
Back-up Server Old Setup @home_server:home_server_setup:other_services
20 Hits, Last modified:
0G,fsname=mergerfs 0 0 #/media/Disk1 /export/Disk1 bind bind 0 0 #/media/Disk2 /export/Disk2 bind bind 0 0 /media/Disk4 /export/Disk4 bind bind 0 0 /home/shared /export/shared bind bind 0 0 </code> Direct
NFS @home_server:home_server_setup:other_services
20 Hits, Last modified:
eate share directories on host ''sudo mkdir -p /export/storage'' (-p also creates higher level directori... rol list for filesystems which may be exported /export 192.168.1.0/24(insecure,no_subtree_check,rw,nohide,fsid=0) #/export/Disk1 192.168.1.0/24(insecure,no_subtree_check,rw,nohide) #/export/Disk2 192.168.1.0/24(insecure,no_subtree_check,r
KPTree - Email Server Setup @home_server
19 Hits, Last modified:
:(default) we do not need to change the standard port number used * NEED_GSSD=no :(default) we do... ''sudo mount -t nfs -o rw,vers=4 192.168.1.10:/export/storage /mnt/storage'' to mount just the specific... ''sudo mount -t nfs -o rw,vers=4 192.168.1.10:/export /mnt'' to mount all the defined exports. The moun... ents: sudo vim /etc/fstab * ''192.168.1.10:/export /mnt nfs4 bg 0 0'' this will mount all the driv
Reverse Proxy Server @docker_notes
16 Hits, Last modified:
. =====Entrypoints===== The Standard entry point port normally defined are HTTP (port 80 and perhaps 8080) and HTTPS (port 443). If you are using other services then additional entry point... eed to be defined, as required for each service / port. Mail servers are an example that requires use o
IPTables Configuration @linux_router
16 Hits, Last modified:
t be the case. As of year ending 2019 general support and functionality of NFTables is much improved. That being said overall information and support for IPTables is more comprehensive. Application ... NAT to LAN -A PREROUTING -p tcp -m tcp -i ppp1 --dport 80 -j DNAT --to-destination 192.168.1.15:80 -A PREROUTING -p tcp -m tcp -i ppp1 --dport 443 -j DNAT --to-destination 192.168.1.15:443 -A
Nextcloud Container @docker_notes
15 Hits, Last modified:
lem without and easy solution. Nextcloud main support looks Apache web server based with little Nginx support and even less Traefik support. Some resources related to this: *Traefik: *[[https://doc.traefik.... Set an app config value config:import Import a list of configs
KPTree Torrent VM Setup @home_server
14 Hits, Last modified:
- How to install Deluge Headless]]. The Deluge support page is also a root source of knowledge [[https:/... Ubuntu CLI setup: * [[https://privatevpn.com/support/getting-started/linux/linux/openvpn-cli|OpenVPN C... s at their Knowledgebase [[https://btguard.com/support/index.php?/Knowledgebase/Article/View/20/0/how-ca... that these units look to be no longer sold and support is limited, perhaps already end of life. Earlier
Docker @docker_notes
12 Hits, Last modified:
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... ew container and set a name| |''docker run -p HOSTPORT:CONTAINERPORT IMAGE'' | Start a new container wit
SSH Notes @home_server:home_server_setup:other_services
12 Hits, Last modified:
/etc/default/locale ] && . /etc/default/locale export LANG cores=$(grep -c ^processor /proc/cpuinfo 2>/... landscape-systeminfo| <code> #!/usr/bin/python3 import sys, os try: if os.path.dirname(os.path.absp... ") else: from landscape.lib.warning import hide_warnings hide_warnings() from twisted.internet import reactor from landscape.sysinfo.deployment im
Web Server setup @home_server
11 Hits, Last modified:
ration files to "example.org-http.conf" for http, port 80 and example.org-https.conf for https, port 443 services. ====Hostname==== *Systemd seems to use th... /etc/apache2/sites-available/'' - main http (port 80) setup file: ''sudo vim /etc/apache2/sites-available/example.org-http.conf'' - main https (port 443) setup file: ''sudo vim /etc/apache2/sites-av
Router Miscellaneous @linux_router
11 Hits, Last modified:
ed] docker logs algo [view container log] docker port algo After running "docker exec -it algo bash", ... rds as noted below. **IANA Service Name and Transport Protocol Port online [[https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml|Number R
Rsync @home_server:home_server_setup:other_services
10 Hits, Last modified:
Docker Deluge Image / Service @docker_notes
8 Hits, Last modified:
Docker - DHCP Server @docker_notes
6 Hits, Last modified:
Basic Netfilter Function Block Diagram @linux_router
6 Hits, Last modified:
KVM Setup @home_server:home_server_setup
6 Hits, Last modified:
dokuwiki setup notes @home_server
5 Hits, Last modified:
Debian / Ubuntu Network Setup @linux_router
5 Hits, Last modified:
KPTree - MSWindows Setup @home_server
4 Hits, Last modified:
Linux Router Background @linux_router
4 Hits, Last modified:
Router Hardware @linux_router
4 Hits, Last modified:
Conky @home_server:home_server_setup:other_services
4 Hits, Last modified:
Fail2Ban @home_server:home_server_setup:other_services
4 Hits, Last modified:
Docker-Compose @docker_notes
3 Hits, Last modified:
Router VM @linux_router
3 Hits, Last modified:
Router Basic Debian Server Setup @linux_router
3 Hits, Last modified:
Welcome to your new DokuWiki @wiki
3 Hits, Last modified:
Network Setup @home_server:home_server_setup
3 Hits, Last modified:
samba @home_server:home_server_setup:other_services
3 Hits, Last modified:
Home Server Notes @home_server:home_server_setup
2 Hits, Last modified:
Docker - DNS Server @docker_notes
1 Hits, Last modified:
DHCP / DNS Setup @linux_router
1 Hits, Last modified:
ISP IPoE DHCP Setup Notes @linux_router
1 Hits, Last modified:
IPv6 Setup Notes @linux_router
1 Hits, Last modified:
IPv6 summary notes @tech_notes
1 Hits, Last modified:
DokuWiki @wiki
1 Hits, Last modified:
fsck - file system check @home_server:home_server_setup
1 Hits, Last modified:
snapraid @home_server:home_server_setup:other_services
1 Hits, Last modified: