Anyone not having DNSBL's work correctly returning results on your PMG that uses a Windows DNS server you may need to run these commands on your Windows DNS Servers.
Reference: Whackers For Hackers
Command:
When I wasn't doing a "conditional forwarder" it was forwarding requests to a DNS provider that filters for baddy's like OpenDNS and OpenDNS doesn't seem to honor these types of queries. My local ISP does however.
Before running these commands on my NS's I'd get a blank host lookup.
Query: host 2.0.0.127.b.barracudacentral.org
Result: was blank <-- nada, zip, zero
After I made these mods I get:
2.0.0.127.b.barracudacentral.org has address 127.0.0.2
Great-ah success in my country! #1 in all of Kazakhstan!
You need to do that with all your forward DNS queries to all your RBL's.
Good luck out there!
Reference: Whackers For Hackers
Command:
Code:
dnscmd your_dns_server_hostname_or_IP_here /zoneadd b.barracudacentral.org /forwarder your_ISPs_DNS_IP
When I wasn't doing a "conditional forwarder" it was forwarding requests to a DNS provider that filters for baddy's like OpenDNS and OpenDNS doesn't seem to honor these types of queries. My local ISP does however.
Before running these commands on my NS's I'd get a blank host lookup.
Query: host 2.0.0.127.b.barracudacentral.org
Result: was blank <-- nada, zip, zero
After I made these mods I get:
2.0.0.127.b.barracudacentral.org has address 127.0.0.2
Great-ah success in my country! #1 in all of Kazakhstan!
You need to do that with all your forward DNS queries to all your RBL's.
Good luck out there!