Go to file
Daniel Flanagan 73107f3d41 Remove leases symlink 2022-02-01 10:34:11 -06:00
dhcpcd.conf WIP 2022-01-31 16:44:36 -06:00
dnsmasq.conf Reserve IPs by hostname in order to not leak MAC addresses and allow to use random ones 2022-02-01 09:41:41 -06:00
firewall-edit.sh WIP update for new dual-NIC box 2022-01-31 11:40:03 -06:00
lan0.link WIP update for new dual-NIC box 2022-01-31 11:40:03 -06:00
link.fish Ok more 2022-01-31 17:11:33 -06:00
nftables.conf Reserve IPs by hostname in order to not leak MAC addresses and allow to use random ones 2022-02-01 09:41:41 -06:00
readme.md Add todo 2022-01-31 17:13:10 -06:00
resolved.conf WIP 2022-01-31 16:44:36 -06:00
sysctl-configs WIP 2022-01-31 16:44:36 -06:00
wan0.link WIP update for new dual-NIC box 2022-01-31 11:40:03 -06:00

readme.md

Router

Yeah yeah I need to document this better.

Setup

With a fresh Arch Linux system:

  • Install base packages as from dotfiles (plus ones used below)
  • Run ./link.fish script
  • Enable and restart the following services:
    • nftables
    • systemd-sysctl
    • systemd-resolved
    • systemd-networkd
    • dnsmasq
    • dhcpcd
  • Run mkinitcpio -p linux
  • Reboot

TODO:

  • Script this whole thing? NixOS/declarative?
  • link.fish could just write to these files instead of copying them?