Search
You can find the results of your search below.
Fulltext results:
- Router Miscellaneous
- 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
- 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
- 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
- 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
- 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
- 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
- dit the current NFTables configuration *''sudo systemctl restart nftables'' to restart with the current n
- TC - Traffic Control
- dBy=multi-user.target</code> Enable it: ''%%sudo systemctl enable --now sqm.service%%'' ++++ ====Verify It