To prevent IP spoofing in a VLAN I configured the following access list
ip access-list extended MITARBEITER permit tcp 10.15.240.0 0.0.0.255 any permit udp 10.15.240.0 0.0.0.255 any permit icmp 10.15.240.0 0.0.0.255 any interface GigabitEthernet0/1.240 encapsulation dot1Q 240 ip address 10.15.240.9 255.255.255.0 ip helper-address 10.15.242.13 ip access-group MITARBEITER in ip nat inside standby 240 ip 10.15.240.1 standby 240 priority 150 standby 240 preempt I tested it and when I remove ip access-group MITARBEITER in the DHCP request are not blocked by the router. (Using Packet Tracer). What is the problem?
/24network into the router through that interface. You can simplify it by usingipon one line instead of the three different lines oftcp,udp, andicmp.ipthan you are by choosing only higher-layer protocols like TCP and UDP.