network

Search

You can find the results of your search below.

Docker-Compose @docker_notes
9 Hits, Last modified:
compose docker-compose "docker compose" container network nftables iptables nft}} ======Docker-Compose=====... ===== By default Docker-Compose will create a new network for the given compose file. You can change the be... your compose file. ====Create and assign custom network==== *Example:* <code yaml> networks: custom-network: services: app: networks: - custom-net
KPTree - MSWindows Setup @home_server
9 Hits, Last modified:
vided from work. These are often corporate based network licenses that only work if connected to the network. There is a method to fix a license to a machine, if ... ==== For some reason Windows 10 will not show my network drives in the Explorer Network directory. Even when it did work it was slow to show the network drives. I
Reverse Proxy Server @docker_notes
7 Hits, Last modified:
nce my current specific installation. =====Proxy network to connect them all===== These containers all talk via a docker bridge network named proxy, ''docker network create proxy'' =====Traefik===== <code bash [enable_line_numbers="true"]> cd... ortainer-ssl/traefik|here]].\\ ====create docker network==== <code bash [enable_line_numbers="true"]>docke
Docker mailserver @docker_notes
3 Hits, Last modified:
' identified by 'PASSWORD';'' The Docker internal network is on 172. *php modules required do not seem to... n=http://wiki2.dovecot.org/ After=local-fs.target network-online.target [Service] Type=simple ExecStart=/u... compose version 3. services connected to a shared network can communicate. docker compose ++++file structu
Domain names, domain nameservers, DNS and DHCP @tech_notes
3 Hits, Last modified:
) *IPv6 assigns a link-local address to every network interface. It then uses the link local addresses ... t transfer data between VLANs (Virtual Local Area Network). It can transfer data on the same VLAN domain. ... 68.1.0/24", // There are no relays in this network, so we need to tell Kea that this subnet //
sidebar
2 Hits, Last modified:
ome_it_setup]] *[[home_server:home_server_setup:Network_setup]] *[[home_server:home_server_setup:kvm]] ... re]] *[[linux_router:ubuntu]] *[[linux_router:network]] *[[linux_router:ppp]] *[[linux_router:ipoe]
Router VM @linux_router
9 Hits, Last modified:
running on this machine are, all bare metal: * Network configuration (of 4 x 1 GB/s ethernet ports) ... modem, via 1 Ethernet port - **the WAN (Wide Area Network) connection** * modem is VDSL based, set in... up to access and control the modem * A bridge network setup on the remaining 3 Ethernet ports as a LAN (Local Area Network). The bridge network setup has the following requ
IPv6 Setup Notes @linux_router
6 Hits, Last modified:
ns/1046232/whats-better-radvd-or-dhcpv6-for-local-network-with-ipv6 *http://test-ipv6.com/ *https://ser... oopback-to-forwarded-public-ip-address-from-local-network-hairpin-nat *http://www.kloepfer.org/ipv6-homen... 6-for-linux/ Commands: *''sudo vim /etc/netplan/network.yaml'' *''netplan generate (to test)'' *'' ne... ebsd/17-isc-dhcp-ipv4-ipv6-server-on-a-dual-stack-network *https://blog.marquis.co/configuring-a-dual-sta
Linux Router Setup Notes - Index @linux_router
1 Hits, Last modified:
rdware]] *[[linux_router:ubuntu]] *[[linux_router:network]] *[[linux_router:ppp]] *[[linux_router:ipoe]] *[
Docker - DNS Server @docker_notes
3 Hits, Last modified:
====docker compose==== A key point is the docker network is in host mode. (The ports are opened directly o... the host and not routed from the docker internal network.) ++++docker-compose.yml| <code yaml>--- service... docker_store/bind9/.config/var/log:/var/log/' network_mode: host command: /bin/sh</code> ++++ ====
Docker Deluge Image / Service @docker_notes
21 Hits, Last modified:
usage===== I use 2 forms of vpn (virtual private network) on my home server. - VPN to gain remote secure... h more reliably in host mode ''%%docker run -it --network host --cap-add=NET_ADMIN --name alpine deluge-openvpn-nftables /bin/sh%%'' *The docker host network option also has problems the entire host network is placed on the VPN! Also it stops working when the tun
Docker @docker_notes
29 Hits, Last modified:
{{tag>linux docker cli installation network volume iptables nftables portainer}} Much of this material was ... n the host machine, see [[https://docs.docker.com/network/iptables/|Docker and iptables]]. <fc #ff0000>//*... eb server this effectively stopped the KVM bridge network from operating, so the virtual machines could not... n the Debian 11. As per[[https://docs.docker.com/network/iptables/#Docker on a router|Docker and iptables.
Docker Host @docker_notes
6 Hits, Last modified:
nstall vim * Set static ip address and a bridge network (this varies on the install type) * For netwo... install bridge-utils'' Docker will need a bridge network connection * ''/etc/network/interfaces'' <code bash>source /etc/network/interfaces.d/* # The loopback network interface auto lo iface
turn server @docker_notes
4 Hits, Last modified:
URN)]] is a protocol that assists in traversal of network address translators (NAT) or firewalls for multim... unning servers on well known ports in the private network through a NAT; it supports the connection of a us... es not allow unsolicited access to the local area network address space. Interestingly IPv6 is not limite... dress area is directly accessible from the public network, subject to the router and firewall setup. In thi
Basic Netfilter Function Block Diagram @linux_router
2 Hits, Last modified:
ic block diagram of the Netfilter Filter and NAT (Network Address Translation) functions, which are the bas... | |-------------------| |----------| | Network Processes | | Forward | | within Router
KPTree - Email Server Setup @home_server
8 Hits, Last modified:
dokuwiki setup notes @home_server
1 Hits, Last modified:
Docker nginx / php notes @docker_notes
1 Hits, Last modified:
Docker - DHCP Server @docker_notes
9 Hits, Last modified:
Router Hardware @linux_router
6 Hits, Last modified:
KVM Setup @home_server:home_server_setup
12 Hits, Last modified:
Home Server Notes @home_server:home_server_setup
1 Hits, Last modified:
Network Speed testing @tech_notes
3 Hits, Last modified:
VNC Server @home_server:home_server_setup
2 Hits, Last modified:
SSH Notes @home_server:home_server_setup:other_services
3 Hits, Last modified:
Rsync @home_server:home_server_setup:other_services
3 Hits, Last modified:
NFS @home_server:home_server_setup:other_services
1 Hits, Last modified:
Router Miscellaneous @linux_router
33 Hits, Last modified:
NFTables Configuration @linux_router
14 Hits, Last modified:
Network Setup @home_server:home_server_setup
64 Hits, Last modified:
My Home IT Setup @home_server:home_server_setup
5 Hits, Last modified:
XFCE @home_server:home_server_setup:other_services
2 Hits, Last modified:
DHCP / DNS Setup @linux_router
7 Hits, Last modified:
Debian / Ubuntu Network Setup @linux_router
63 Hits, Last modified:
Router Basic Debian Server Setup @linux_router
1 Hits, Last modified: