bin

Search

You can find the results of your search below.

DHCP / DNS Setup
90 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
Router Miscellaneous
15 Hits, Last modified:
e this help screen * t – View network I/O as combination * u – View cumulative network I/O * q – ... 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
ISP PPPoE Network Setup
13 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
NFTables IP Control
9 Hits, Last modified:
tup - with named set IP filtering| <code> #!/usr/sbin/nft -f define wan = ppp1 define modem = eno1 ... interval option.) ++++controllist.sh| <code> #!/bin/bash if [ -z "$1" ] then timeout1=' timeout 5... h' else timeout1=" timeout $1" fi cmd1='/usr/sbin/nft add element inet firewall controllist { ' ipb... he control list. ++++deletecontrol.sh| <code> #!/bin/bash nft flush set inet firewall controllist </co
Router Hardware
5 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
NFTables Configuration
5 Hits, Last modified:
tup - ''/etc/nftables.conf''| <color blue>#!/usr/sbin/nft -f </color> ++ | + <color #202000/#F0F0E0> nf... following at the top of the file: *#!/user/sbin/nft -f *''chmod +x router.nft'' *Use ''... following at the top of the file: *#!/user/sbin/nft -f *chmod +x router.nft *Use ''wher... tables''. Start and reload basically run ''/usr/sbin/nft -f /etc/nftables.conf'', whereas stop runs ''
ISP IPoE DHCP Setup Notes
3 Hits, Last modified:
ent(8) Wants=network.target Before=network.target BindsTo=sys-subsystem-net-devices-%i.device After=sys... king PIDFile=/run/dhclient/%I.pid ExecStart=/usr/sbin/dhclient -4 -v %I ExecStop=/usr/sbin/dhclient -r %I [Install] WantedBy=multi-user.target </code> To
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
IPTables Configuration
2 Hits, Last modified:
.d/iptables'' *Add the following: <code> #!/bin/sh /sbin/iptables-restore < /etc/network/iptables </code> *Change the file permissions: ''sudo c
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
Basic Netfilter Function Block Diagram
1 Hits, Last modified:
append the following to the end of the file: ''/sbin/ifconfig ppp0 mtu 1492''. ====ICMP Filtering====