Need to know how to restrict vlans, but enable DHCP.
Currently my office has a 6513 as the Core switch and all other switches are 3550s. I have successfully configured the core to hand out DHCP addresses to the users on all of our Vlans. We need a Vlan for internet access only so I have an ACL as follows:
permit tcp x.x.x.x 0.0.0.255 host x.x.x.x eq 8080
permit udp any any eq 67
the first permit is used to only connect to the proxy server and the second is used for the bootps (server) protocol needed for dhcp, but still no dhcp once the inbound access list is applied to the vlan.
Do I need to enable other udp ports besides port 67 in order to enable DHCP?
Can someone help me out finding a solution to our internet-only vlan?
Currently my office has a 6513 as the Core switch and all other switches are 3550s. I have successfully configured the core to hand out DHCP addresses to the users on all of our Vlans. We need a Vlan for internet access only so I have an ACL as follows:
permit tcp x.x.x.x 0.0.0.255 host x.x.x.x eq 8080
permit udp any any eq 67
the first permit is used to only connect to the proxy server and the second is used for the bootps (server) protocol needed for dhcp, but still no dhcp once the inbound access list is applied to the vlan.
Do I need to enable other udp ports besides port 67 in order to enable DHCP?
Can someone help me out finding a solution to our internet-only vlan?