-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when looking for Rogue DHCP #257
Comments
ademol
pushed a commit
to ademol/Pi.Alert
that referenced
this issue
Nov 28, 2024
Fixed: * AdminLTE CSS files * Stops Pi.Alert backend completely if it has been paused (pucherot#258) Updated: * Specify which columns are to be taken into account for the filter (pucherot#257) * ntfy - add option to enable/disable "Click" function * Language files * Journal function * Editor for predefined filters * Add filter subcategories that can be expanded and collapsed * Documentation / assets Changed: * Backup and restore of the speedtest binary during pialert update Removed: * Unused CSS files
ademol
pushed a commit
to ademol/Pi.Alert
that referenced
this issue
Nov 28, 2024
Fixed: * AdminLTE CSS files * Stops Pi.Alert backend completely if it has been paused (pucherot#258) Updated: * Specify which columns are to be taken into account for the filter (pucherot#257) * ntfy - add option to enable/disable "Click" function * Language files * Journal function * Editor for predefined filters * Add filter subcategories that can be expanded and collapsed * Documentation / assets Changed: * Backup and restore of the speedtest binary during pialert update Removed: * Unused CSS files
ademol
pushed a commit
to ademol/Pi.Alert
that referenced
this issue
Nov 28, 2024
Fixed: * Stops Pi.Alert backend completely if it has been paused (pucherot#258) Updated: * AdminLTE CSS files * Specify which columns are to be taken into account for the filter (pucherot#257) * ntfy - add option to enable/disable "Click" function (pucherot#261) * Language files * Journal function * Editor for predefined filters * Add filter subcategories that can be expanded and collapsed * Documentation / assets * general CSS work Changed: * Backup and restore of the speedtest binary during pialert update Removed: * Unused CSS files
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Maybe It's me, I may have something overlooked, configuration issue or Is it PiAlert issue, here it goes.
I'm having this Issue a long time (six months or more and still researching It)..
I have two Instances of PiAlert one for production and one for tests,
The first Instance is a VM with no Issues at all and the second one is a bare deploy on a Pi 5 with Pi OS Lite,
On the Pi 5 I have two IF, Eth0 and Wlan0 which are actively connected for redundancy,
with preset ip pool based on mac address from my main router, yet Pi device is set to AUTO and sends request properly and gets offer..
The Issue is when the Rogue DHCP runs I always get on the Pi 5
I have ran
and concluded sucessfuly with no errors at all
I also peeked at the source code of pialert on the Rogue DHCP Section and ran
nmap --script broadcast-dhcp-discover 2>/dev/null | grep "Server Identifier"
Which also concluded successfully and returned as expected two Server Identifiers because of Eth and Wlan
(with same DHCP server IP, as it is connected on the same network)
Yes I have tried disabling one of the two IF, just to test if the Issue is caused by multiple enabled IF with multiple DHCPs (even though it is the same server on both) but no dice...
I'm running out of Ideas here and any help/guidance will be much welcomed and appreciated!
The text was updated successfully, but these errors were encountered: