• Port Forwarding between two gateways

    4
    0 Votes
    4 Posts
    443 Views
    johnpozJ
    What would of been creating a source port 0 traffic? That is borked!
  • Please anyone explain process How router and proxy server run Pfsense?

    2
    0 Votes
    2 Posts
    223 Views
    johnpozJ
    I think maybe you would have better discussion in your native language section.. Proxy is just an application/service just like any other be it dhcp, dns, ssh, httpd... it listens on an IP, and then does something with something that talks to it on the port its listening on.. Proxy normally listens on 3128... So client can directly send traffic to the proxy. Or you can do transparent mode where firewall listens for traffic on say port 80, and then sends it to the proxy port.. Pfsense is not a hardware firewall/router running a very limited IOS sort of OS, like a cisco or juniper or something... It is customized version of freebsd OS, to be easy to use/manage firewall/router - and yes is can provide other services like IDS, dns, dhcp, Proxy, etc.
  • Does cloning pfsense from Intel to ARM system work?

    4
    0 Votes
    4 Posts
    406 Views
    stephenw10S
    Editing the config is what I would do there. But I have edited a large number of configs as you might imagine. You need to include the <switches> and <vlans> sections from the 1100 config in the imported 4860 config as well as renaming the interfaces. Steve
  • 0 Votes
    6 Posts
    687 Views
    stephenw10S
    Set up a site-to-site OpenVPN connection. Assign the interfaces so that you get reply-to and route-to fucntionality. Make sure firewall rules that pass the traffic are on the assigned interfaces and NOT on the main OpenVPN tab. If it's passed on the main tab it does not get tagged reply-to. Add the port forward on the WAN at site A to the LAN IP at site B. High-5 whoever might be next to you! Steve
  • PFsense SG3100 & Actiontec DSL modem with transparent bridging

    5
    0 Votes
    5 Posts
    528 Views
    RedDelPaPaR
    @stephenw10 currently I only have a need for one public ip at the moment. I honestly don’t foresee needing other workstations on my network to have public IP addresses.
  • Ethernet LAN freezing when saving captive portal configuration

    9
    0 Votes
    9 Posts
    811 Views
    stephenw10S
    The config is different? Or are you actually restoring the config onto both machines? I would bet it's different. Steve
  • how to use PHP shell with static route add

    pfssh.php
    2
    0 Votes
    2 Posts
    586 Views
    stephenw10S
    You probably need some include files there for the functions involved.
  • Admin user can't access users/groups

    16
    2 Votes
    16 Posts
    3k Views
    stephenw10S
    Because it was only introduced in 2.4.4p3. It will be fixed in the next release. Steve
  • 0 Votes
    13 Posts
    2k Views
    stephenw10S
    It logs those by default so if you're not seeing blocked traffic it's probably not being blocked. Run a pcap on the LAN side then to make sure those packets are leaving going back toward the phone. Steve
  • DNS resolution is slow when WAN is down but not WAN2

    6
    0 Votes
    6 Posts
    574 Views
    johnpozJ
    I would just use loopback/localhost for binding unbounds outgoing interface... This way it uses whatever is the default gateway out of pfsense.. This way you don't have to worry about unbound not being able to bind to an interface that might be down
  • 0 Votes
    3 Posts
    326 Views
    awebsterA
    @Jpub, Windows update uses a list of well known domain names, easily found by searching for it, however, what you want and how pfSense works are not quite an exact fit. pfSense provides layer 3 firewalling capabilities, which means by IP and port only. A URL is a wholly different beast as the IP isn't immediately known, only the name, and based on your initial question, you know that some of the URLs contain wildcards, eg: *.update.microsoft.com, meaning Microsoft is free to put anything in place of the *. To further complicate matters, many of these URLs resolve to CNAMES which in turn resolve to Akamai's IP addresses, so trying to block / allow by IP will also affect other traffic that coincidentally is also hosted on the same Akamai infrastructure. There are a couple of ways you could address this issue: Use a proxy server; in this case the proxy server actually sees the URL so access control can be applied on the URL's name as opposed to its IP address. The firewall can be configured to allow the proxy server out, but not the workstations, thus forcing the traffic through the proxy server. Caveat: Not all software plays nice with a proxy server. Use a WSUS server; in this case a system is dedicated to downloading the windows updates and making them available to the local machines. In this case, the firewall can be configured to allow the WSUS server access out while maintaining a more strict access policy toward the Internet.
  • 0 Votes
    2 Posts
    199 Views
    M
    Sure, create 2 gateway groups. 1st one WAN1 TIER 1 and WAN2 TIER2 2nd one WAN2 TIER 1 AND WAN1 TIER2 Assign as default gateway in the advanced options of the firewall rule. vlan 1 gatewaygroup 1st vlan2 gatewaygroup 2nd
  • [SOLVED] Virtio NIC Performance - High CPU Usage

    6
    0 Votes
    6 Posts
    3k Views
    C
    Could you please share the solution that solved your issue? I'm having the same problem right now with a server that was running ESXi before. EDIT: sorry, I missed the first line :) No ntopng on my pfsense so it must be something else...
  • Logging Snort3/Barnyard2 to Splunk?

    3
    0 Votes
    3 Posts
    291 Views
    G
    I'm getting the data into Splunk but am having a rather difficult time getting fields set, Emerging Threats have been easy to create a regex for using the wizard but the Snort alerts have been throwing a monkeywrench into that by there being an additional, duplicate field in the "Snort Alerts" https://imgur.com/a/yV0kjbL
  • Need a link between pfsense and payment service

    2
    0 Votes
    2 Posts
    253 Views
    NollipfSenseN
    You may need to use that Ubiquiti system...pfSense is a firewall, not a payment system is my thinking; however, please wait for others, especially seasoned gurus, to respond.
  • Problems after upgrading to 2.4.4-Release-p3 from 2.3.5

    11
    0 Votes
    11 Posts
    811 Views
    stephenw10S
    ClamAV is part of the main Squid package not Squidguard. It wan be enabled/disabled on the Antivirus tab in the Squid Proxy Sever page. Anyway glad you were able to resolve it. Steve
  • Change Keyboard Layout permanently

    14
    0 Votes
    14 Posts
    10k Views
    junicastJ
    I filed a feature request since I think there should be an easy option for everyone in the GUI to change the console's keyboard layout permanently. https://redmine.pfsense.org/issues/9942
  • Limit vpn access to one computer per account.

    11
    0 Votes
    11 Posts
    1k Views
    stephenw10S
    Not easily. You might be better off generating the certs externally and autenticating users separately as well if you went that route. Steve
  • Changing config values for RANCID

    7
    0 Votes
    7 Posts
    847 Views
    M
    @stephenw10 Thanks, that's exactly what I want. Kind regards, Mathias
  • Accessing via cloud service

    4
    0 Votes
    4 Posts
    668 Views
    stephenw10S
    Yeah, that's still site-to-site from the farm to the cloud. Then Remote Access to the client fro your client and you can get access to the farm LAN subnet. Steve
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.