Find a file
Daniel Flanagan 201f49e750 Updates
2022-11-14 09:42:25 -06:00
.gitignore Updates 2022-11-14 09:42:25 -06:00
dhcpcd.conf Updates 2022-11-14 09:42:25 -06:00
dnsmasq.conf Updates 2022-11-14 09:42:25 -06:00
etc-hosts boom 2022-08-15 22:24:38 -05:00
firewall-edit.bash Whee! 2022-02-04 10:45:06 -06:00
install.sh Add install script 2022-05-25 09:51:43 -05:00
lan0.link WIP update for new dual-NIC box 2022-01-31 11:40:03 -06:00
link.fish Updates 2022-11-14 09:42:25 -06:00
nftables.conf Updates 2022-11-14 09:42:25 -06:00
readme.md Whee! 2022-02-04 10:45:06 -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

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
  • Add any needed hosts to /etc/hosts
    • May be use dnsmasq's addn-hosts directive and copy a file from this repo
  • Reboot

TODO:

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