Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login
    1. Home
    2. Tags
    3. transparent
    Log in to post
    • All categories
    • M

      Bridging WAN + OPT1 for second WAN IP through ISP’s DHCP.

      Watching Ignoring Scheduled Pinned Locked Moved Firewalling firewall pfsense ce second wan bridging transparent
      2
      0 Votes
      2 Posts
      362 Views
      V

      @mj9768
      If you allow any on OPT1 also access to your local network is allowed from this interface of course. But there is nothing allowed from WAN, even OPT1 is bridged with it.

      All you need to allow might be access to public destinations, however. So just add a proper rule to the interface.
      To achieve this, I create an RFC 1918 alias and use it as destination in a pass rule with "invert match" checked:

      9120df6d-057b-4b55-bc3d-9055be0632d6-grafik.png

      This here is a floating rule, but in your case you should put it on OPT1 and you might want to allow any protocols.

      This presumes, that the tunables net.link.bridge.pfil_member is enabled and net.link.bridge.pfil_bridge is disabled.

    • S

      Netgate 3100 + Bridge

      Watching Ignoring Scheduled Pinned Locked Moved Official Netgate® Hardware netgate-sg-3100 bridged mode transparent interrupts
      6
      0 Votes
      6 Posts
      1k Views
      stephenw10S

      Ok, if you're doing that I would put the bridge between WAN and OPT and use LAN for management. That removes the switch from the connection.

    • High_VoltageH

      in an effort to better fix/set up squid and the github information for others to use, I need some help understanding stuff

      Watching Ignoring Scheduled Pinned Locked Moved Cache/Proxy squid mitm ssl inspection explicit proxy transparent
      4
      0 Votes
      4 Posts
      924 Views
      GertjanG

      As soon as you have access to the full, decrypted data stream it's most probably possible to cache everything.

      But :
      The, for example, ccs style sheet file, can have a unique name - and won't be re used ever again, so it will get reloaded anyway.
      The file creation date can be set to 'now' so the browser will request a fresh copy, even if the content didn't change at all.
      etc etc .