First of all to thank the IPFire development team for this wonderful software.
My first installation was flawless, and I use an old small laptop as the IPFire device. I live in a huge old building with 170 apartments, that has a small computer room at the end of a fiber optic connection.
No problems with the IPFire setup and operation (thank you again), but two days later when I went to check the
I found that 4 internal network devices of the provider were broadcasting endlessly in the internal network of the building, giving me about 5000 entries like these per day.
This is how I filtered these entries out, because we want to see (and clearly see) only the important things in firewall log.
A rule was carefully created for each of the 4 entries, as seen below. (See the green boxes.)
It makes me think there could be something wrong in IPF. Shouldn’t receiving a packet on port 68 from 67 be a response to a DHCPDISCOVER. If IPF has a Static IP, why is it sending out DHCPDISCOVER packets?
BOOTP is implemented using the User Datagram Protocol (UDP) for transport. Port number 67 is used by the server for receiving client requests, and port number 68 is used by the client for receiving server responses. BOOTP operates only on IPv4 networks.