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.

Starts 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

Fulltext results:

Router Miscellaneous
46 Hits, Last modified: 11 months ago
=multi-user.target </code> ++++ After modifying a systemd file update systemd: ''sudo systemctl daemon-reload'' The glances output can then b... tl show -p FragmentPath nftables'' *To list all systemd services: ''systemctl list-unit-files'', use ''systemctl list-unit-files --state=enabled'' to check all... w.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units|Systemctl]] to manage systemd services and units and for [[https://www.digital... ials/how-to-use-journalctl-to-view-and-manipulate-systemd-logs|journalctl]]. *Some commonly used system
Debian Server Network Setup
32 Hits, Last modified: 10 months ago
sts on network dhcp *Use ''sudo journalctl -xeu systemd-networkd'' (''sudo systemctl status systemd-networkd'') *Use ''sudo journalctl -xeu Networ... Interface Names]], also see [[https://github.com/systemd/systemd/blob/master/src/udev/udev-builtin-net_id.c#L20|Systemd Docs]]. I have no problem with this. In any case... p."\\ ++++ To create and edit the service: ''sudo systemctl edit --force --full ipv6_start.service'', ''man systemctl'' and search for ++++ipv6_start.service| <cod... This one talks about reliable network target with systemd[[https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/|Running Services After the Networ
ISP PPPoE Network Setup
19 Hits, Last modified: 2 years ago
ystem-net-devices-eno1.device </code> Use ''sudo systemctl daemon-reload'' to update systemd for new service. Then ''sudo systemd disable pppoe'' to disable this service from activating at system startup. We will enable later, once configuration... is more complete. To check log files use: ''sudo systemctl status pppoe'' or ''journalctl -u pppoe -b 0 -... n is incorrect as I managed to use so.</fs> =====System Forwarding Enable===== To allow the router to fo
Router VM
18 Hits, Last modified: 18 months ago
o qemu-system and is now redundant</fs> *''qemu-system'' is a meta package that call the correct system pack, e.g. qemu-system-x86 (qemu-kvm is now call / replaced by qemu-system-x86 in Debian 11) *''qemu-system-x86'' is the actual system peripheral emulator and virtualiser for x86 systems *''qemu-utils'' provides utilities for QEMU ... d to manage the hypervisors *''libvirt-daemon-system'' - configuration files to run the libvirt daemon as a system service *''libvirt-clients'' - contains the lib... ger -c 'qemu+ssh://baumkp@router.local.kptree.net/system?keyfile=id_rsa'%%'' *''sudo apt install gir1.2-
DHCP / DNS Setup
13 Hits, Last modified: 21 months ago
te for latest configurations changes. DNS: ''sudo systemctl restart bind9'' and DHCP: ''sudo systemctl restart isc-dhcp-server''.\\ \\ To see active... udo systemctl status radvd.service'' * ++/lib/systemd/system/radvd.service|<code># It's not recommended to mod... want to customize, # the best way is to use the "systemctl edit" command. [Unit] Description=Router adve... ET_BIND_SERVICE CAP_NET_RAW # Set up a new file system namespace and mounts private /tmp and /var/tmp di
Basic Netfilter Function Block Diagram
13 Hits, Last modified: 2 years ago
n packets, which will affect how SELinux or other systems that can interpret SELinux security contexts han... tions: *Incoming packets destined for the local system: **PREROUTING -> INPUT** *Incoming packets dest... ee that an incoming packet destined for the local system will first be evaluated against the **PREROUTING*... acking==== We introduced the connection tracking system implemented on top of the ''netfilter'' framework
NFTables IP Control
11 Hits, Last modified: 5 years ago
rwise not working the error message go nowhere. Systemd has a service to redirect output of cron jobs to systemd's journal: ''/usr/bin/systemd-cat -t controllist'', again the full path is given. The command path can ... crontab command entry would look like: ''/usr/bin/systemd-cat -t controllist /home/baumkp/controllist.sh''... g everything after the 5th space is passed to the system shell command interpreter. ++++ example: ''sudo
ISP IPoE DHCP Setup Notes
11 Hits, Last modified: 21 months ago
Link File: /usr/lib/systemd/network/99-default.link Network File: /run/systemd/network/10-netplan-eno1.network ... code>Jan 04 07:34:29 kptr dhclient[763]: Internet Systems Consortium DHCP Client 4.4.3-P1 Jan 04 07:34:29 ... kptr dhclient[763]: Copyright 2004-2022 Internet Systems Consortium. Jan 04 07:34:29 kptr dhclient[763]:
NFTables Configuration
10 Hits, Last modified: 19 months ago
l show -p FragmentPath nftables'' shows where the systemctl script is located; /lib/systemd/system/nftables.service, in my case. See [[https://github.com/devkid/nftables-systemd|nftables-systemd]] on github.com ---- <- linux_router:netfilte
Wireguard VPN access from WAN to LAN
10 Hits, Last modified: 16 months ago
allow external authorise only VPN access into the system. I proposed to use an entirely separate IP addres... d. *To start/stop the Wireguard service: ''sudo systemctl start wg-quick@wg0'' *To enable/disable the Wireguard service: ''sudo systemctl enable wg-quick@wg0'' *To check status of the Wireguard service: ''sudo systemctl status wg-quick@wg0'' ====Router Firewall cha
Router Hardware
9 Hits, Last modified: 3 months ago
ake-N i3-N305 (Also N100 option, standard without system fans) *Memory: 1 x SO-DIMM DDR5 4800MHz, 32GB(S... C display output with 4K 60fps support *Cooling System: Full aluminum body passive cooling, dual 4010 fans active cooling for aluminum fins *System Compatibility: Compatible with Windows, Linux, pf... untu. The X11SBA-LN4F has an Intel Pentium N3700 system with 4 x Intel i210-AT GbE LAN. I got with maximu
TC - Traffic Control
7 Hits, Last modified: 2 months ago
own. Create a systemd service: ++++sudo vim /etc/systemd/system/sqm.service| <code bash># /etc/systemd/system/sqm.service [Unit] Description=SQM (CAKE) Traffic Shaping After=net... dBy=multi-user.target</code> Enable it: ''%%sudo systemctl enable --now sqm.service%%'' ++++ ====Verify
Wifi Router / Access Points
3 Hits, Last modified: 7 months ago
s important is the actual performance is the wifi system is satisfactory. I have tried to help improve pe... x206|OpenWRT Techdata: NETGEAR WAX206]] operating system solution for this wifi router. My old wifi acces... pacity reduces the 3rd party opensource operating systems available. openWRT does not have a solution and
Router Configuration, Switch & Server Setup
2 Hits, Last modified: 16 months ago
eason to move away from Ubuntu.**//\\ Ubuntu snap system sucks, to disable: *''snap list'' # to show wha... ilitate this, and this depends upon the operating system and software used by that computer. A key point