KPTree Wiki

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@linux_router
  • Any namespace
Past year
  • Any time
  • Past week
  • Past month
  • Past year
Sort by last modified
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • Debian Server Network Setup

Fulltext results:

Wireguard VPN access from WAN to LAN
43 Hits, Last modified: 7 weeks ago
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
22 Hits, Last modified: 7 weeks ago
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
12 Hits, Last modified: 4 months ago
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
22 Hits, Last modified: 4 months ago
''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
30 Hits, Last modified: 4 months ago
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
14 Hits, Last modified: 6 months ago
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
20 Hits, Last modified: 6 months ago
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
103 Hits, Last modified: 7 months ago
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
15 Hits, Last modified: 7 months ago
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
7 Hits, Last modified: 10 months ago
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