03-16-2011 12:36 PM - edited 03-11-2019 01:07 PM
Hi guys
I use the dhcp demon (dhcp server) on my PIX 501 to give my local clients automatic ip addresses, my dhcpd config is here:
dhcpd address 192.168.251.20-192.168.251.40 inside
dhcpd dns 8.8.8.8 8.8.4.4
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd domain lokalnet
dhcpd enable inside
Solved! Go to Solution.
03-16-2011 12:40 PM
It is not possible my friend. Here are the option for the command "dhcpd":
http://www.cisco.com/en/US/docs/security/pix/pix63/command/reference/df.html#wp1025497
03-16-2011 12:40 PM
It is not possible my friend. Here are the option for the command "dhcpd":
http://www.cisco.com/en/US/docs/security/pix/pix63/command/reference/df.html#wp1025497
03-16-2011 01:08 PM
damned .. :)
While i have your attention:
My outside interface is obtain ip from my isp dhcp..
if i want to port forward port 51234 to a local host with ip 192.168.251.20 and also make a permit in an access-list.. can you proviode me with a config examble :)
03-16-2011 01:20 PM
you can use the following:
static (inside,outside) tcp interface 51234 192.168.251.20 51234
access-l outside_in permit tcp any interface outside eq 51234
access-group outside_in in interface outside
That should redirect the traffic that gets to the IP of the outside interface on port 51234 to the internal IP 192.168.251.20
That should help you.
Here is the command static:
http://www.cisco.com/en/US/docs/security/pix/pix63/command/reference/s.html#wp1026694
Here is for the access-list:
http://www.cisco.com/en/US/docs/security/pix/pix63/command/reference/ab.html#wp1067755
03-17-2011 03:16 PM
is everything clear now?
If things are fine please mark the question as answered.
03-18-2011 12:22 AM
Sorry Paul. This all is fine.
Thank you for your help indeed!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide