Daniel E. White

Results 30 comments of Daniel E. White

Like this: ``` puppet sysctl { 'net.ipv6.conf.default.accept_redirects': ensure => 'present', value => '0', comment => "Disable ipv6 redirects", } ```

Suggestion: Collaborate with @fiddyspence and fix the problem “Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to...

Me, too. Looking for something to use on PE 2018.1.4 / Puppet Agent 5.5.6 voxpupuli/puppet-rsyslog does not work for me.

@saz In a nutshell, puppet/rsyslog seems to be more concerned with the server side. I was trying to use it for client side only

The instructions at https://mynaturewatch.net/instructions-homenetwork never show where to change the IP address. I found a file at /home/pi/NaturewatchCameraServer/wificfg.json with the default wifi settings hard-coded in. How do I change the...

hosted removed wifisetup.service disabled There was a hard-coded reference to 192.168.50 as a DHCP-range at the bottom of /etc/dnsmasq.conf that I commented out. Finally. /boot/mynaturewatchcamera-wpa-supplicant.txt said country=GB despite having initially...

… and there is more hardcoding in /etc/hostapd/hostapd.conf which, fortunately survived the apt remove

hostapd is for creating a wifi access point. I do not want that. I just want the bird-cam on my network.

There is too much hard-coded network configuration in the image