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.

Exact match
  • 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
73 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
Router Miscellaneous
16 Hits, Last modified: 12 months ago
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
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
Wireguard VPN access from WAN to LAN
9 Hits, Last modified: 16 months ago
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... g parameters in ''sudo vim /etc/sysctl.conf'': *net.ipv4.ip_forward = 1 *net.ipv4.conf.all.proxy_arp = 1 After applying these changes reboot or apply se
Wifi Router / Access Points
8 Hits, Last modified: 8 months ago
''. *''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 ... nto the router ''%%ssh root@wifi-ap1.local.kptree.net%%'' and run ''%%/etc/init.d/uhttpd restart%%'' ... ommand in ssh: ''%%ssh root@wifi-ap0.local.kptree.net "/etc/init.d/uhttpd restart"%%'' =====openwrt up
NFTables Configuration
7 Hits, Last modified: 19 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 PPPoE Network Setup
6 Hits, Last modified: 2 years ago
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... To check IPv4 forwarding is turned on: ''sysctl net.ipv4.ip_forward''. If equal 1 it is on otherwise
Debian Server Network Setup
3 Hits, Last modified: 10 months ago
systemd/systemd/blob/master/src/udev/udev-builtin-net_id.c#L20|Systemd Docs]]. I have no problem with t... systemd/systemd/blob/master/src/udev/udev-builtin-net_id.c#L20|Systemd Docs]]. I have no problem with t... k VLAN]]</fs> *<fs smaller>[[https://www.kuncar.net/blog/2018/using-vconfig-to-set-vlan-tagged-interf
Router Hardware
2 Hits, Last modified: 3 months ago
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
Router VM
1 Hits, Last modified: 19 months ago
manager -c 'qemu+ssh://baumkp@router.local.kptree.net/system?keyfile=id_rsa'%%'' *''sudo apt install
Basic Netfilter Function Block Diagram
1 Hits, Last modified: 2 years ago
ow to mangle the packets]] *[[https://linux.die.net/man/8/iptables|iptables(8) - Linux man page]] *