2022-01-31 12:05:40 -06:00
|
|
|
# Router
|
2023-07-17 13:09:47 -05:00
|
|
|
|
|
|
|
My little dual-NIC Arch Linux router configuration and scripts.
|
2022-01-31 12:05:40 -06:00
|
|
|
|
|
|
|
# Setup
|
|
|
|
|
2023-07-17 13:09:47 -05:00
|
|
|
```bash
|
|
|
|
make setup
|
2023-07-18 00:05:44 -05:00
|
|
|
# setup tailscale if you like
|
2023-07-17 13:09:47 -05:00
|
|
|
reboot
|
|
|
|
```
|
|
|
|
|
2023-07-17 13:33:03 -05:00
|
|
|
# Update Configuration Files
|
|
|
|
|
|
|
|
Copies the various services' configuration files from this repo into place and
|
|
|
|
restarts those services.
|
2022-01-31 16:44:36 -06:00
|
|
|
|
2023-07-17 13:09:47 -05:00
|
|
|
```bash
|
|
|
|
make
|
|
|
|
```
|
2022-01-31 17:08:44 -06:00
|
|
|
|
2023-07-17 13:33:03 -05:00
|
|
|
# System Updates
|
|
|
|
|
|
|
|
Should be done regularly for security reasons.
|
|
|
|
|
|
|
|
```bash
|
|
|
|
make setup
|
2023-07-18 00:05:44 -05:00
|
|
|
# configure tailscale as needed
|
2023-07-17 13:33:03 -05:00
|
|
|
reboot
|
|
|
|
```
|
|
|
|
|
|
|
|
# Quick Firewall Tweak
|
|
|
|
|
|
|
|
```bash
|
|
|
|
./firewall-edit.bash
|
|
|
|
```
|
|
|
|
|
2022-01-31 17:08:44 -06:00
|
|
|
# TODO:
|
|
|
|
|
2023-07-17 13:09:47 -05:00
|
|
|
- NixOS/declarative?
|