You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Looking for Rogue DHCP Servers...
Detection Error
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:
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: