vim

Search

You can find the results of your search below.

DHCP / DNS Setup
11 Hits, Last modified:
uration ====Setting Bind9 to IPv4 Mode==== ''sudo vim /etc/default/bind9'' or ''sudo vim /etc/default/named'', set following parameter: ''OPTIONS="-u bind -... the named.conf.options configuration file, ''sudo vim /etc/bind/named.conf.options'', as noted below. +... ="; }; </code>++++ Configure the DNS zones ''sudo vim /etc/bind/named.conf.local'' ++++named.conf.local
Debian / Ubuntu Network Setup
5 Hits, Last modified:
See the Netplan configuration below: ++++''sudo vim /etc/netplan/network.yaml''| <code> network: #s... rfaces are commented out. For example: ++++''sudo vim /etc/network/interfaces''| <code> # This file des... is my basic setup netplan yaml file. ++++ ''sudo vim /etc/netplan/50-cloud-init.yaml'' | <code> # This... 2 scripts to switch between configuration: ++++ ''vim tononrouter.sh'' | <code> #systemctl disable bind
ISP PPPoE Network Setup
4 Hits, Last modified:
configuration Edit the chap-secrets file, ''sudo vim /etc/ppp/chap-secrets'': <code> # Secrets for aut... is mynetfone, I edited the following file: ''sudo vim /etc/ppp/peers/mynetfone'' For a good reference ... e interface and start ppoe service, below: ''sudo vim /etc/systemd/system/pppoe.service'': <code> [Unit... ember to turn on / off the debug option in ''sudo vim /etc/ppp/peers/mynetfone''. The debug information
NFTables IP Control
3 Hits, Last modified:
lush the current named set controllist *''sudo vim /etc/nftables.conf'' : to edit the current NFTab... e use of these controllist name sets. *''sudo vim controllist.sh'' : This script automates the en... o allow an input of the timer duration. *''sudo vim deletecontrol.sh'' : This is a simple script to
IPTables Configuration
2 Hits, Last modified:
ion==== Edit iptables configuration file: ''sudo vim /etc/network/iptables'': <code> *nat :PREROUTING ... rks is brought on line: *Edit this file: ''sudo vim /etc/network/if-pre-up.d/iptables'' *Add the fo
IPv6 Setup Notes
2 Hits, Last modified:
l-configuring-ipv6-for-linux/ Commands: *''sudo vim /etc/netplan/network.yaml'' *''netplan generate... temd nftables configuration file location: ''sudo vim /etc/nftables.conf'' *List all defined nftables
Router Miscellaneous
2 Hits, Last modified:
md file for glances as a local web service ''sudo vim /lib/systemd/system/glances.service'' <code> [Uni... n and is available to be started at boot. ''sudo vim /etc/systemd/system/algo.service'' <code> [Unit]
ISP IPoE DHCP Setup Notes
1 Hits, Last modified:
ration to IPv4. ===dhclient@.service=== ''sudo vim /etc/systemd/system/dhclient@.service'' <code> [U
Basic Netfilter Function Block Diagram
1 Hits, Last modified:
PoE connection mtu edit the following file ''sudo vim /etc/ppp/ip-up'' and append the following to the
NFTables Configuration
1 Hits, Last modified:
v6 ====Sample NFTables configuration==== ''sudo vim /etc/nftables.conf'' ++++ Router NFtable Setup -