Ad Schellevis

Results 310 comments of Ad Schellevis

changed the references to git as suggested in https://github.com/opnsense/plugins/commit/db2e4bcb0610143f6cfa413c86c0c92f80dd3db0, tried syncing to GitHub on my development machine multiple times changing branches as well, but can't reproduce an issue. It might...

well, if you do have the same issue as https://github.com/opnsense/plugins/issues/3050, the hook might not have committed any local changes, in which case there isn't anything to push either. haven't thought...

https://github.com/opnsense/plugins/issues/3037#issuecomment-1183645274

best place to start looking is the general system log `System: Log Files: General`. The `rule-updater.py` should send feedback about downloads there.

Next question would be which files it actually did download, to list the rule files on disk: ``` ls -aslh /usr/local/etc/suricata/rules/ ```

my assumption would be that the files are different in this version, the default seems to be 29151, I don't know if they still offer that, but comparing the contents...

and that's your issue likely, it should probably be a snort 2 file for this plugin.

Usually it's about what's being measured, home networks versus non home networks and traffic already being dropped by the firewall in earlier stages. likely not a simple answer, the forum...

don't force an interface? your curl command uses the default route, `checkip` is set to force `em0`

the script basically uses curl underneath https://github.com/opnsense/plugins/blob/fc2c08b029e6625be9ba12229093a7c674308ab3/dns/ddclient/src/opnsense/scripts/ddclient/checkip which with the chosen options would render into : ``` /usr/local/bin/curl -m 10 --interface le1 https://ipv4.nsupdate.info/myip ``` maybe `nsupdate` isn't reachable from your...