• 0 Votes
    5 Posts
    3k Views
    jimpJ
    There are no amd64 NanoBSD builds (yet, probably not for 2.0). The NanoBSD builds have their own set of features and limitations. They aren't right for everyone. The major differences are: NanoBSD only outputs to serial console (though there may be a VGA variant before 2.0 release) NanoBSD keeps the media read only except for discrete write operations. (This makes it unusable for many packages) NanoBSD has two main OS slices, and one separate configuration slice. Upgrade operations overwrite the currently unused "alternate" slice, and then boot from that. NanoBSD has no installer, it can only be imaged to a disk and run directly. NanoBSD only comes in 512MB, 1GB, 2GB, and 4GB sizes, so using it on HDDs would waste quite a lot of space. Using variable sizes is a non-trivial task. The OS itself is basically the same between the two variants, though there are some kernel differences (a few drivers are left out, like certain SCSI drivers and RAID controllers).
  • Inbound traffic issue

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    E
    Thanks… it had nothing to do with the interface configuration or deleting and re-adding rules... I think it was ARP cache issue more than anything else...
  • MOVED: Carp with public ip addresses on Lan

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Only internal router / remove WAN

    Locked
    5
    0 Votes
    5 Posts
    9k Views
    C
    @dreamslacker: Under Advanced system settings, you can disable NAT.  That will turn the box into a pure non-gateway router. No that's to disable the filter. It also disables NAT, but that's not what you want if you only want to disable NAT. For that, see: http://doc.pfsense.org/index.php/How_can_I_completely_disable_NAT%3F
  • Flash to IDE installation

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    M
    Just do the regular installation using a live ISO. but keep in mind that you shouldn't install services like Squid to create massive read/write on the card as it will poot! One more thing you need to consider is package management. dont try to install more than one package at the same time as it will create write errors at next boot and the package management will fail itself. hope it helps.
  • Upgrading from AMD single core to Intel Dual Core

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    M
    Should be alright. Give it a whack.
  • 0 Votes
    3 Posts
    2k Views
    M
    hi don't want to minimize the write access, i want redirect it to the hdd thx
  • 0 Votes
    3 Posts
    3k Views
    T
    Sorry for the mistyping in fact is pfsense, Im changing from m0n0wall to pfsense because it is more flexible and complete. Ill try your sugested configuration.
  • Pfsense and 2wire IP address question

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    P
    For the uVerse 2Wire routers yuo have to have the WAN connected to the 2Wire DMZ set up as DHCP, which is sounds like you did. pfsense also can manage multiple Vlans on a single NIC. Look in your interfaces to see if there is a vlan with the 172 set up on that nic
  • Pfsense as firewall, not as router

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    ?
    Consider bridging your LAN and WAN interfaces.  This will turn pfSense into a filtering bridge and should do what you need.
  • Load balance Nat port forward not working

    Locked
    15
    0 Votes
    15 Posts
    7k Views
    jimpJ
    Unfortunately both of the howtos you linked are contributed and aren't on our Wiki or I could update them rather easily. I did add a note here: http://doc.pfsense.org/index.php/Port_Forward_Troubleshooting#Common_Problems About needing an IP bypass for a port forward to a server behind a captive portal.
  • Differences between embedded and nano

    Locked
    13
    0 Votes
    13 Posts
    6k Views
    jimpJ
    Several older copies of the config are kept in /conf/backup/ So if you get dropped to a shell prompt because something didn't work at boot, you could always pull one of the 25-30 or so backup configs from there.
  • Hardware Change

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    jimpJ
    Just install pfSense onto the new hardware and restore the config. It may ask you to reassign interfaces but aside from that, as long as the number of interfaces is the same (or greater) there shouldn't be any issues.
  • Wireless Router Instalation

    Locked
    7
    0 Votes
    7 Posts
    2k Views
    E
    It would probably be possible to compile pfSense for it, but it likely doesn't have enough flash memory to store the OS or enough RAM to run it.
  • Pfsense reinstall packages problem.

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Xml error : media at line 47 cannot occur more than once

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    F
    problem solved !! Thanks Jimp !!! :)
  • PfSense php: XML error not well-formed (invalid token) at line 1

    Locked
    3
    0 Votes
    3 Posts
    5k Views
    B
    Found the problem! I had exported a config file from another system that had a few packages installed on it. Since the packages weren't installed on the new set up, the config file couldn't find them! I removed this from the confg file and the errors disappeared!
  • 1.2.3 upgrade to 2.0 Now USB doesn't work

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    W
    Either your BIOS is broken (it should allocate distinct memory address ranges to each PCI device) OR it is erroneously configured to boot a 'plug and play' operating system (doing its own PCI device resource allocation). pfSense (FreeBSD) assumes the BIOS will do the PCI resource allocation.
  • Re: Wireless Module

    Locked
    9
    0 Votes
    9 Posts
    3k Views
    W
    I've looked on the Freebsd site and tells me to use the ATH driver as it works with all Atheros except the AR5005VL chipset. "HARDWARE     The ath driver supports all Atheros Cardbus and PCI cards, except those     that are based on the AR5005VL chipset. A list of cards that are supported can be found at     http://customerproducts.atheros.com/customerproducts/default.asp." http://www.freebsd.org/cgi/man.cgi?query=ath&sektion=4#end Could some please tell me how to go about using the ATH driver instead of the required one for AR9220? Thanks in advance
  • Embedded installtion from LiveCd: is equivalent to nanoBsd image ?

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    B
    You're right. But today that's the only way I found to install pfsense on Cf using a Jetway barebone, because nanobsd image written to Cf doesn't work fine for me: it doesn't complete the boot on that hardware or it doesn't configure right the serial port. If in the future vga support will be included in the nanobsd image, I could get more info on the problem. In addition I don't exclude It could also be a serial port configuration error I did. Nanobsd's serial output only is a problem when thing doesn't work fine and debug informations are needed. Thank you again for your support Jimp Greetings from Italy Borgo
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.