• Problem with transparent mode squid3

    3
    0 Votes
    3 Posts
    515 Views
    A
    hola, He activado el proxy transparente sólo http. Me puse las opciones de "Proxy Interface(s)" para salir de la mina a la red LAN posee, que se activa la opción "Allow Users on Interface" y "Allow Users on Interface" sólo para mi lan también. El problema es que estas máquinas de la red pueden navegar a través del proxy, incluso sin que se establezca en "ACLs->Allowed Subnets".
  • Squidguard and mysql

    1
    0 Votes
    1 Posts
    791 Views
    No one has replied
  • [SOLVED] WOL across VLAN's

    11
    0 Votes
    11 Posts
    8k Views
    P
    I understand I need the ARP entry because I use the IP address instead of the broadcast address. But using the broadcast address didn't work for some reason. To be honest I only use it once a month(ish) so this is OK for me. Thanks though for all the info, appreciated!
  • Pfsense + apu2c4 combo temperature monitoring

    3
    0 Votes
    3 Posts
    2k Views
    K
    Thanks, it worked!
  • Admins via extended LDAP query

    Locked
    2
    0 Votes
    2 Posts
    531 Views
    S
    Nevermind, just saw someone post this just below here: https://forum.pfsense.org/index.php?topic=116760.0 Watch out for the User - Config: Deny Config Write rule!
  • How to rebuild kernel ?

    3
    0 Votes
    3 Posts
    856 Views
    johnpozJ
    Yeah would not really be a good idea to go about messing with the compile of your firewall kernel on special use distro like pfsense.  If there is something specific you would like to see included or excluded from the kernel best to put in a feature request to the dev's. If you want to compile stuff in general for freebsd, prob best to fire up generic freebsd install for such play.  Not something that really should be done on system used for your firewall, etc.
  • Static Routing Issue

    8
    0 Votes
    8 Posts
    1k Views
    johnpozJ
    It always surprises me the lack of understanding transit networks and downstream routers.  Even from people that supposedly work with routing all the time.  So don't feel all that bad ;) There is this article int he docs https://doc.pfsense.org/index.php/Asymmetric_Routing_and_Firewall_Rules This article seems to address work arounds and causes to it that might be set on pfsense itself.  But doesn't really address a common mistake not using transit networks and or placing hosts on what amounts to a transit network, etc.. Should prob take some time and round out the information provided in the above doc, this would prob be a good location for more information on the issue.  I currently just don't have the self motivation to do so ;)
  • How much throughput lost using pfSense?

    17
    0 Votes
    17 Posts
    19k Views
    H
    Why not start your own thread. Performance issues are almost always customer per person. No point in ruining someone else's thread by muddying up the discussion.
  • "Backup" VPN Client server settings possible in pfsense?

    7
    0 Votes
    7 Posts
    3k Views
    DerelictD
    I doubt it. Your situation seems new to me. All of the walkthroughs that cover routing traffic out public VPN providers should apply. You will just be doing everything twice, making a gateway group of the two VPN endpoints, and routing to that gateway group instead of the single gateway.
  • Connecting a Brocade Layer 3 Router to pfSense

    6
    0 Votes
    6 Posts
    3k Views
    DerelictD
    For the LAN I selected (STATIC) with an IP Address of 10.0.0.1/24.  My configs on the Brocade router stayed the same.                         Vlan 1000: 10.0.0.2/29                       Static route:  0.0.0.0 0.0.0.0 10.0.0.1 Yeah, that is wrong. the netmasks should both be /24 or both be /29. Can you ping 10.0.0.2 from pfSense and 10.0.0.1 from the switch? Did you create a pfSense gateway for 10.0.0.2? Did you route 10.2.0.0/24, 10.3.0.0/24, 10.4.0.0/24 to that gateway on pfSense? Does the firewall rule on your transport interface on pfSense (LAN) allow traffic sourced from those subnets? Does outbound NAT on WAN contain rules to map those subnets to WAN address? That's really all that is necessary. Check all those things. I would, personally, make some design changes: My transport network would not be associated at all with the networks on the switch. I would make it something random like 172.18.218.224/29.  I would probably not use 10.0.0.0/8 for anything, but if I did I would make it something random like 10.253.192.0/18. I would route that supernet to the switch, pass traffic from that supernet on LAN, and add outbound NAT for that supernet on WAN. That would enable you to add networks 10.253.192.0/24 through 10.253.255.0/24 on the switch at will without making any changes to the firewall. Assuming 64 /24 networks is enough for the project's maximum anticipated requirements.
  • Regarding No internet through LAN Interface

    6
    0 Votes
    6 Posts
    1k Views
    R
    Hi , Friends , I have configured pfsense 2.3.1 , I am unable to get internet from lan and I can have a ping on wan and I am receiving ping data in WAN , I have attached the rules which I have assigned and I have connected wan in DHCP with private ip as 194.168.2.104 from my home Tenda router , please help me how to get internet as output from wan to lan. I have kept NAT in outbound as automatic and I have also checked NAT by keeping manual though I am not getting Internet from LAN , Please suggest me the configuration and help me out.
  • [SOLVED] Sending Mail with pfSense

    16
    0 Votes
    16 Posts
    18k Views
    G
    Thanks very much dennypage! For the benefit of anyone reading this thread, this patch solves the problem… You can now send mail from a non-root account without any sudo or other privilege escalation.
  • Duckdns.org support

    2
    0 Votes
    2 Posts
    1k Views
    C
    I found the documentation https://www.duckdns.org/install.jsp#pfsense
  • Allowed Subnets squid3

    1
    0 Votes
    1 Posts
    382 Views
    No one has replied
  • Configuring pfsense to be able to access a LAN VM from the internet

    6
    0 Votes
    6 Posts
    1k Views
    P
    Yep, I must have been doing it right sincce the beginning, but pfblocker having crashed was still blocking incoming connections (still have to be determined why)… COmpletely killing pfblocker and rebooting pfsense, then the port forward has been working fine since 4 days now.. Thanks Johnpoz for pointing out pfblocker in your last post, and thanks for the help!
  • IpSec: remote subnet field non existing

    11
    0 Votes
    11 Posts
    1k Views
    DerelictD
    What is the subnet mask on your LAN? My first suggestion is to change the subnet mask on your IPsec mobile Virtual Address Pool to /24 but that really depends on the subnet of your LAN as to whether that will actually fix it. You could just change the Virtual Address Pool to something like 172.19.241.0/24 and probably fix it, regardless.
  • Trouble with segregating traffic internal vs guest

    4
    0 Votes
    4 Posts
    786 Views
    johnpozJ
    Happy I could help.. If your new to vlans or don't have experience how the different makers do things or call things then yeah it can be confusing.  Glad you got it sorted!
  • Removing RAM from an installation

    3
    0 Votes
    3 Posts
    577 Views
    C
    @kpa: The underlying FreeBSD OS does not care, it will autodetect and autotune whatever there is to autotune depending on the amount of currently installed RAM.  There might be some parameters derived for installed packages but I can't help with those since I don't use any of the more advanced packages like the Squid proxy. That is good news. I don't have any packages installed except one that exports vpn settings. Thank you so much for the reply. It means I can up my home server with 8GB and run my pfsense on 2GB :)
  • Fine tuning pfSense for large environments

    6
    0 Votes
    6 Posts
    2k Views
    G
    that looks like websever optimizations  NOT a firewall
  • Fatal error trying to delete DHCP leases

    2
    0 Votes
    2 Posts
    654 Views
    jimpJ
    If the daemon is disabled/stopped, just ignore the page or remove the lease files /var/dhcpd/var/db/dhcpd*
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.