Go to file
2024-07-11 16:17:33 +00:00
.gitignore redeploy 2023-04-04 04:57:43 +00:00
dhcpcd.conf 192 2023-10-11 02:35:06 +00:00
dnsmasq.conf Updates 2024-07-11 16:17:33 +00:00
etc-hosts Updates 2024-07-11 16:17:33 +00:00
firewall-edit.bash Script things out, fix ipv6? 2023-07-17 18:09:47 +00:00
lan0.link updates 2023-08-31 02:34:05 +00:00
makefile 192 2023-10-11 02:35:06 +00:00
nftables.conf Updates 2024-07-11 16:17:33 +00:00
readme.md Add tailscale 2023-07-18 05:05:44 +00:00
resolved.conf redeploy 2023-04-04 04:57:43 +00:00
sysctl-configs Script things out, fix ipv6? 2023-07-17 18:09:47 +00:00
wan0.link redeploy 2023-04-04 04:57:43 +00:00

Router

My little dual-NIC Arch Linux router configuration and scripts.

Setup

make setup
# setup tailscale if you like
reboot

Update Configuration Files

Copies the various services' configuration files from this repo into place and restarts those services.

make

System Updates

Should be done regularly for security reasons.

make setup
# configure tailscale as needed
reboot

Quick Firewall Tweak

./firewall-edit.bash

TODO:

  • NixOS/declarative?