Why do I keep getting this message?
DHCP: Received a BOOTREP pkt Not for us..: xid:??
My ACL is setup to allow the following into the internet facing interface.
ip access-list extended internet_in
permit icmp any any echo-reply
permit icmp any any unreachable
permit icmp any any administratively-prohibited
permit icmp any any packet-too-big
permit icmp any any time-exceeded
permit esp any any
permit udp any any eq isakmp
permit gre any any
permit icmp any any echo
permit udp any eq bootps any eq bootpc
deny ip any any log
Is there anything I can do to narrow down the ACL ? Or to I have to leave it wide open?