Wireless DHCP fix lag/timeout..169.254...

This is how i fixed my wireless client DHCP problems when using CIS
windows xp sp3 the dhcp client starts by using the address 0.0.0.0 and broadcasting (255.255.255.255) dhcp request
so…
---------------------------------- IGNORE THIS and SEE my NEXT message -----------------------
Network Secuity Policy
Global Rules
Add
Action : allow
protocol : ip
direction : out

     Source Address
        single ip : 0.0.0.0
     Destination Address
        single ip : 255.255.255.255

     IP Details
        IP protocol
            custom...       dhcp
  Apply

Apply

seems to work for me.

or even better, by someone who actually seems to know what their doing (elsewhere on these forums)

create the following rule to sort out DHCP

FireWall->Advanced->Network Security Policy->Add->Add
Action: Allow
Protocol: UDP (select from the pull-down list)
Direction: In/Out
Description: DHCP rule
Source Address: any
Destination Address: single IP: 255.255.255.255
Source Port: port range: 67-68
Destination Port: port range: 67-68