I have a PIX501 and want to give out dynamic addresses on the inside interface. DHCP address pool range from 10.160.x.50 to 10.160.x.59
I have a static address configured on the outside interface. I was thinking of this:
ip address inside 10.160.x.1 255.255.255.0
dhcpd address 10.160.1.50-10.160.x.59 inside
dhcpd dns <company DNS server IP> <company DNS server2 IP>
dhcpd wins <company WINS server>
dhcpd lease 3600
dhcpd domain <my domain>
dhcpd enable inside
This look right??
Thanks!
I have a static address configured on the outside interface. I was thinking of this:
ip address inside 10.160.x.1 255.255.255.0
dhcpd address 10.160.1.50-10.160.x.59 inside
dhcpd dns <company DNS server IP> <company DNS server2 IP>
dhcpd wins <company WINS server>
dhcpd lease 3600
dhcpd domain <my domain>
dhcpd enable inside
This look right??
Thanks!