KPTree Wiki logo

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
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • Basic Netfilter Function Block Diagram
  • Debian Server Network Setup
  • ISP PPPoE Network Setup

Fulltext results:

DHCP / DNS Setup
103 Hits, Last modified: 22 months ago
nterval ; which you can leave as default. kptree.net IN SOA router.kptree.net. root.kptree.net. ( 2019072101 ; serial 10800 ... ains. 168.192.in-addr.arpa IN SOA router.kptree.net. admin.kptree.net. ( 2017072101 ; ser... origin address. * ''sudo named-checkzone kptree.net /var/lib/bind/db.kptree.net'' for the forward zone file. If not using IPv6 b... oing raw network access CapabilityBoundingSet=CAP_NET_BIND_SERVICE CAP_NET_RAW # Set up a new file system namespace and mou
Wireguard VPN access from WAN to LAN
43 Hits, Last modified: 16 months ago
e ip nat -a'' * To add a set tcp_open_ports in inet firewall: ''sudo nft add set inet firewall tcp_open_ports{type inet_service \; flags interval \;}'' * To add elemen... p nat postrouting handle 24'' * To add rule to inet firewall input, before handle 25: ''sudo nft add rule inet firewall input handle 25 ip saddr udp dport 51914... ounter accept'' * To append new rule to end of inet firewall input: ''sudo nft add rule inet firewall input ip saddr udp dport 51914 counter a
NFTables Configuration
30 Hits, Last modified: 19 months ago
ts). This line defines a table with the family ''inet'' and name ''firewall''. ''inet'' is a family that encompasses both IPv4 and IPv6... o list a loaded table use: ''sudo nft list table inet firewall'', the inet firewall as listed from ''sudo nft list table'' ... postrouting handle 12 *''sudo nft delete rule inet firewall forward handle 32'' : deletes rule table inet firewall forward handle 32 *''sudo nft add rule inet firewall input position 39 tcp dport domain counter'' : within table inet firewall input, before handle 39, adds rule tcp p
Linux Router Background
24 Hits, Last modified: 5 months ago
o my old back DSL modem Router that had WAN eithernet input was limiting performance, 100M ethernet connection with 100M fibre..... Unfortunately my ... - 2| 7 - 8 | 35 - 37 | Notes: -The 100Mbps ethernet router was a TP-Link VDSL modem router with 4 100Mbps ethernet ports and 2 VoIP port. One ethernet port was set up as WAN connection. -The 1000Mbps ethernet router was a N3700 router with 4 1000Mbps ethernet ports running Linux Debian. -The 2500/10000Mbps ethernet router was a i305 router with 2 x 2500Mbps and 2 x 10000Mbps ethernet ports running Linux Debian. (The WAN is connected
Wifi Router / Access Points
23 Hits, Last modified: 8 months 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 soluti... NAND Flash and 512MB RAM. It has 4 x 1Gbit ethernet ports and 1 x 2.5Gbit ethernet port. The WAX206 does not have a USB port. Ther... ''. *''scp .config/certificates/'*.local.kptree.net.key' root@wifi-ap1.local.kptree.net:/etc/uhttpd.key'' to copy across the key *''scp .config/certificates/'*.local.kptree.net.cer' root@wifi-ap1.local.kptree.net:/etc/uhttpd.crt'' to copy across the certificate
Router Miscellaneous
22 Hits, Last modified: 12 months ago
ging DNS]] ====IPv6 Related Links==== *IPV FREENET6.NET [[http://www.freenet6.net/aboutfreenet6.shtml|About]], [[http://www.freenet6.net/reverse-dns.shtml|How to request a reverse DNS de
Debian Server Network Setup
20 Hits, Last modified: 10 months ago
gateway 192.168.1.1 auto eno2 and iface eno2 inet manual are not required as iface inet br1 will bring up the components assigned to it. # iface eno2 inet manual # iface eno3 inet manual # iface eno4 inet manual The use of allow-hotplug eth1 is not used as normally these inter
NFTables IP Control
16 Hits, Last modified: 5 years ago
act as a form of parental control on my home internet access. ====Disable Range of IP addresses, wit... n out the current ruleset flush ruleset table inet firewall { set controllist { type... # set tcp_open_ports { # type inet_service; flags interval; # elements = { ;... } # set udp_open_ports { # type inet_service; flags interval; # elements = { ;
Router Hardware
15 Hits, Last modified: 3 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]... ing the grub configuration file. The reliablesite.net give a good explanation in their article [[http://support.reliablesite.net/kb/a240/how-to-set-nomodeset-into-the-grub-bootlo... lution|ChangeTTYResolution]].++++ ++++Router Ethernet Hardware Consideration| ====Router Ethernet Hardware Consideration==== The X11SBA-LN4F hardware comes
Basic Netfilter Function Block Diagram
15 Hits, Last modified: 2 years ago
us additional overhead to that in a standard Ethernet data field. The maximum length (MTU) of the data field of a standard Ethernet data field is limited 1500 bytes. A standard PPP... ipedia.org/wiki/Point-to-point_protocol_over_Ethernet|Point-to-point protocol over Ethernet]], [[https://en.wikipedia.org/wiki/IPv6_packet|IP... v6 packet]], [[https://en.wikipedia.org/wiki/Internet_Control_Message_Protocol_version_6|Internet Control Message Protocol version 6]], and [[https... , but like IP can grow to 60 bytes long The Ethernet datafield (MTU) is limited to 1500 bytes and the maximum Ethernet frame size must be 1536 bytes or greater. The fol
TC - Traffic Control
14 Hits, Last modified: 3 months ago
rrent default settings *''sudo sysctl -a | grep net.'' shows all the net. parameters, additional deeper filters net.core, net.ipv4, net.ipv6, net.mptcp, and net.netfilter. There are a few additionals not shown in deeper filters! *''sudo tc qdisc show... hes 15ms Latency]] *[[https://www.bufferbloat.net/projects/codel/wiki/Cake/|Cake - Common Applicati... ns Kept Enhanced]] *[[https://www.bufferbloat.net/projects/codel/wiki/Cake/|Cake - Common Applicati
ISP IPoE DHCP Setup Notes
14 Hits, Last modified: 21 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
Router VM
12 Hits, Last modified: 19 months ago
GB/s ethernet ports) * Access to public internet modem, via 1 Ethernet port - **the WAN (Wide Area Network) connection**... ports. (On my home server I have 4 x 1GB/s Ethernet ports and an add in PCIe card that provided a 2.5GB/s Ethernet port. All these physical ports are connected to a... * It allows connections of multiple virtual Ethernet ports to the bridge device. This is a commonly us... manager -c 'qemu+ssh://baumkp@router.local.kptree.net/system?keyfile=id_rsa'%%'' *''sudo apt install
ISP PPPoE Network Setup
7 Hits, Last modified: 2 years 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