I have a certain Configuration that is in my firewall. I was told that is was for security reasons, but I think that it is conflicting with our internal Microsoft DHCP server.
Please let me know what you think
dhcpd address 10.1.100.200-10.1.100.220 inside
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
dhcpd enable inside
dhcprelay server 10.1.100.64 inside
dhcprelay server 10.1.100.53 inside
is there any benefit to these statements for security reasons? (There are no DNS servers listed in this either)
thanks in advance.
Please let me know what you think
dhcpd address 10.1.100.200-10.1.100.220 inside
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
dhcpd enable inside
dhcprelay server 10.1.100.64 inside
dhcprelay server 10.1.100.53 inside
is there any benefit to these statements for security reasons? (There are no DNS servers listed in this either)
thanks in advance.