Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- Wireguard VPN access from WAN to LAN
- private access to my home LAN from the WAN (internet). //This is the one I am describing here.// - VPN to anonymize my public internet access, making it more difficult for others to tr... is is where I describe this [[https://wiki.kptree.net/doku.php?id=tech_notes:docker-deluge#vpn_setup_in... ewall Rules in Linux]] * [[https://serversideup.net/courses/gain-flexibility-and-increase-privacy-wit
- Wifi Router / Access Points
- gle level, so I run 2 wifi APs connected via Ethernet for better overall coverage. The AP Ethernet connection is a technically better simpler solution that... P range extenders that were in band. The AP Ethernet solution generally has the best performance in te... d reliability compared to any wifi solution. Ethernet speed is also usually much more reliable and ulti
- Router VM
- al: * Network configuration (of 4 x 1 GB/s ethernet ports) * Access to public internet modem, via 1 Ethernet port - **the WAN (Wide Area Network) connection** * Early 2024 I was upgraded to a full fibre internet connection. A connection box / modem converts th
- Router Miscellaneous
- ''sudo iftop -i br0'' ====nethogs==== nethogs - Net top tool grouping bandwidth per process\\ Use ''m... ---- ====glances==== See [[https://wiki.kptree.net/doku.php?id=tech_notes:programs#python|KPTree Pyt... ng Tool for Linux]] * [[https://wiki.crowncloud.net/?How_to_install_Glances_on_Debian_11|How to Insta... ''stable'', e.g. ''docker run -it -p 3000:3000 --net=host ntop/ntopng:stable -i br0'' versus the instr
- NFTables Configuration
- is allowed to forward packets: * ''sudo sysctl net.ipv4.ip_forward'' to check * ''sudo sysctl net.ipv4.ip_forward=1'' to set or =0 turn off * ''sudo sysctl net.ipv6.conf.all.forwarding=1'' similar for ipv6 Al... permanent in ''/etc/sysctl.conf'', by ensuring ''net.ipv4.ip_forward = 1'' is indicated not commented
- ISP IPoE DHCP Setup Notes
- ork IP addresses and most IP traffic is over Ethernet. This needs to be taken in context of ISP access... on on how to make this work. I use the RJ45 ethernet interface called eno1. In my netplan configurati... back 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever pre
- Debian Server Network Setup
- systemd/systemd/blob/master/src/udev/udev-builtin-net_id.c#L20|Systemd Docs]]. I have no problem with t... loopback network interface auto lo iface lo inet loopback # The WAN network interface auto eno1 eno1:0 iface eno1 inet dhcp # dhcp for IP/DHCP WAN (static? for PPPOE)... access modem web page on WAN NIC iface eno1:0 inet static address 192.168.5.2/24 # Then LAN
- DHCP / DNS Setup
- and DHCP servers to Docker, [[https://wiki.kptree.net/doku.php?id=docker_notes:docker-dns#docker_-_dns_... n ISC Bind9 and ISC DHCP, which are the main internet backbone software used for DNS and DHCP. I no ... n [[https://web.archive.org/|Wayback Machine Internet Archive]], but [[https://web.archive.org/web/2019... ve DNS Server on Debian 11]] *[[https://www.lisenet.com/2018/configure-dhcp-failover-with-dynamic-dns
- Router Hardware
- B/s. The [[https://www.marvell.com/products/ethernet-adapters-and-controllers/fastlinq-edge-ethernet-controllers.html|Marvell AQC113C-B1-C 10Gb/s NIC]] on ... 1 x SO-DIMM DDR5 4800MHz, 32GB(SAMSUNG). *Ethernet Ports: 2 x Marvell AQC113C-B1-C 10Gbps Network ca... s most homes do not have better than 100Mb/s internet connections, and in general much slower.) The mai
- ISP PPPoE Network Setup
- showthread.php?t=872346|How to Optimize your Internet Connection using MTU and RWIN]]. Ubuntu documenta... oeconf(8) man:interfaces(5) BindsTo=sys-subsystem-net-devices-eno1.device After=sys-subsystem-net-devices-eno1.device [Service] ExecStart=/usr/sbin/pppd ca... n/ppp-pppoe.pid [Install] WantedBy=sys-subsystem-net-devices-eno1.device </code> Use ''sudo systemctl