by adrien » Feb 20 08 12:07 am
p.s. WinGate determines if a packet is spoofed or not by checking whether the source and destination IP addresses are private, and the interface it is received on is external.
Depending on your ISP's setup however, if it allocates you private IP addresses, or uses private IP addresses on it's network that you need to access, this could cause invalid rejection of packets.
The rules for whether WinGate blocks a packet are as follows.
1. If the packet is received on an external interface, and the source address is private, and the destination is not private it is dropped.
2. If the source address is localhost (127.X.X.X) it is dropped.
If you look at some of the other attributes of the packets that are being dropped for spoofing, you should get a better picture about whether they are really spoofed traffic or not. You may need to uncheck the option to block spoofed packets.