router/readme.md

19 lines
328 B
Markdown
Raw Normal View History

2022-01-31 12:05:40 -06:00
# Router
2021-07-10 14:04:31 -05:00
2022-01-31 12:05:40 -06:00
Yeah yeah I need to document this better.
# Setup
2022-01-31 16:44:36 -06:00
With a fresh Arch Linux system:
2022-01-31 12:05:40 -06:00
- Install base packages as from dotfiles
- Run `./link.fish` script
2022-01-31 16:44:36 -06:00
- Enable and restart the following services:
2022-01-31 12:05:40 -06:00
- `systemd-resolved`
- `dnsmasq`
- `nftables`
- `systemd-networkd`
2022-01-31 16:44:36 -06:00
- `dhcpcd`
- Run `mkinitcpio -p linux`
2022-01-31 12:05:40 -06:00
- Reboot