Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- Wireguard VPN access from WAN to LAN
- https://wiki.nftables.org/wiki-nftables/index.php/Sets#Named_sets| Names Sets]] & nft man page <tab1> [[https://www.netfilter.... bles port ranges to be used. After that, you just set elements to add members to the set. Having a set is a clean and efficient way to later reference a... https://wiki.nftables.org/wiki-nftables/index.php/Sets#Named_sets| Names Sets]] & nft man page <tab1> [[https://www.netfilter.... bles port ranges to be used. After that, you just set elements to add members to the set. Having a set is a clean and efficient way to later reference a
- NFTables Configuration
- https://wiki.nftables.org/wiki-nftables/index.php/Sets#Named_sets| Names Sets]] & nft man page <tab1> [[https://www.netfilter.... bles port ranges to be used. After that, you just set elements to add members to the set. Having a set is a clean and efficient way to later reference a... https://wiki.nftables.org/wiki-nftables/index.php/Sets#Named_sets| Names Sets]] & nft man page <tab1> [[https://www.netfilter.... bles port ranges to be used. After that, you just set elements to add members to the set. Having a set is a clean and efficient way to later reference a
- Debian Server Network Setup
- ster) Debian still by default uses this interface Setup. It can be setup to use netplan inface.\\ Ubuntu (as of version... ian still defaults to the interface style network setup. It can be set up to use netplan. It is very importqant to remember after installing and setting up netplan to disable the interfaces setup. This can be simply done by deleting, renaming... opriately configured.** The remaining 3 NICs are setup in bridge mode as router LAN ports. When setup in bridge mode the 3 ports effectively act as a
- Router Miscellaneous
- ] [[https://stackoverflow.com/questions/23819170/setting-up-docker-containers-with-nat|Setting up docker containers with nat]] [[https://se... pn|VPN protocols]] ++++ Algo VPN old tl;dr;|is a set of Ansible scripts that simplify the setup of a personal IPSEC VPN. It uses the most secur... /www.configserverfirewall.com/ubuntu-linux/ubuntu-set-static-ip-address/|How to set static IP Address in Ubuntu Server 16.04]] *... g: *xdeb.org [[https://xdeb.org/post/2019/09/26/setting-up-a-server-firewall-with-nftables-that-support-wireguard-vpn/|Setting up a server firewall with nftables that suppo
- NFTables IP Control
- https://wiki.nftables.org/wiki-nftables/index.php/Sets#Named_sets|NFtables named set]] with ipV4 address and timeout function: <code> ... trollist counter drop </code> ++++Router NFtable Setup - with named set IP filtering| <code> #!/usr/sbin/nft -f define ... 30m'' for 5 hours 30 minutes. *''sudo nft list set inet firewall controllist'' : will list the current elements in named set controllist *''sudo nft flush set inet firewall controllist'' : will flush the current named set controllist *''sudo vim /etc/nftables.conf'' : to edit the cu
- DHCP / DNS Setup
- p ipv6 radvd host dig nslookup}} ======DHCP / DNS Setup====== =====Outdated===== I have moved my DNS ... DNS. Many of my home server applications now are set up to operate via https via Traefik and this also... l as the notes seemed suitable for purpose. This setup was primarily written in 2017 and is based upon... >This is a good general description</fc> =====DNS Setup===== First install or ensure already installed
- Router Hardware
- atively cheap. Those with only one NIC need to be setup with USB NIC adaptors, that further complicates setup, performance and reliability. Although better s... for the use of separate keyboards and monitors to set up and maintain these machines and allow true convenient headless set up, maintenance and operation. Normally an SSH te... ntu 18.04 amd64 server edition** Basically after setting up Ubuntu 16.04 amd64 server edition on the r... ic drivers. For Debian and Ubuntu this is done by setting the "nomodeset" option into the grub bootload
- Router Configuration, Switch & Server Setup
- oads up of the ISO across the KVM virtual storage setup and can be then setup as normal. When setting up Ubuntu below are some the of keypoints: *I set-up Ubuntu to use LAN port 2, as I want to use LAN... 04LTS for an explanation.) *I just use standard set-up for one main partition, which basically gives ... to make this so. ---- ++++ ======Manual Network Setup====== A lot of network equipment, such as route
- ISP PPPoE Network Setup
- tible with Netplan. Hence the attempt to manually set up wan/eno1 interface with an ''ip link set'' instruction in the pppoe.service script. The ''... service script: <code> ExecStartPre=/sbin/ip link set up dev eno1 ExecStartPre=/sbin/ip link add link e... eno1.7 type vlan id 7 ExecStartPre=/sbin/ip link set up dev eno1.7 ExecStartPre=/sbin/ip addr add 192.... router to forward packet the Linux kernal must be setup to allow this. This is not necessarily a standa
- TC - Traffic Control
- do sysctl -a | grep qdisc'' shows current default settings *''sudo sysctl -a | grep net.'' shows all ... *''sudo tc qdisc show dev eno1'' shows current setting of interface ''dev eno1'' it would seem that Linux has default settings for network interfaces, e.g.: <code>qdisc mq... to your WAN interface with your upload bandwidth set to 90-95% of measured speed: *''%%tc qdisc repl
- Router VM
- //www.digitalocean.com/community/tutorials/how-to-set-up-ssh-keys-on-ubuntu-1604|How To Set Up SSH Keys on Ubuntu 16.04]] <- linux_router:i
- Basic Netfilter Function Block Diagram
- at it probably uses an existing modem router that sets the MTU, and it is possible that this setting acts as the limiter.) Some command examples: ... and 30 bytes with VLAN (IEEE 802.1Q) tagging. To set the PPPoE connection mtu edit the following file
- ISP IPoE DHCP Setup Notes
- modem ISP IPoE mtu dns dhcp}} =====ISP IPoE DHCP Setup Notes===== Notes on Setting up a Linux router for IPoE DHCP. ++++old, tldr;| After a few years of r... mention they used dhcp IPoE as well as PPPoE. I set up my spare modem as they described and it worked... seemed to function. I investigated this ISP dhcp setup and came up with the other term IPoE. All a bi
- Linux Router Background
- , as of June 2023. It took me nearly 18 months to set up as primary home router on bare metal, with DNS... ing, darkstat and glances. I have not bothered to setup VMs or containers, it all runs bare metal. I ma... ready run out of data, I purchased a 4G modem and set up 4G access with a local supplier. This is so m... , & cloud. For 3 - 4 weeks I could not be bother setting up an alternative. All the services still wo
- IPTables Configuration
- ORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 1452 # forward packets along related/establi... D -j DROP COMMIT </code> ====Additional IPTables setup requirements==== ===Persistent IPTables on Boo