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

Fulltext results:

Router Miscellaneous
18 Hits, Last modified: 11 months ago
ath nftables'' *To list all systemd services: ''systemctl list-unit-files'', use ''systemctl list-unit-files --state=enabled'' to check all en... w.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units|Systemctl]] to manage systemd services and units and for [[... e more / different format information than ''sudo systemctl status networking'' *Links to info on the ip an
Debian Server Network Setup
16 Hits, Last modified: 9 months ago
p."\\ ++++ To create and edit the service: ''sudo systemctl edit --force --full ipv6_start.service'', ''man systemctl'' and search for ++++ipv6_start.service| <code> ... to enable the command to run at start-up: ''sudo systemctl enable ipv6_start.service''. *This also needs t... ed after each time netplan apply is used: ''sudo systemctl start ipv6_start.service''. =====Router Configura... figuration: ++++ ''vim tononrouter.sh'' | <code> #systemctl disable bind9 #systemctl disable isc-dhcp-server
ISP PPPoE Network Setup
8 Hits, Last modified: 24 months ago
are for the moment and configure later. *''sudo systemctl disable bind9'' *''sudo systemctl stop bind9'' *''sudo systemctl status bind9'' *''sudo systemctl disable isc-dhcp-server'' *''sudo systemctl stop isc-dhcp-server'' *'
DHCP / DNS Setup
8 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 le... 470:1f2d:178::3/0 { }; }; </code> ++ * ''sudo systemctl status radvd.service'' * ++/lib/systemd/syste... want to customize, # the best way is to use the "systemctl edit" command. [Unit] Description=Router adverti
Wireguard VPN access from WAN to LAN
5 Hits, Last modified: 16 months ago
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 change... g script was clearly running the commands, ''sudo systemctl status wg-quick@wg0'': <code>Jul 03 21:25:44 Rout
NFTables Configuration
4 Hits, Last modified: 19 months ago
ns ''/usr/sbin/nft flush ruleset'' The command ''systemctl show -p FragmentPath nftables'' shows where the systemctl script is located; /lib/systemd/system/nftables.s
NFTables IP Control
1 Hits, Last modified: 5 years ago
dit the current NFTables configuration *''sudo systemctl restart nftables'' to restart with the current n
TC - Traffic Control
1 Hits, Last modified: 2 months ago
dBy=multi-user.target</code> Enable it: ''%%sudo systemctl enable --now sqm.service%%'' ++++ ====Verify It