cosmic-pi-deprecated / cosmicpi-rpi_V1.5

Our web interface and data collection software for Raspberry Pi
Other
4 stars 5 forks source link

Fix IP addresses in static mode. #4

Closed pingud98 closed 6 years ago

pingud98 commented 6 years ago

Make them match the stickers on the front of the box - 192.168.12.1

heborras commented 6 years ago

What did you do about this? Changed the DHCP config?

pingud98 commented 6 years ago

I wrote a new dhcpcd.conf in the root of the package and copy it over in the second script. It changes the ip address from 10.0.0.1 to 192.168.12.1. For some reason the DHCP daemon seems to be broken now though.

pingud98 commented 6 years ago

DHCPcd (dnsmasq.conf) is now fixed. DHCP server working.