Bug #15162
openWrong string in “MAC address”
0%
Description
Hi, brilliant pfSense stuff!
Wrong string in “ MAC address ” txt entry field in “ Services / Wake-on-LAN / Edit ” when press on “ +* ” in “ *Actions ” column in “ Diagnostics / ARP Table ” page in WebGUI.
Files
Updated by Sergei Shablovsky 11 months ago
- File 1BAF90CD-3E36-48CC-A55F-7D8EC8BF05CE.jpeg 1BAF90CD-3E36-48CC-A55F-7D8EC8BF05CE.jpeg added
- File F3EDABF2-837F-4260-A02B-DB0CA1A79606.jpeg F3EDABF2-837F-4260-A02B-DB0CA1A79606.jpeg added
Sergei Shablovsky wrote:
Hi, brilliant pfSense stuff!
Wrong string in “ MAC address ” txt entry field in “ Services / Wake-on-LAN / Edit ” when press on “ +* ” in “ *Actions ” column in “ Diagnostics / ARP Table ” page in WebGUI.
As You may see, pfSense php logic doing something wrong: put in “MAC Address” entry field WHOLE text (certain MAC and DESCRIPTION, in this particular case “IBM” word) from “MAC Address” column.
Updated by Christopher Cope 11 months ago
- Project changed from pfSense to pfSense Packages
- Category changed from Web Interface to Nmap
- Status changed from New to Confirmed
- Priority changed from Normal to Very Low
- Release Notes deleted (
Default)
Sergei Shablovsky wrote in #note-1:
Sergei Shablovsky wrote:
Hi, brilliant pfSense stuff!
Wrong string in “ MAC address ” txt entry field in “ Services / Wake-on-LAN / Edit ” when press on “ +* ” in “ *Actions ” column in “ Diagnostics / ARP Table ” page in WebGUI.
As You may see, pfSense php logic doing something wrong: put in “MAC Address” entry field WHOLE text (certain MAC and DESCRIPTION, in this particular case “IBM” word) from “MAC Address” column.
This is an issue when installing nmap, as it adds the vendor information to the list and pfSense itself does not have that information normally, so the code doesn't expect anything other than a MAC address to be present.
I can confirm this with
23.09.1-RELEASE (amd64) built on Wed Dec 20 13:27:00 EST 2023 FreeBSD 14.0-CURRENT nmap 1.4.4_7
Updated by Jim Pingle 11 months ago
- Project changed from pfSense Packages to pfSense
- Category changed from Nmap to Diagnostics
- Release Notes set to Default
Though installing nmap activates the OUI info in the field, the code to handle that is not in the nmap package, but in the base system pages which utilize that data.