• PfSense-repo upgraded: 2.4.0 -> 2.4.0_1

    2
    0 Votes
    2 Posts
    399 Views
    jimpJ
    It means the repository metadata was updated, it's what keeps track of how your update branches work under System > Update, Update Settings tab. In this case, it means we changed the repository data such that if you select "Development Snapshots" you can move to 2.4.1 snapshots. We usually keep that pointed at the same target as stable for a while post-release, but in this case we're having a very short dev cycle for 2.4.1 so we are switching it back sooner.
  • Fixing Ip Address of client connected through openvpn

    8
    0 Votes
    8 Posts
    527 Views
    johnpozJ
    huh??  Dude really at a loss to what your trying to accomplish here.. If your just going to source nat all these clients at your site A.. Why not just set the server to all allow the IPs from that site? As to a connection coming into your server via a port forward I assume.. Why would you want to make that look like to the server it is coming from a specific IP?  Why not just allows the IPs it might come from in this server as well?
  • Can't config IP on Pfsense in VMware esxi at the online.net

    1
    0 Votes
    1 Posts
    238 Views
    No one has replied
  • Traceroute shows the same address for each hop

    6
    0 Votes
    6 Posts
    3k Views
    P
    Yes, Pfsense has no problems with it. Im afraid i cant change it on the Remote Barracuda. Thank you guys!
  • Pppoe change peer address

    3
    0 Votes
    3 Posts
    520 Views
    T
    at the moment I have two file: /var/etc/mpd_opt1.conf /var/etc/mpd_opt2.conf How can I do to modify these files? which name the should have?
  • Vlan10 to LAN

    18
    0 Votes
    18 Posts
    2k Views
    DerelictD
    Well, it's not your firewall riles. Check the local firewall (think windows firewall) on the LAN hosts.
  • Enable/disabling services remotely without GUI

    3
    0 Votes
    3 Posts
    330 Views
    M
    Thanks, I'll experiment with this tonight.
  • How to connect Modem/Router(Static IP) to Pfsense without bridge mode

    3
    0 Votes
    3 Posts
    553 Views
    S
    thank sir for the quick reply…
  • Comcast 'business' modem requires you use DHCP

    8
    0 Votes
    8 Posts
    3k Views
    B
    I have comcast business. My ip range is /29 so the following x.x.x.222 is my modem/router, x.x.x.221 thru x.x.x.217 are available for routers. When configuring the WAN port I put in IP address x.x.x.x & x.x.x.222 as the gateway and all works well. Also if I do plug into the cable modem with DHCP I do get a DHCP address like yourself.
  • 0 Votes
    4 Posts
    605 Views
    J
    I have pfBlocker and DNSBL active.  I will try the fix, but…. I also had the issue with SMTP.  It has to do with SMTP trying to read the CD-ROM drive.  I added the pfsense CD to the ROM drive and CPU went down (I also have not had the hang issue again after adding the drive).  When I get home, I will be removing the CD-ROM all together.
  • 2.4 Opera Browser not showing pfSense logo

    4
    0 Votes
    4 Posts
    483 Views
    jimpJ
    Restarting opera on its own wouldn't necessarily clear the cache, still worth a ctrl+F5 or shift+reload
  • Is this a Security Problem with Pfsense

    4
    0 Votes
    4 Posts
    467 Views
    R
    What about the second question.  Is there a rule I can apply to protect unpatched devices?
  • Local OCSP server for localy managed certificates?

    1
    0 Votes
    1 Posts
    479 Views
    No one has replied
  • LAN interface flaps

    2
    0 Votes
    2 Posts
    611 Views
    dsiminiukD
    I am seeing the exact same errors on every boot: pf_busy PF was wedged/busy and has been reset. @ 2017-10-13 10:58:59 Filter Reload There were error(s) loading the rules: pfctl: DIOCXCOMMIT: Device busy - The line in question reads [0]: @ 2017-10-13 10:59:02 These are new following the upgrade to 2.4: 2.4.0-RELEASE (amd64) built on Tue Oct 10 06:43:01 CDT 2017 FreeBSD 11.1-RELEASE-p1 Running as a Virtual Machine on Xenserver 7.2. A pair of them actually, both getting the same error. Danny
  • Problems with BT Vision & PfSense 2.3.4

    4
    0 Votes
    4 Posts
    580 Views
    P
    https://forum.pfsense.org/index.php?topic=134795.0 :)
  • Packages on Pfsense 2.4.0

    4
    0 Votes
    4 Posts
    1k Views
    jimpJ
    It's possible. It was disabled because it was broken and/or failed to build at one time. It may be OK now, but needs checked again. Open a request on https://redmine.pfsense.org and we can look into it.
  • Restore backup via console

    2
    0 Votes
    2 Posts
    5k Views
    jimpJ
    Yes 1. Copy the config to the firewall (scp, for example, or mount a USB drive and copy) 2. Move/rename the new config to /cf/conf/config.xml 3. Remove the config cache: rm /tmp/config.cache 4. Reboot
  • Problems with Uverse modem

    2
    0 Votes
    2 Posts
    494 Views
    M
    For anyone that cares, disabling the 6RD tunnel fixed the issue.  So, this is somehow related to IPV6 setup.
  • Pfsense as a file backup device

    11
    0 Votes
    11 Posts
    971 Views
    U
    By the way, copying to the backup can be done with ionice set to maximum niceness and nice set to maximum niceness too so it will hardly be noticeable. If that's not enough, a script can be made to pause the copying if traffic is detected.
  • Rules between lan and vlan

    11
    0 Votes
    11 Posts
    2k Views
    N
    @johnpoz: What is the config on these switch ports?  What switch make and model are they? What is the config you have on the lan vm interface on pfsense and what vswitch is configured you have it set to 4095? Where is your vmkern setup on esxi host?  Is it just a portgroup connected to same physical interface that goes to port 6?  What is the vswitch settings on this port group?  If you have to default which is 0, it will strip all all tags on vlans. Does your esxi host have more than 2 interfaces?  If so you could break your vmkern out to its own interface and vswitch/port group. Hi guys Thanks for the help. I found the error, the error was in ESXI settings, I missed adding VLAN in menager network. Afterwards it was enough to change some settings in ESXI. I put a new fixed ip addres. and now it works. Now I can access server from any VLAN, but I will limit the VLAN so that all VLAN will not access MENADGER networks. Here's a picture that shows what I missed: https://www.dropbox.com/s/asz02n8pj7pdmr1/fel.JPG?dl=0
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.