• Can't seem to get up and running

    5
    0 Votes
    5 Posts
    2k Views
    stephenw10S
    @hayedid: Sure, triple NAT may not be a perfect plan, but shouldn't it work? It should, theoretically. Some services have a hard time with multiple layers of NAT but most stuff works fine. The fact that yours didn't implies one of your devices was doing something wrong almost certainly the Asus since switching that to AP mode fixed it. Handing out the wrong gateway, incorrect subnet mask, bad route, it could be many things. Running it in access point mode is much better though. @hayedid: I really need to be able to see and login to my modem and router.  If they are in bridge mode, I lose that ability. You can still access the Asus in access point mode. Often you can still access an upstream router in 'modem' or bridge mode by using an additional IP on the WAN. See: https://doc.pfsense.org/index.php/Accessing_modem_from_inside_firewall @hayedid: Incidentally, I did turn 'Block Private Networks' off since my modem is not setup in bridge mode.  Does this open me up to any additional hacking? No. Everything from WAN is blocked by default anyway. That settings only serves as an additional block if you have a public IP on WAN. You should never see private IPs on the WAN in that situation so anything that arrives from a private address must be bogus and should be rejected even if you have port forwards set up. Steve
  • Upgrade to 2.2 breaks Squid reverse proxy

    4
    0 Votes
    4 Posts
    3k Views
    R
    Check this out https://forum.pfsense.org/index.php?topic=87280.0
  • 2.2 Watchdog Timeout

    3
    0 Votes
    3 Posts
    793 Views
    stephenw10S
    Yeah, at the very least tell use what NICs you have so we can point you at some appropriate tweaks. Steve
  • Quick question about switching versions x86 -> x64

    9
    0 Votes
    9 Posts
    1k Views
    T
    @stephenw10: Good call. Be aware that you can easily make a mistake hand editing the file though.  ;) Trying to restore a complete config file that references packages onto an install that doesn't can have interesting results. I've tried that and it resolved itself OK but there were worrying looking errors. Whilst you can choose to restore individual areas on the config file there's no option to restore everything except packages. So you can restore each area individually but that's not a good idea if the config file version doesn't match the install. You can load the packages you had before. You can edit out the packages section. You can make a backup of the config file without the packages section but that requires some forethought! Steve Actually I didn't notice the checkbox for backing up without package information. That will work perfectly. Plus I can do two, one with and one without and see if there's anything specific I'd want to save.
  • PFSense on edgerouter POE

    5
    0 Votes
    5 Posts
    2k Views
    pttP
    NO, as Steve pointed, only x86 HW is currently supported
  • Installation Troubles.. NICs?

    6
    0 Votes
    6 Posts
    1k Views
    C
    After resetting the BIOS to the default settings twice, I got PFSense to boot correctly. Tomorrow I will go back into the BIOS and disable the non-essentials and hope for the same results. Thanks everyone for helping me out with this. Hopefully I won't run into any more issues.
  • Lanner FW-7525 2.2 Upgrade Failed (from 2.1.5)

    5
    0 Votes
    5 Posts
    1k Views
    K
    Yep - Thats a pretty normal fix.
  • Installation problems on APU

    1
    0 Votes
    1 Posts
    680 Views
    No one has replied
  • Pfsense 2.2 no re2 interface on APU1d4

    3
    0 Votes
    3 Posts
    1k Views
    B
    You might also want to check the pcengines forum. I seem to recall I have seen some issues with missing smd coil on one of the interfaces, rendering it non-functional. If you need that port, and the bios update recommended by Steve does not help, you might have to claim warranty… edit: found the topic again : http://www.pcengines.info/forums/?page=post&id=7DA1FA61-80A9-427E-BE14-0196B18F82AD&fid=DF5ACB70-99C4-4C61-AFA6-4C0E0DB05B2A
  • Custom package libkvm.so.5 missing error

    4
    0 Votes
    4 Posts
    1k Views
    stephenw10S
    Ah right. Yep definitely build it against FreeBSD 10.1 or at least take the binaries from a 10.1 package. Steve
  • PfSense 2.2 horrible latencies after upgrade.

    3
    0 Votes
    3 Posts
    1k Views
    B
    Same here but using Hyper-V. Ore you using OVH by any chance?
  • 2.2 Gateways Widget has #90EE90 in color block…

    3
    0 Votes
    3 Posts
    768 Views
    B
    HA! Look at the big brain on doktornotor!!!! That was it! thanks! [image: shark.jpg]
  • Downgrade from 2.2 to 2.1.5

    13
    0 Votes
    13 Posts
    15k Views
    stephenw10S
    Moving stuff around in the menus (even when it makes sense) will generate comments! However a link on the Diagnostics > Backup/Restore page so it's obvious there's more than one place to look seems like a good idea. Steve
  • Radvd: Shared object "libdaemon.so.0" not found.

    8
    0 Votes
    8 Posts
    2k Views
    C
    @Escorpiom: Config backup and restore will be no problem I presume. Yeah your backup config will be fine, none of that hurt anything in the config itself.
  • 2.2 install, Trim and Single User Mode

    5
    0 Votes
    5 Posts
    4k Views
    D
    Just did a fresh install of 2.2 64-bit on a new pfsense box for my lab. It's installed on a 128GB Samsung 840 Pro SSD. I don't use squid or any disk write intensive plugins, and that SSD is supposed to be pretty rugged but I thought I'd enable trim just for my own peace of mind. I was able to get trim enabled by booting into single-user mode and issuing the commands as detailed in a post on another thread: /sbin/tunefs -t enable / /sbin/reboot …and then verified it after rebooting: [2.2-RELEASE][root@pfsense.<my domain="">.com]/root: tunefs -p / tunefs: POSIX.1e ACLs: (-a)                                disabled tunefs: NFSv4 ACLs: (-N)                                  disabled tunefs: MAC multilabel: (-l)                              disabled tunefs: soft updates: (-n)                                disabled tunefs: soft update journaling: (-j)                      disabled tunefs: gjournal: (-J)                                    disabled tunefs: trim: (-t)                                        enabled tunefs: maximum blocks per file in a cylinder group: (-e)  4096 tunefs: average file size: (-f)                            16384 tunefs: average number of files in a directory: (-s)      64 tunefs: minimum percentage of free space: (-m)            8% tunefs: space to hold for metadata blocks: (-k)            6408 tunefs: optimization preference: (-o)                      time tunefs: volume label: (-L) Many thanks to posters on the 2.1 SSD trim thread, and big kudos to Chris and the pfsense team. This is one solid product that I've used for many years without a single glitch and which I've recommended over and over. Hope this helps.</my>
  • Pfsense upgrade from 2.1.3 to 2.2 packages installation stucks

    2
    0 Votes
    2 Posts
    1k Views
    GertjanG
    Hi. The 'sure' - 'safe' and 'long road' solution is: Go back to 2.1.3. Keep a backup of the config for this '2.1.3' version. Now, remove ALL packages. Keep your '2.1.3' running a while - be sure all is good. Now, upgrade to 2.2. As soon as it is up and running, make a config backup. [Now, take a break, and check for every package you used before in the "package sub forum" if there are any problems being signaled] Add ONE of your old  packages - set it up. WAIT a moment ….. observe if verything is fine. Reboot. Everything comes up and goes well ? If yes, install the NEXT package from your list. As soon as things blow up, you will know what package you should avoid. Go back to "2.2" 'clean' redo your list, do not install the package(s) that was/were brook - you could find more 'broken' packages. Most 'Packages' are NOT being written by the authors of pfSEnse - so any issue might arrive when pfSense was upgraded, when FreeBSD was upgraded, etc. If you want to use a package, you should: Check very often for the development of that package (this forum - elsewhere)  - never ever touch/use a package that has NO regular version changes - only use package that are under constant development. In case of doubt: just stay away from it and you will be fine. A package that isn't regularly being authored (upgraded) by the author will probably NOT survive a pfSense release. Before every upgrade of pfSense, CHECK your packages. Like checking your apps when you update your (Windows or MAC) PC, check your plugins when you update your CMS, etc.
  • Issues with Low Network Ports after 2.2 upgrade

    4
    0 Votes
    4 Posts
    2k Views
    D
    net.inet.ip.portrange.reservedhigh
  • WOL broken after upgrade

    5
    0 Votes
    5 Posts
    1k Views
    F
    Thanks, this worked.
  • Not able to ping any public ip from LAN

    8
    0 Votes
    8 Posts
    1k Views
    P
    @ashwani_km: Hi My default gateway is wan only. I do not understand your answer. Post your LAN and WAN Interface settings, LAN and WAN firewall rules, and Outbound NAT settings. Then we can see what might be the problem. नमस्ते
  • MOVED: Comment on upgrade

    7
    0 Votes
    7 Posts
    1k Views
    F
    This problem is still not resolved Maybe that's why antivirus does not work During the upgrade from 2.1.5 to 2.2 The program installs the Antivirus extension before the Antivirus And it gives an error message Does not recognize the path
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.