This shows you the differences between two versions of the page.
|
operations:temphumidmonitor_rpisetup [2019/03/25 21:21] Jim Lovell created |
operations:temphumidmonitor_rpisetup [2019/05/13 23:10] (current) Jim Lovell [Network config] |
||
|---|---|---|---|
| Line 13: | Line 13: | ||
| * For masertempke the IP address should be 131.217.61.28. | * For masertempke the IP address should be 131.217.61.28. | ||
| * For antennatempke the IP address should be 131.217.61.29. | * For antennatempke the IP address should be 131.217.61.29. | ||
| + | * For antennatempyg the IP address should be 131.217.61.80. | ||
| + | * For antennatemphb the IP address should be 131.217.63.4. | ||
| Edit ''/etc/dhcpcd.conf'': | Edit ''/etc/dhcpcd.conf'': | ||
| + | |||
| + | For Katherine or Yarragadee: | ||
| <code> | <code> | ||
| Line 21: | Line 25: | ||
| # /26 = netmask of 255.255.255.192 | # /26 = netmask of 255.255.255.192 | ||
| static routers=131.217.61.1 | static routers=131.217.61.1 | ||
| + | static domain_name_servers=131.217.0.19 | ||
| + | </code> | ||
| + | |||
| + | For Hobart: | ||
| + | <code> | ||
| + | interface eth0 | ||
| + | static ip_address=131.217.63.4/24 | ||
| + | static routers=131.217.63.1 | ||
| static domain_name_servers=131.217.0.19 | static domain_name_servers=131.217.0.19 | ||
| </code> | </code> | ||
| Line 27: | Line 39: | ||
| Reboot. | Reboot. | ||
| - | |||
| ==== Packages installed ==== | ==== Packages installed ==== | ||
| [[operations:temphumidmonitorrpi|Configuring Raspberry Pis for Temperature and Humidity monitoring]] | [[operations:temphumidmonitorrpi|Configuring Raspberry Pis for Temperature and Humidity monitoring]] | ||