PFSense and OPNsense

Revision as of 14:21, 25 January 2016 by Admin (Talk | contribs)

blocking websites

(1) via dns:

If the built in DNS Forwarder or DNS Resolver are in use, an override can be configured which will resolve the website to block to an invalid IP address.

(2) via firewall rule:

This is not a feasible solution for sites that return low TTLs and spread the load across many servers.

A hostname may be entered in a network alias, and then that alias may be applied to a block rule.

Another option is finding all of a site's IP blocks, creating an alias with those networks, and blocking traffic to those destinations.

BLOCKING DIRECTION

Consider that your machine are attempting to contact external sites as well as external hosts are trying to contact machines on your network.

(1) Stop machines from attempting to contact hosts on your network

Create rules that block connections via your WAN.

  1. Firewall → Rules → WAN tab and press the upper-right + button
  2. for Action, select Block
  3. check the "Quick" box which will cause the rule to take action immediately on match.
  4. for Interface, select WAN
  5. for TCP/IP Version, select IPv4
  6. for Protocol, select any
  7. for Source: (Type: Single host or alias) and (Address: enter name of the URL alias which contains the IP addresses you want to block)
  8. for Destination select any
  9. enter a Description
  10. Save and Apply Changes

(2) Stop hosts on your network from contacting blacklisted external hosts

To prevent hosts on your network from communicating with blacklisted hosts online you create rules that block outgoing connections from your LAN. For each alias URL and each LAN just create a new firewall rule.

  1. Firewall → Rules → LAN tab and press the upper-right + button
  2. for Action, select Reject
  3. check the "Quick" box which will cause the rule to take action immediately on match.
  4. for Interface, select LAN
  5. for TCP/IP Version, select IPv4
  6. for Protocol, select any
  7. for Source select any
  8. for Destination: (Type: select Single host or alias) and (Address: enter the name of the URL alias which contains the IP addresses you want to block)
  9. enter a Description
  10. Save and Apply Changes
Last modified on 25 January 2016, at 14:21