configuration

Search

You can find the results of your search below.

Debian / Ubuntu Network Setup
18 Hits, Last modified:
udo apt install bridge-utils''. Edit the network configuration file: ''/etc/network/interfaces'' as follows: +++... ''ip a'' and ''ip r'' to analyse current network configuration *Use ''sudo journalctl -xeu networking'' to che... g References: *[[https://wiki.debian.org/NetworkConfiguration|NetworkConfiguration]] see section on Bridging *[[https://manpages.debian.org/bookworm/bridge-utils/bridge-uti
NFTables Configuration
13 Hits, Last modified:
ag>linux router NFtables firewall}} =====NFTables Configuration===== The best reference for nftables is at the d... experimenting the following is my NFTables router configuration file. Create the following file called: "router.n... warding=1'' similar for ipv6 ====Sample NFTables configuration==== ''sudo vim /etc/nftables.conf'' ++++ Router ... v4 and IPv6 internet protocols. I wanted a shared configuration between both so I chose this one, alternatively I
DHCP / DNS Setup
12 Hits, Last modified:
udo apt install bind9" Next check the named.conf configuration file, "less /etc/bind/named.conf". This can remain as default as below. However the configuration files noted there in will need to be set up. We w... ind9 instance, e.g. ''rndc reload'' to reload the configuration ====Setting Bind9 to IPv4 Mode==== ''sudo vim /et... ts of /etc/bind/named.conf // This is the primary configuration file for the BIND DNS server named. // // Please
Router Miscellaneous
9 Hits, Last modified:
[[https://forums.docker.com/t/docker-and-iptables-configuration-startup/904|Docker and iptables configuration @startup]] [[https://fralef.me/docker-and-iptables.html|Docker an... ap Protocol was a precursor to DHCP (Dynamic Host Configuration Protocol) **[[https://www.ietf.org/rfc/rfc3330.... -qO -'' *To check the current network hardware configuration ''ip a'' *Systemd common commands (start / stop
Router Hardware
6 Hits, Last modified:
e on a VM as I do not like the amount of IPtables configuration it does on its host. This would interfere with my NFTables router firewall configuration, if on the same host. I looked at the various op... the unit can be remotely off-site operated, with configuration options for auto on at power up and heart-beat wi... oard options (In this case under Advanced-Chipset Configuration-North Bridge-Intel IGD Configuration). The termin
Linux Router Background
4 Hits, Last modified:
My ISP sold their business on and when I tried my configuration with the new ISP it worked immediately. But the n... roblem went away. *Access to the modem / router configuration is very difficult when my family members also wis... ability to get time and motivation to perform the configuration and testing and finally the documentation. I did ... e private and public notes, as the exact specific configuration would be a security risk to make public. A numbe
IPTables Configuration
4 Hits, Last modified:
ag>linux router firewall IPTables}} =====IPTables Configuration===== I went down the route of attempting to conf... untu 16.04 was released in 2015-11, and during my configuration I found some bugs. Also mss clamping is not suppo... alignment and untested.//** ====Sample IPTables configuration==== Edit iptables configuration file: ''sudo vim /etc/network/iptables'': <code> *nat :PREROUTING ACCEPT [0:0]
IPv6 Setup Notes
3 Hits, Last modified:
*http://sophiedogg.com/radvd-and-dhcpd6-server-configuration-for-dynamic-dns/ *https://superuser.com/questio... *http://sophiedogg.com/radvd-and-dhcpd6-server-configuration-for-dynamic-dns/ Commands: *''modprobe ipv6'' ... nt ipv6 show neigh'' *Standard systemd nftables configuration file location: ''sudo vim /etc/nftables.conf''
NFTables IP Control
3 Hits, Last modified:
c/nftables.conf'' : to edit the current NFTables configuration *''sudo systemctl restart nftables'' to restart with the current nftables configuration *''status'' to list current running status o... *''start'' to start nftables with the current configuration *''stop'' to stop nftables *''journalct
ISP PPPoE Network Setup
3 Hits, Last modified:
hcp-server'' ====Set up PPPoE==== "chap-secrets" configuration Edit the chap-secrets file, ''sudo vim /etc/ppp/... r 2 DNS server addresses usepeerdns </code> These configuration files should allow a PPPoE connection to the ISP,... ing at system startup. We will enable later, once configuration is more complete. To check log files use: ''sudo
ISP IPoE DHCP Setup Notes
2 Hits, Last modified:
dhcp is used on most networks to allow automatic configuration of network IP addresses and most IP traffic is ov... RJ45 ethernet interface call eno1. In my netplan configuration file, ''/etc/netplan/network.yaml'', ++++the foll
Router VM
2 Hits, Last modified:
on this machine are, all bare metal: * Network configuration (of 4 x 1 GB/s ethernet ports) * Access to pu... the hypervisors *''libvirt-daemon-system'' - configuration files to run the libvirt daemon as a system servi
Router Basic Debian Server Setup
1 Hits, Last modified:
the update failed. I then managed to corrupt the configuration files on the router..... Hopefully these notes ex