bin

Search

You can find the results of your search below.

Router Hardware
4 Hits, Last modified:
are===== (Jan 2023) For my router, including DNS (BIND9) and DHCP (ISC DHCP) I am using a Supermicro SY... metal: * NFtables for firewall and routing * Bind9 for DNS * ISC DHCP for DHCP * Wireguard for... Docker (currently ISC DHCP in bare metal) *ISC Bind 9 in Docker (currently ISC Bind 9 in bare metal) *Wireguard VPN in Docker (currently Wireguard VPN
Router Miscellaneous
14 Hits, Last modified:
r=network.target [Service] #ExecStart=/usr/local/bin/glances -w -t 2 ExecStart=/home/baumkp/.local/bin/glances -w -t 2 Restart=on-abort [Install] WantedBy... ate a pseudo-TTY] -v /home/baumkp/algo:/data [bind mount a volume] --name=algo [give container n... .service [Service] Restart=always ExecStart=/usr/bin/docker start -a algo ExecStop=/usr/bin/docker sto
DHCP / DNS Setup
86 Hits, Last modified:
{{tag>linux router dns dhcp bind ip ipv6 radvd host dig nslookup}} ======DHCP / DNS Setup====== =====O... server|Docker-DNS Server]]. I am still using ISC_Bind9, but am now using ISC_Kea for DHCP as ISC_Bind is no longer supported as of 2022. Further to this I... s primarily written in 2017 and is based upon ISC Bind9 and ISC DHCP, which are the main internet backb
Debian / Ubuntu Network Setup
3 Hits, Last modified:
online.target [Service] Type=oneshot ExecStart=:/bin/bash -c "ip r del 2001:470:1f2c:10d::/64 dev he-i... 'vim tononrouter.sh'' | <code> #systemctl disable bind9 #systemctl disable isc-dhcp-server #systemctl d... ++ ''vim torouter.sh'' | <code> #systemctl enable bind9 #systemctl enable isc-dhcp-server #systemctl en
Router VM
2 Hits, Last modified:
rk together * Main local DNS server using ISC Bind9 * Main local DHCP server using ISC DHCP My ... contains the libvirt shell virsh and other client binaries *''virtinst'' - utilities to create and ed
NFTables IP Control
7 Hits, Last modified:
interval option.) ++++controllist.sh| <code> #!/bin/bash if [ -z "$1" ] then timeout1=' timeout 5... he control list. ++++deletecontrol.sh| <code> #!/bin/bash nft flush set inet firewall controllist </co... output of cron jobs to systemd's journal: ''/usr/bin/systemd-cat -t controllist'', again the full path... nal crontab command entry would look like: ''/usr/bin/systemd-cat -t controllist /home/baumkp/controlli
IPTables Configuration
1 Hits, Last modified:
.d/iptables'' *Add the following: <code> #!/bin/sh /sbin/iptables-restore < /etc/network/ipta
ISP PPPoE Network Setup
7 Hits, Last modified:
DNS, DHCP, and PPPoE software: ''sudo apt install bind9 isc-dhcp-server pppoeconf'' Disable and stop the DNS [bind9] and DHCP [isc-dhcp-server, isc-dhcp-server6] s... and configure later. *''sudo systemctl disable bind9'' *''sudo systemctl stop bind9'' *''sudo systemctl status bind9'' *''sudo systemctl disable is
ISP IPoE DHCP Setup Notes
1 Hits, Last modified:
ent(8) Wants=network.target Before=network.target BindsTo=sys-subsystem-net-devices-%i.device After=sys