https://github.com/deekayen/ansible-n4dkn-rpi
Configuration for a Raspberry Pi 4 running mesh services for AREDN.
https://github.com/deekayen/ansible-n4dkn-rpi
amateur-radio amateurradio ansible ansible-example ansible-playbook chrony raspberry-pi raspberry-pi-4 raspberrypi raspbian-buster
Last synced: 4 months ago
JSON representation
Configuration for a Raspberry Pi 4 running mesh services for AREDN.
- Host: GitHub
- URL: https://github.com/deekayen/ansible-n4dkn-rpi
- Owner: deekayen
- License: bsd-3-clause
- Created: 2021-07-03T04:39:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T00:59:06.000Z (about 1 year ago)
- Last Synced: 2024-12-29T15:30:29.963Z (6 months ago)
- Topics: amateur-radio, amateurradio, ansible, ansible-example, ansible-playbook, chrony, raspberry-pi, raspberry-pi-4, raspberrypi, raspbian-buster
- Language: Shell
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ansible-n4dkn-rpi4
[](https://github.com/deekayen/ansible-n4dkn-rpi4/actions/workflows/ci.yml)
Configuration for a Raspberry Pi 4 running mesh services for AREDN.
## Bridging to the Internet
When bridging to the Internet, the default route is the hard wire. Getting NTP or system updates from the Internet is a different default route.
# Edit dhcpcd's configuration.
```
$ sudo vi /etc/dhcpcd.conf
```Add the following to the end of the file and save it:
```
interface wlan0
static ip_address=192.168.0.4/24
static routers=192.168.0.1
static domain_name_servers=192.168.0.3 192.168.0.1
metric 0
```Restart dhcpcd.
```
$ sudo systemctl restart dhcpcd
```Test:
```
$ ip route list
```## APRS IGate
/home/pi/pigate-direwolf.conf
```
ADEVICE stdin null
ARATE 24000
CHANNEL 0MYCALL N4DKN-10
IGSERVER noam.aprs2.net
IGLOGIN N4DKN-10 12345
PBEACON sendto=IG delay=0:30 every=10:00 symbol="igate" overlay=R lat=34^18.84N long=084^04.64W altitude=390 height=1278 dir=E comment="Silver City piGate ///stems.typists.attracts"
```