• Warning - pfSense MAC Spoofing Might Permanently Change MAC Address

    8
    0 Votes
    8 Posts
    5k Views
    stephenw10S
    Yes the re(4) driver should show that too. Though if the BIOS reads it as the spoofed address I would expect the boot log to reflect that also: [2.4.3-RELEASE][admin@apu.stevew.lan]/root: dmesg | grep re0 re0: <realtek 8111="" 8168="" b="" c="" cp="" d="" dp="" e="" f="" g="" pcie="" gigabit="" ethernet="">port 0x1000-0x10ff mem 0xf7a00000-0xf7a00fff,0xf7900000-0xf7903fff irq 16 at device 0.0 on pci1 re0: Using 1 MSI-X message re0: ASPM disabled re0: Chip rev. 0x2c000000 re0: MAC rev. 0x00200000 miibus0: <mii bus="">on re0 re0: Using defaults for TSO: 65518/35/2048 re0: Ethernet address: 00:0d:b9:37:30:10 re0: netmap queues/slots: TX 1/256, RX 1/256</mii></realtek> The rtl8111 chip is vey common (presumably because it's cheap!). There must be something special about your card, or broken. It would be interesting to see the pciconf output showing the actual chip used there. [2.4.3-RELEASE][admin@apu.stevew.lan]/root: pciconf -lv | grep re0 re0@pci0:1:0:0: class=0x020000 card=0x012310ec chip=0x816810ec rev=0x06 hdr=0x00 However I'm not sure there's a huge amount we can do here. Steve
  • New Install, No Internet Issue using Virgin Media (cable) modem

    14
    0 Votes
    14 Posts
    2k Views
    M
    @tim.mcmanus: If pfSense is getting an IP address on the WAN interface, the system is on the network.  If it cannot get upstream from there, the issue may be with the next device upstream. pfSense has an IP address and a traceroute fails from pfSense indicates to me that either the DHCP configuration is wrong, or the upstream device is not allow traffic from pfSense. If I add a USB network adapter as the WAN device, it all starts working immediately. I'm thinking it's hardware.
  • 0 Votes
    9 Posts
    4k Views
    D
    Several switching of branch back and forth helped…
  • Installing PFSense with DDWRT + PIA

    2
    0 Votes
    2 Posts
    607 Views
    A
    You could have pfSense set up with PIA and then run the Linksys as an access point only. Do a search, there are several guides on how to set that up.
  • 0 Votes
    5 Posts
    1k Views
    stephenw10S
    Hmm, you should not have to force the speed/duplex unless the other side is set to fixed. Sounds like you may have some issues with those bge ports. I would start thinking about swapping them out when you can. Better to have a plan in place if any of them fail again. Steve
  • MOVED: Probleme de processeur lors de l'installation de Pfsense

    Locked
    1
    0 Votes
    1 Posts
    229 Views
    No one has replied
  • Updating on top of Netgate/ADI install images

    3
    0 Votes
    3 Posts
    617 Views
    A
    Thanks, that's what I assumed but nice to have confirmation.
  • FpSense Upgrade Score 0 out of 4 - why?

    3
    0 Votes
    3 Posts
    823 Views
    L
    Thank you! I'll bookmark this page and go through those items next time I attempt and upgrade and it fails.  :)
  • No WAN detected from static IP from ISP

    8
    0 Votes
    8 Posts
    1k Views
    O
    Looks like I spoke too soon. I did some config, couldn't get it working, and then reverted back to a saved config which was working. Rebooted pfsense and modem, and No WAN. I set a static IP on the WAN and gateway. [image: pfsensewan4.jpg] The more I'm setting routes, the more confused I get. It's giving me inconsistent results. I actually reverted once and got it working, ran into this problem below, and reverted back now, and back to this problem. https://forum.pfsense.org/index.php?topic=147909.0
  • Add protocol selection to radius server configuration for pfSense 2.3.5

    2
    0 Votes
    2 Posts
    478 Views
    jimpJ
    No. Use 2.4.x for new features.
  • 0 Votes
    6 Posts
    1k Views
    GertjanG
    Hi, Now you have secured your "can go back in a snap", try a complete fresh install.
  • Upgrade 2.4.3 -> 2.4.3_1 - no download?

    1
    0 Votes
    1 Posts
    697 Views
    No one has replied
  • Upgrade resulted in loss of GUI

    4
    0 Votes
    4 Posts
    790 Views
    GertjanG
    Upgrade from what version ? "2.3" as a reply isn't enough, knowing that "2.3" might be a "32 bit" version, and "2.4.x" is "64 bit" only, which means a simple upgrade will not work. A re-install - 5 minutes more work - will be needed. edit : PHP ERROR: Type: 64, File: /etc/inc/config.inc, Line: 51, Message: require_once(): Failed opening required 'Net/IPv6.php' (include_path='.:/etc/inc:/usr/local/www:/usr/local/captiveportal:/usr/local/pkg:/usr/local/www/classes:/usr/local/www/classes/Form'). Is there a method to resolve this and return to the GUI interface Use the quick and clean method : Consider system broken. Enter console, and grab a copy of the config file (it's here : /conf/config.xml ). After that, download a fresh copy of pfSense and re install. As soon as it is up - the GUI will work on LAN, import the config, restart and you're ok.
  • New install - Access from WAN

    5
    0 Votes
    5 Posts
    854 Views
    J
    Generally, we don't want appliances to be directly exposed to the internet for security reasons.  pfSense is great, but it's better to add another layer of protection in case there's some vulnerability discovered some day that lets hackers get into your exposed pfSense.  I do remote access all the time, but I use the built-in OpenVPN to connect to pfSense over the internet, then log into the pfSense web GUI through that.  Slightly more effort but much safer.
  • New Hyper-V VM using config.xml from another VM

    3
    0 Votes
    3 Posts
    713 Views
    J
    @mircolino: I have a pfSense 2.4.3 generation 1 Hyper-V VM running on Windows 2016. Wanted to try to migrate to generation 2 VM. What is the best way to do it? Hyper-V doesn't support USB memory sticks. So I tried copying /config/config.xml from the gen1 VM to a USB hard-drive and added that to the gen2 VM along with the installation DVD/ISO. The installation however fails to find the config.xml file and proceeds to ask me to reinitialize pfSense from scratch. Any other way I can do this? Not super familiar with freebsd. From the installation shell could I mount the HD and copy the config.xml somewhere where it would be found? I wanted to do the same thing, but eventually just went with stephenw10's solution.  During the installation, I just went with the default options.  As soon as I could log into the GUI, I went to Diagnostics > Backup & Restore, and uploaded the config file there.  I believe the end result is the same.
  • Pfsense keeps restarting

    4
    0 Votes
    4 Posts
    1k Views
    GertjanG
    This file /var/log/dmesg.boot Or enter SSH : option 8, and type dmesg I hope you have the time to do so before it reboots.
  • Restoring Configuration to new install on new box

    3
    0 Votes
    3 Posts
    581 Views
    G
    stephenw10, Thank you very very much indeed. Your assistance solved my problem. Thank you so much.
  • 0 Votes
    1 Posts
    261 Views
    No one has replied
  • Openvpn not working after pfsense config import to new install

    2
    0 Votes
    2 Posts
    522 Views
    stephenw10S
    Do you see anything logged in the OpenVPN log when clients try to connect? The 'TLS handshake timeout' just means that the server didn't respond at all so it either didn't receive the traffic from the client, refused the connection or tried to reply but couldn't. The logs should show which. Not receiving the traffic from the client because something in the route is blocking it would be my guess. Steve
  • Update to 2.4.4 now not booting

    4
    0 Votes
    4 Posts
    903 Views
    C
    Hi - it's a mystery why the box was offering to upgrade to 2.4.4 … Anyway, I found another post where the person had a very similar experience and followed the instructions here: https://forum.pfsense.org/index.php?topic=138921.0.  It took half a dozen reboots to get to the splash screen, by which time the last good configuration had been overwritten so I had to install the complete 2.4.3 and then restore from an old backup .xml that I had saved to disk. Thank you for all the replies
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.