• PCEngines APU1D4 and pfSense 2.1.5 Setup

    6
    0 Votes
    6 Posts
    8k Views
    D
    hi, I followed these steps.. /http://www.yawarra.com.au/tutorials/how-to-install-pfsense-on-an-apu
  • Config file from 1.2.3 cannot be imported on 2.1.5

    3
    0 Votes
    3 Posts
    720 Views
    stephenw10S
    The most common cause of this going from 1.2.X to 2.X if I recall was a restriction in the character set being used that meant the config file is seen as corrupt. See: https://doc.pfsense.org/index.php/Upgrade_Guide#International.2FSpecial_Characters_in_1.2.x_Configurations Steve
  • Skype and voip priority

    5
    0 Votes
    5 Posts
    2k Views
    stephenw10S
    The difficulty here is capturing the traffic you want to prioritise, particularly Skype traffic which can be on any random high port. Even if you've set it to use a static port that only counts for incoming traffic. If your clients are using dynamic IPs then you can't use that to direct traffic either. I believe you can do it using the Layer7 filter but I've not tried that myself. For example: https://forum.pfsense.org/index.php?topic=78092.0 Steve
  • Connecting to the WebGUI

    14
    0 Votes
    14 Posts
    2k Views
    DerelictD
    Post your WAN firewall rules.  It works fine if you configure it correctly.
  • APU1d stuck on 0000:7c00

    5
    0 Votes
    5 Posts
    2k Views
    K
    @stephenw10: It should boot that Nano image from an SD card but that won't allow you to install the SSD if that's what you're trying to do. Searching here the common cause of that is I corretly written card. What OS are you using to write the image? It looks like you're writing to a slice on the card rather than the entire card. Try using: dd if=/Users/me/Downloads/pfSense-2.1.5-RELEASE-1g-amd64-nanobsd-20140825-0744.img of=/dev/rdisk1 obs=64k Assuming /dev/rdisk1 is your sd card. Steve @Derelict: You have an SSD.  You should be installing the full image.  The only question is how you boot the installer. USB thumbdrive is the obvious choice, USB CD is probably second. USB thumbdrive: After recreating the USB boot drive with something else that isn't dd it worked. So that seemed to be the issue. Thanks for the ideas.
  • ZFS - a possible source of some 2.1 whackiness?

    11
    0 Votes
    11 Posts
    5k Views
    C
    @stephenw10: You should put that in loader.conf.local no? Yes, always put user-defined things in .local so upgrades don't overwrite.
  • Boot problem on Lanner FW-7551A

    8
    0 Votes
    8 Posts
    2k Views
    O
    Interesting. I tried another one thing. I made a new CF card with pfSense 2.2 RC (perhaps 2.1 would behave the same) and after that I connected the CF card to FreeBSD machine and replaced the boot manager by following command: boot0cfg -B /dev/adx And it works! :-)
  • No SSH or WebGui Access after assigning and setting LAN IP

    8
    0 Votes
    8 Posts
    2k Views
    stephenw10S
    You can configure a single interface though. It's useful if you're running as a vpn server exclusively for example. If you do set only a WAN interface the default rules will allow access to the wegui on that interface. However as soon as you assign another interface the firewall rules are reconfigured to those appropriate for a firewall and you loose access via the WAN. That's what happened to you. Steve
  • How can I tell my pfsense box a route to my upstream gateway?

    31
    0 Votes
    31 Posts
    12k Views
    DerelictD
    We haven't even gotten to the problem of nothing on 10.10.10.0/24 having a route to 192.168.2.0/24.  At best, the router at 10.10.10.1 will issue ICMP redirects and it might work.  At worst it won't work at all without static routes everywhere.  Regardless, it's a lousy way to do things.
  • USB to Ethernet Adapter NOT working

    53
    0 Votes
    53 Posts
    23k Views
    M
    so, ping my LAN or my WAN that i have set up on pfsense? oh and i should probably mention that this machine has 3 ethernet ports, so no usb to ethernet. in fact im going to start a new thread to avoid confusion new thread at https://forum.pfsense.org/index.php?topic=86654.0
  • [Solved] hd doesent boot after install (i ve installed a new hd)

    1
    0 Votes
    1 Posts
    576 Views
    No one has replied
  • Bump Sched Bucket to 256

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    I
    thanks
  • Bridge connection not working

    4
    0 Votes
    4 Posts
    1k Views
    stephenw10S
    Original thread for reference: https://forum.pfsense.org/index.php?topic=86122.0 In the last post in that thread the result I was expecting was that there would be reduced or no connectivity at the dd-wrt box. The fact that there isn't implies that somehow the wireless and wired parts of the dd-wrt box are not connecting purely at layer 2. I'm not familiar with dd-wrt but it looks like you might have the wrong wireless mode selected. The connection shouldn't be routed. Steve
  • OCF asym process failed, Running in software

    6
    0 Votes
    6 Posts
    2k Views
    stephenw10S
    Maybe ask in the 2.2 subforum if it's still happening. I don't see anyone else asking sbout it so perhaps you're doing something unusual. Steve
  • Install errors

    4
    0 Votes
    4 Posts
    1k Views
    stephenw10S
    It's in RC, many people are using it, some in production. It depends what your situation is really. At the very least by running it you can report any issues with your hardware you might find and try to get them fixed. Steve
  • Restore on new Hardware fails with error

    9
    0 Votes
    9 Posts
    2k Views
    S
    Thank you very much for your help. Everything seems to work fine. We will replace the old hardware sometime in the future. Any news on when 2.1.6 will be available which includes the bugfix for the restore?
  • LiveCD to USB install: ROOT MOUNT ERROR

    2
    0 Votes
    2 Posts
    1k Views
    stephenw10S
    It's an 8GB USB drive you're booting from yes? Try selecting option 3, boot from USB, at the initial boot menu. That introduces a delay so that the usb device can initialise before the kernel tries to mount it. If that works then you can make that change permanently by adding: kern.cam.boot_delay="10000" to the file /boot/loader.conf.local That file will have to be created. See: https://doc.pfsense.org/index.php/Boot_Troubleshooting#Booting_from_USB You can do it in one easy step by executing the following line at the Diagnostics: Command Prompt: Command: box echo 'kern.cam.boot_delay="10000"' >> /boot/loader.conf.local Steve
  • Virtualized pfsense 2.1.5 - out of swap space

    7
    0 Votes
    7 Posts
    3k Views
    C
    Something threw openvpn's reload script into a loop and consumed all your RAM. Does it recur after a reboot? The reboot (or just a "killall php") will clean up the mess it's gotten itself into. It's not clear what or why, can't say I've seen anything like that.
  • Client bridge with pfsense ap

    12
    0 Votes
    12 Posts
    2k Views
    I
    hello anybody is there for help
  • Unable to access WAN or webConfigurator after install

    9
    0 Votes
    9 Posts
    2k Views
    ?
    You're welcome! ;-D
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.