1. | access-list extended udp any eq 67
This access list allows DCHP requests from the inside interface to the outside.
Apply this access list on the inside interface of the firewall.
|
2. | access-list extended permit udp any eq 67
This access list allows the replies from the server in the other direction.
Apply this access list on the outside interface of the firewall.
|
If unable to specify a particular destination host due to the client broadcasting a DHCPDISCOVER request on port 68, you can use any any as a source and destination.
View more Cisco How-To Tutorials