• Upgrading Hacom from 2.0.1 to 2.2.6

    4
    0 Votes
    4 Posts
    858 Views
    C
    You can probably reinstall it from scratch with a stock version and be fine. Your config backup can be restored afterwards.
  • Updating old box from 2.0-rc1

    10
    0 Votes
    10 Posts
    2k Views
    D
    I'd hate to put it out there and something happens and for whatever reason I'm not able to fix quickly. That's why I suggested you keep a 2.0 install CD on hand. Without any package issues, there's really very little to hold you back. If you've got a recent config.xml backup (which you need anyway) then you've got (2) scenarios: The best case, you load 2.2.6 2.3 from scratch, reload the backup and you're good to go. The worst case, the 2.2.6 2.3 install goes pear shaped and you reinstall 2.0 from scratch, reload the backup and your back to where you started. The worst you get is back to where you are today, but at least you'll learn something about how the hardware responds to a 2.2.6 2.3 install. Edit Seeing as 2.3 is now RC (https://forum.pfsense.org/index.php?topic=109076.0) you're better off trying to get the advantages of the latest hardware fixes included w/ a current version of FreeBSD and the code improvements in pfSense 2.3 I've got $0.05 that says you'll have a smooth upgrade if you do a fresh install and restore your config.xml to 2.3  ;)
  • Installing pfsense LAN IS UP AND WAN IS DOWN

    Locked
    3
    0 Votes
    3 Posts
    638 Views
    C
    Locking this one, continue on the other.
  • Invalid Netgate RCC-VE?

    6
    0 Votes
    6 Posts
    2k Views
    C
    It'll keep the serial console enabled on the appropriate port, but yes if your config has a different baud it'll change the baud to that in your restored config. Change that under System>Advanced to 115200 and it'll stay that way. Don't change the loader files manually, they'll go back to your config file's setting eventually.
  • WAN is down

    4
    0 Votes
    4 Posts
    1k Views
    DerelictD
    Without a DHCP server where? Yes, it works fine - some might say it works best - with static WAN IP addresses. A /29 is a nice start.
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • Network Issue

    5
    0 Votes
    5 Posts
    1k Views
    G
    After changing the ip's as suggested and removing the "loop" everything started working like clock work :) thanks allot guys!
  • 0 Votes
    8 Posts
    2k Views
    jimpJ
    Fix the date/time on the pfSense firewall. Go to the console (video, serial, ssh, whatever). Start a shell. Run: pfSsh.php playback generateguicert That will generate and activate a fresh GUI cert for you automatically.
  • Looking for some advise on using pfsense as an OpenVPN gateway

    2
    0 Votes
    2 Posts
    847 Views
    R
    It is. For the first one, you'd have to push a route to the client for that particular website. You can even push it by dns name, but you have to set manually in the installed OpenVPN client's config the allow-pull-fqdn parameter. For the second one, it works out of the box. You'd create two OpenVPN server instances (running on two different ports) for the two types of users. Assign the created server's tun interfaces as pfSense network interfaces, and then you can apply firewall rules to them as usual (for the first one to only allow access through wan, and for the second one allow acess through the second nic lan). You'd have to set up hybrid NAT too, for the first one to access that special site from behind the VPN tunnel.
  • Speed problem when using VLAN tagging with 10 networks on one interface.

    4
    0 Votes
    4 Posts
    1k Views
    C
    The 100baseTX will only be there if you set it there. The only possibility outside of explicitly setting it on that interface that I can think of is this issue where interface assignments with VLAN changes can end up shifting, in which case maybe a VLAN ended up changing assignment to another interface that had 100basetx set, but that doesn't sound like the case. https://redmine.pfsense.org/issues/3209 situation described in: https://redmine.pfsense.org/projects/pfsense/repository/revisions/1c32fb7e988fae89cf2da474778f39bcdd8a8656 Guessing it's more likely you're assigning a VLAN to an interface that had 100baseTX set.
  • WAN issues with pfSense on fiber internet in our office

    8
    0 Votes
    8 Posts
    4k Views
    D
    If the mtu is 4 byte smaller it most likely has to do with the vlan128 you have on the wan. This will be the vlan tag:  Two bytes are used for the tag protocol identifier (TPID), the other two bytes for tag control information (TCI) So this indicates you will have a subinterface 128 on your wan, and the default gateway is .178. I would expect this at the provider side, but you wrote you hit the webinterface of the vigor at that address. The subnet you have with 255.255.255.248 mask has network address 178.x.y.176 and usable adresses are .177 to .182 Normally a default gateway woud be first usable address. (.177) Can you find a static route to 0.0.0.0/0 in the vigor pointing to 178.x.y.177 ? The ip addres the vigor gets via dhcp might only be for fiber to manage the device through.. What you could try with pfsense is to make the wan ip address .178 with subnet mask 255.255.255.248 (in the subinterface 128) You than would need to make aliasses for the public adresses on the wan side, and nat your internal ranges to these aliasses. So 192.168.1.0/24 to .181 192.168.2.0/24 to .180 192.168.3.0/24 to .179 See this: https://forum.pfsense.org/index.php/topic,64387.0/topicseen.html I think you not need that dhcp stuff at all, as the vigor is not longer used.
  • Issue when trying to install pfsense

    3
    0 Votes
    3 Posts
    1k Views
    D
    Oh okay then I will try. Thanks. I will keep you posted
  • Moving PFSense to secondary drive?

    3
    0 Votes
    3 Posts
    899 Views
    F
    @deajan: Hello, as you're using a CF card, you have a NanoBSD setup which won't be of great use if you intend to use Squid or any other disk space hungry plugins. The best advice I can think of is to make a clean install and restore the config file from the NanoBSD install, and then reinstall the packages. Yeah I decided to do that, moving files would most likely cause major issues in the future. Thank you!
  • [Dirty How to] Cloning pfSense hard disk

    3
    0 Votes
    3 Posts
    3k Views
    D
    Thanks for the advice, I know linux can't deal with GEOM and slices as in FreeBSD. The funny part is that CloneZilla is supposed to deal with FreeBSD partition scheme, but can't handle pfSense's one. Anyway, this was my quick and (really) dirty solution to handle my problem in a couple of hours.
  • SG-2440 zero fill disk before install

    11
    0 Votes
    11 Posts
    4k Views
    C
    @shaharhd: I followed this: https://www.netgate.com/docs/rcc-ve-2440/pfsense.html You're fine. The bits weren't technically all wiped from the drive, but your reinstalled OS can't read any of them that remain.
  • SG-2440 mSATA addition

    2
    0 Votes
    2 Posts
    1k Views
    S
    figured out: https://www.netgate.com/docs/rcc-ve-2440/pfsense.html
  • Adding separate var partition to SG-4680 appliance

    3
    0 Votes
    3 Posts
    1k Views
    M
    thanks Divsys the disk usage command screamed that /var/log was the culprit consuming all the free disk space. I will dig deeper and rotate the logs…after Easter. My intention is to move the /var dir to the separate free space partition on the internal mSATA drive. There's plenty of disk space there so why not!? have a great Easter everyone.  ;D
  • Set-up seeing PCIe Gigabit but not motherboard ethernet…

    5
    0 Votes
    5 Posts
    1k Views
    P
    FIXED! Yea….motherboard was same... ;D I took out the PCIe card and ran the live cd again. This time only showed the one PCIe (re0). Thanks for your quick help!
  • PFSense as a Captive Portal in a Virtual Machine Guest

    5
    0 Votes
    5 Posts
    2k Views
    DerelictD
    You will probably need a managed switch to do this with one physical interface. I don't get it though. With only one NIC how are you connecting both the AP and the modem?
  • Migrating from 2.1.4 on old hardware to 2.2.6 on new(er) hardware

    4
    0 Votes
    4 Posts
    1k Views
    DerelictD
    The packages should reinstall but will take more time. System > Tunables will migrate in the config. You'll want to manually copy loader.conf to the new system. Restoring a full backup and restoring a config file to a new install are two different things.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.