- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
05-01-2013 08:46 AM
Working with the built-in DHCP server on a PA200. Running PanOS 5.0.4
Eth1/3 has the address of 172.168.1.1/16
I have devices with static IPS in the 172.168.1.0/24 range.
I'd like to have the clients in the 172.168.2.0/24 range so I'll need the netmask to be 255.255.0.0, however, there's no way to set that (that I can see) on the PAN.
Setting the DHCP range to 172.168.2.1-172.168.2.254 results in a netmask of 255.255.255.0 on the client. This breaks all connectivity as the gateway is still 172.168.1.1
I've tried setting the range to 172.168.1.250-172.168.2.254 (forcing the netmask to be different for it to work) and still the client gets a 255.255.255.0 netmask.
I looked at the CLI manual and can't find any useful information there.
Does DCHP only hand out a netmask of 255.255.255.0 no matter what?
05-01-2013 10:06 AM
OK I just confirmed that we are doing DHCP with a /23 subnet, and our clients ARE getting the correct subnet mask via DHCP (255.255.254.0). Maybe PA doesn't parse the /16 right?
There's a bug with PA DHCP by the way, where the built in PA DHCP server doesn't NACK a client if the client requests an old IP... make SURE your DHCP client is doing the DORA process (confirm it via Wireshark if you have to even).
The bug's supposed to be fixed in 4.1.13
05-01-2013 09:54 AM
Thanks for the link. It is helpful.
I need an accessible network range of 172.168.1.1-172.168.2.254 (/22 allows 172.168.0.0-172.168.3.254, correct?)
I need DHCP leases in the range of 172.168.2.1.-172.168.2.254 (easy enough to assign)
How do I tell the the DHCP server to give out a netmask besides 255.255.255.0?
05-01-2013 09:55 AM
Assigning a /16 DHCP pool still results in a 255.255.255.0 netmask
05-01-2013 09:59 AM
If that's the case then this sounds like a bug to me... in theory the CIDR notation on the pool assignment should be parsed and the PA should 'figure out' the netmask to dole out to client.
Just my two cents though.
05-01-2013 10:01 AM
In-house here we have a PA doing DHCP that crosses a subnet boundary just like you're trying to set up... let me take a look at what netmask the clients are getting from our PA as well
05-01-2013 10:06 AM
OK I just confirmed that we are doing DHCP with a /23 subnet, and our clients ARE getting the correct subnet mask via DHCP (255.255.254.0). Maybe PA doesn't parse the /16 right?
There's a bug with PA DHCP by the way, where the built in PA DHCP server doesn't NACK a client if the client requests an old IP... make SURE your DHCP client is doing the DORA process (confirm it via Wireshark if you have to even).
The bug's supposed to be fixed in 4.1.13
05-01-2013 10:16 AM
Stuck in 172.168.1.0/23 with a reserved address of 172.168.1.1 and client is still getting a 255.255.255.0 netmask.
I thought it odd that it didn't do what I was expecting, but presumed that I was missing something.
Thanks very much for your assistance!
Are you running PANOS 4.1? I've got 5.0.4 on mine.
05-01-2013 10:34 AM
I'm running 4.1 right now... we're taking a "wait and see" approach on 5.0 right now. You might have found a bug in 5.0's DHCP implementation possibly....
05-01-2013 11:05 AM
Ours isn't in service yet, so we're going with the latest and 'greatest'
I'll ping support and see what they say.
05-01-2013 11:30 AM
Changing the IP structure all around seemed to have resolved it.
Eth1/3 172.22.1.1/22
DHCP: 172.22.1.0/22
Reserved address of 172.22.1.1
Client got 172.22.1.0 with a netmask of 255.255.252.0
It would appear that the DHCP settings were 'stuck' and changing everything around completely fixed it.
05-01-2013 11:34 AM
Go look at your config audits and compare the versions! I wonder if the way that PA tries to "overlay" diffs was flaking out in this case.
A "full commit" might have fixed it too. Hm.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!