Size: 476
Comment: apt-cacher-ng
|
Size: 629
Comment: updated services
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
* ansible managed where possible | |
Line 7: | Line 6: |
== local work == * Wireguard server to LAN for remote access |
|
Line 16: | Line 10: |
Autoconfigured | Autoconfigured, slaac hwaddr, not externally accessible |
Line 19: | Line 13: |
== Ansible == | == services == |
Line 21: | Line 15: |
Local repo on filesystem with lots of adhoc code. | * Unifi controller * Wireguard server to LAN for remote access * apt cache, will try running this setup for the crappy raspi repo: https://fabianlee.org/2018/02/11/ubuntu-a-centralized-apt-package-cache-using-apt-cacher-ng/ |
Line 23: | Line 19: |
== wireguard == | |
Line 24: | Line 21: |
== apt cache == Will try running this setup for the crappy raspi repo: https://fabianlee.org/2018/02/11/ubuntu-a-centralized-apt-package-cache-using-apt-cacher-ng/ |
* no notes on install * Proxy ARP enabled in sysctl.conf as per https://wiki.debian.org/BridgeNetworkConnectionsProxyArp {{{ net.ipv4.ip_forward=1 net.ipv4.conf.all.proxy_arp=1 }}} |
asval
- Raspbian on RPi Model 3B+
- debian stretch (9.11) x64
- located at home
IPv6
Autoconfigured, slaac hwaddr, not externally accessible
services
- Unifi controller
- Wireguard server to LAN for remote access
apt cache, will try running this setup for the crappy raspi repo: https://fabianlee.org/2018/02/11/ubuntu-a-centralized-apt-package-cache-using-apt-cacher-ng/
wireguard
- no notes on install
Proxy ARP enabled in sysctl.conf as per https://wiki.debian.org/BridgeNetworkConnectionsProxyArp
net.ipv4.ip_forward=1 net.ipv4.conf.all.proxy_arp=1