It appears that I may have uncovered a bug in my R80.30 lab environment after installing R80.30 Gaia 2.6.18 Jumbo Hotfix Accumulator Security Gateway and Standalone GA Take 237.
After this JHA is installed the DHCP Relay stops working.
I have a desktop VLAN that hangs off one interface of my HA cluster and then a server VLAN that is off of another. The server VLAN contains the DHCP server.
With take 237 installed the desktops simply are not able to retrieve IP addresses.
A packet capture on the DHCP server itself shows the DHCP Discover and Offer over and over. A packet capture on the desktop in question shows only DHCP discovers being sent and the offer never being received.
I did a tcpdump on the Check Point interface directly connected to the VLAN the DHCP server is on and opened in wireshark. I see Boot Requests and Boot Reply's.
When I do a tcpdump on the Check Point interface directly connected to the desktop VLAN I only see Boot Request's.
I have verified proper DHCP Relay configuration and security policy. Neither of which has changed.
Looking through logs in SmartConsole I don't see anything blocked. All of my rules are set to log.
I have a No NAT rule configured so traffic between these two subnets is not NAT'ed.
It appears that this may be a roach motel scenario.
On the gateway when I run a fwl ctl zdebug |+drop during the dhcp process I see the following:
@;39007;[cpu_3];[fw4_0];fw_log_drop_ex: Packet proto=-1 ?:0 -> ?:0 dropped by fw ha_select_arp_packet Reason: CPHA replies to arp;
@;39481;[cpu_3];[fw4_0];fw_log_drop_ex: Packet proto=17 192.168.0.30:67 -> 10.1.1.1:67 dropped by fw_handle_first_packet Reason: fwconn_key_init_links (INBOUND) failed;
@;39549;[cpu_3];[fw4_0];fw_log_drop_ex: Packet proto=17 192.168.0.30:67 -> 10.1.1.1:67 dropped by fw_handle_first_packet Reason: fwconn_key_init_links (INBOUND) failed;
@;39652;[cpu_3];[fw4_0];fw_log_drop_ex: Packet proto=17 192.168.0.30:67 -> 10.1.1.1:67 dropped by fw_handle_first_packet Reason: fwconn_key_init_links (INBOUND) failed;
@;39788;[cpu_3];[fw4_0];fw_log_drop_ex: Packet proto=17 192.168.0.30:67 -> 10.1.1.1:67 dropped by fw_handle_first_packet Reason: fwconn_key_init_links (INBOUND) failed;
@;39893;[cpu_3];[fw4_0];fw_log_drop_ex: Packet proto=-1 ?:0 -> ?:0 dropped by fwha_select_arp_packet Reason: CPHA replies to arp;
@;40232;[cpu_3];[fw4_0];fw_log_drop_ex: Packet proto=17 192.168.0.30:67 -> 10.1.1.1:67 dropped by fw_handle_first_packet Reason: fwconn_key_init_links (INBOUND) failed;
192.168.0.30 is the IP of my DHCP server and 10.1.1.1 is the VIP of my cluster (the DHCP Relay)
When I uninstall JHA Take 237 DHCP works properly.
Has anyone else encountered this yet?
Does Check Point have a process to report a possible bug discovered in a lab environment with gateways that don't have support?