name

Search

You can find the results of your search below.

DHCP / DNS Setup
39 Hits, Last modified:
rvice as bind9.service. * "named" is the normal name of the isc-bind9 code that is call to start the a... tc/bind/named.conf.options'', as noted below. ++++name.conf.options|<code> options { directory "/var/c... , ; we add an "NS Record" to define the domain's name server... NS router.kptree.net. ; ...then a... ere seems to be no white space allowed before the name. </code>++++ **Note:** //To allow all LAN traffic
NFTables Configuration
38 Hits, Last modified:
line defines a table with the family ''inet'' and name ''firewall''. ''inet'' is a family that encompass... s| Configuring Chains]] for more information. The name does not actually matter, but was chosen to align... color>\\ <tab9><color #000060/#F0F0FF> #iifname </color><color #060000/#FFF0F0>$wan</color><color... broken until added.</color>++ \\ <tab9> iifname <color red>$lan</color> counter accept <color bl
NFTables IP Control
30 Hits, Last modified:
ept # accept input from LAN iifname $lan counter accept # By port is a pain in the arse! # iifname $lan tcp dport { ssh, domain, 667, 953 } counter accept # iifname $lan udp dport { domain, bootps, bootpc, 667, 953... @controllist counter drop #oifname $wan tcp flags syn tcp option maxseg size set rt
Router Miscellaneous
10 Hits, Last modified:
Sort processes by MEM% * p – Sort processes by name * i – Sort processes by I/O rate * d – Show/h... n --cap-drop ALL -it -v /home/baumkp/algo:/data --name=algo mutemule/algo" to create and run image --... ome/baumkp/algo:/data [bind mount a volume] --name=algo [give container name, can help prevent multiple containers] mutemule/algo [name of docker ima
ISP PPPoE Network Setup
9 Hits, Last modified:
r secret IP addresses "yourusername" * "yourpassword" * </code>... with the ISP. Some documentation states the username and password must be within quotation marks as sh... it seems to also work without. Use a * for server name and unless your ISP assigns an IP address, leave ... p1 unit 1 #Ensure a PID entry with specified linkname is made pppoe linkname pppoe # MUST CHANGE: repl
ISP IPoE DHCP Setup Notes
5 Hits, Last modified:
not use authentication on the connection with username and password. In fact they mention they used dhcp... ger worked, until I removed the password and user name. It actually seems to use default username and password in the pppoe software that seemed to function. ... p saddr 192.168.1.0/24 ip daddr 192.168.5.0/24 oifname "eno1" counter packets 68 bytes 4080 snat to 192.
IPv6 Setup Notes
3 Hits, Last modified:
utes ''sudo nft add rule inet firewall forward iifname "he-ipv6" counter jump base_checks'' ''sudo nft add rule inet firewall forward iifname "br0" oifname "he-ipv6" counter accept'' *IPv4 list network neighbors: ''arp -a'' *IPv6 list netwo
Debian / Ubuntu Network Setup
1 Hits, Last modified:
LAN using for example ''ip link add add link eno1 name eno1.1 vlan id 1'' in the ''systemctl pppoe.servi