Search
You can find the results of your search below.
Fulltext results:
- Wireguard VPN access from WAN to LAN
- ed to be inserted. *To start/stop the Wireguard service: ''sudo systemctl start wg-quick@wg0'' *To enable/disable the Wireguard service: ''sudo systemctl enable wg-quick@wg0'' *To check status of the Wireguard service: ''sudo systemctl status wg-quick@wg0'' ====Rout... be able to be found using ''ip a''.\\ * Where services are on separate server, virtual, container, etc.
- Wifi Router / Access Points
- are metal and Bind9 and Kea as well as some other services in Docker on a VM. My house is reasonably large... formance by moving as many as reasonably possible services to wired Ethernet, there by reducing bandwidth u... 1200 Dual Band WiFi Range Extender]] gave me good service until I updated in 2022 to the WAX 206 units. Th
- Router Configuration, Switch & Server Setup
- nd to end IP addressing that is required for some services, e.g. VoIP. This requires additional services to compensate, e.g. STUN/TURN services. - I have tried to use IPv6 via a HE tunnel arrangement, but f... s absolutely mandatory in all cases. Key networks services, such as DNS and DHCP are separate functions tha
- Router VM
- ine, CLI (Command Line Interface only). The main services I am currently running on this machine are, all ... dress Translation) * Port forwarding to basic services * Main public HTML sever * Mail serv... * Main LAN (Local Area Network) DNS/DHCP), these services work together * Main local DNS server using ... ation files to run the libvirt daemon as a system service *''libvirt-clients'' - contains the libvirt she
- Router Miscellaneous
- riven from command link I made a direct systemctl service file to operate. ---- ====glances==== See [[htt... onfig/glances/glances.config'' . ===glances as a service=== ++++Setup a systemd file for glances as a local web service ''sudo vim /lib/systemd/system/glances.service''| <code> [Unit] Description=Glances Documentation=man:glan
- NFTables Configuration
- be able to be found using ''ip a''.\\ * Where services are on separate server, virtual, container, etc.... #202000/#F0F0E0> This creates a set of type inet_service (port number or range). The flags interval direct... ese values in the rules. We can use port numbers, service names and port ranges.\\ Sets provide a performa... AS|Sets]]. </color>++ \\ <tab9> type inet_service; flags interval;\\ <tab9> elements = {\\
- Debian Server Network Setup
- to no avail. So I created the following systemd service to perform this function on start-up after the network was up."\\ To create and edit the service: ''sudo systemctl edit --force --full ipv6_start.service'', ''man systemctl'' and search for ++++ipv6_start.service| <code> [Unit] Description=Remove route to he-ipv
- DHCP / DNS Setup
- o this I am not looking at backups for both these services on my local area network. Whilst these services worked reliably well, when ever I shutdown the the route... t relies upon DHCP will not function without this service. Most my critical services have static IP address. These notes still have some utility. I will presumab
- IPTables Configuration
- 0:0] :FORWARD DROP [0:0] :OUTPUT ACCEPT [0:0] # Service rules # basic global accept rules - ICMP, loopba
- Router Hardware
- 3-305 CPU]] that should easily handle home router services up to 10GB/s, and certainly to 2.5GB/s. The [[h... IPMI LAN Port and has given me a good 5 years of service to date.) Downside is mainly the price, USD490 + ... 8.04 install terminal. My home server already in service over 5 years (as of 2017) has a Supermicro mother... ate access from public internet The following key services define the router: *network services (bare met
- ISP PPPoE Network Setup
- col Daemon]]</fs>. ====PPPoE Startup==== Systemd service to create interface and start ppoe service, below: ''sudo vim /etc/systemd/system/pppoe.service'': <code> [Unit] Description=PPPoE connection Documen... ice After=sys-subsystem-net-devices-eno1.device [Service] ExecStart=/usr/sbin/pppd call provider Type=fork