• Terrapin SSH Attack

    Pinned
    33
    16 Votes
    33 Posts
    24k Views
    STLJonnyS

    @willowen100 It basically forces your ssh (on the Windows side) to utilize that encryption algorithm. You'll need to do that on any machine you ssh from.

    I'd have rather found a more elegant workaround (preferably on the pfSense side, so the mod only has to be done in one location), but this works in a pinch.

  • pfSense Hangouts are available on YouTube!

    Pinned Locked
    1
    5 Votes
    1 Posts
    11k Views
    No one has replied
  • Share your pfSense stories!

    Pinned Moved
    76
    0 Votes
    76 Posts
    52k Views
    V

    Mine may be typical, maybe not.....
    Took over a large sennior living facility with a pretty robust it infrastructure spread between 4 IT rooms, 23 access points, 12-14 switches, and 200 internal devices and 200 guest/resident devices, all being run by a Sonicwall TZ350. I had been wanting to reallign everything network wise for some time but the TZ had 2 ports that were failing. I had worked with ClearOS from back in the ClarkConnect days and started searching for something similar. I found PfSense and it just fit what I wanted to do.
    I tested it a bit on an old Athalon64x2 rig for proof of concept and had planned on installing on a mini pc or something, but I wanted 6 nics. Standing in my main IT room I looked down and in the bottom of the rack were 4 HP DL380s, 2 of which were decommissioned 2 years ago. It's such huge overkill for hardware that it's hard to explain, but who wouldn't want redundant power supplies, raid 60 with 25 drives and remote system monitoring through ILO? lol

    I spun one up and loaded PfSense and started tweaking. 2 weeks ago I switched over and have been working out gremlins since.. Overall it's gone well, just one snag that a couple members here have been very kind in helping me work out. Thank you to this page for all the help.

    pfsense1.png

  • KIA DHCP

    5
    0 Votes
    5 Posts
    41 Views
    stephenw10S

    What OS are you using in the client VM?

  • Schedule a reboot?

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • SG-2100 unresponsive after powering down nearby Synology NAS

    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • SG-2100 MAX WARNING: DTB version is 6.4 while kernel expects...

    1
    0 Votes
    1 Posts
    10 Views
    No one has replied
  • pfBlocker GeoIP rules getting confused ?

    1
    0 Votes
    1 Posts
    9 Views
    No one has replied
  • Netgate 6100 using 2.5Gbe port for WAN?

    11
    0 Votes
    11 Posts
    136 Views
    stephenw10S

    I have seen it happen in the past when the change is initially made. Somehow the dhcp server is still running on the interface. But not for a while and not beyond the initial switch.

  • 0 Votes
    16 Posts
    263 Views
    stephenw10S

    Well from what we've seen here it is googles fault. Cogent is not preventing you use other DNS servers. What's happening is that Google's servers detects you are resolving DNS from a different location than you're are sourcing requests and flags the connection as suspicious in some way requiring additional screening. The same way that some sites will do that for VPN connections. A "DNS leak" is one way sites detect it. The interesting thing is that they only flag the Cogent connection that way.

    One other thing you could do VPN all your traffic over the Cogent WAN to the same location you are resolving from.

    But I would at least try resolving locally first since that would also set the DNS and source IPs to match. With DNSSec enabled you can be pretty confident in the results. Using DoT really just outsources your trust to cloudflare.

  • BGW320-500 set up without passthrough....problems?

    10
    0 Votes
    10 Posts
    271 Views
    AndyRHA

    @BigTulsa Exactly. Allows me to run with 1 less piece of equipment and a few less cables. XGS-pon on one end and regular 10Gb SFP on the other end. My 7100 is happy with it. It does get hot, so I have a 20mm USB powered fan cooling it. Now I have a use for one of the USB ports on the firewall. 😀

    You do need to keep the ATT router ready to power up, it would be best if it is up if you have a problem.

  • How to handle Telnet access to industrial control appliance

    8
    0 Votes
    8 Posts
    121 Views
    N

    @stephenw10 Excellent thank you.

  • using pfSsh.php to set user authorized_keys

    4
    0 Votes
    4 Posts
    310 Views
    T

    24.11 changed something. New code:

    $username = 'foobar'; $user_item_config = getUserEntry($username); $usernum = $user_item_config['idx']; $user = &$user_item_config['item']; $user['authorizedkeys'] = "base-64-encoded-string-here"; config_set_path('system/user/'. $usernum . '/authorizedkeys', "base-64-encoded-string-here" ); write_config('edited SSH public key for user foobar via pfSsh.php'); local_user_set($user);
  • pfSense updates & Package Manager not working correctly

    Moved
    12
    0 Votes
    12 Posts
    116 Views
    stephenw10S

    Usual suspects are some browser plugin blocking a script or similar. Though I've never seen that particular behaviour before.

  • Why IPv6 DNS server on dashboard, when no IPv6 used?

    10
    0 Votes
    10 Posts
    93 Views
    M

    @johnpoz Ok, thank you. So to avoid any possible side effects by doing some exotic settings mentionned in your post, I decided to follow the "ocd monkey gone with simple click" suggestion.

    Thank you all.

  • Can the "Auto Configuration Backup" Device Key be recovered from the CLI?

    5
    0 Votes
    5 Posts
    79 Views
    GertjanG

    @dutsnekcirf said in Can the "Auto Configuration Backup" Device Key be recovered from the CLI?:

    how should I copy that directory back onto the box from my usb drive?

    Install pfSense using the installer.
    Accept all values 'by default', so you can go as fast as possible.
    As soon as the GUI becomes alive, login, and import the latest backed up config.
    Have it reboot - and during reboot it will set up your LAN 'as before' a,d your WAN 'as before' - and all interface if you had any.
    Because WAN is now fully operational and you had probably some packages installed, it will fetch them, and set them up. This can take a minute or two.
    When that's done, for good manner, from the GUI, do a fill reboot again.

    If you really want to, you an now insert the USB drive with all the files have kept on it, mount the USB drive, and copy (/cf/conf/backup - see below) them in place.
    Just keep in mind : check what happens afterwards. Normally, the files located in /cf/conf/backup/ are maintained by pfSense. Dono what happens when you copy files in there.
    The content of /cf/conf/ : don't touch / add / remove anything from that place, let pfSense handle it.
    Or create a new folder below the /root/ folder, and put them there.

    Or don't copy anything, keep the saved files on another place, like the USB drive, as that will be the best place : not on pfSense itself, but another device.

  • 0 Votes
    3 Posts
    50 Views
    jimpJ

    The only way to do that securely is multiple servers, one per "group" based on what they should be able to access. Ideally each with a separate CA and unique TLS key.

    Static addresses can work but you also can't necessarily guarantee OpenVPN wouldn't assign an IP address to a client randomly that you have set static -- it doesn't do reservations like that.

    Per-user rules from RADIUS could work but it's a lot more complicated to setup and maintain, and harder to troubleshoot.

  • 0 Votes
    2 Posts
    41 Views
    stephenw10S

    @briddle said in Older devices have MUCH slower download than before upgrading pfSense device and child switch:

    is now seeing only 95 Mb/s down

    That says there is very likely something in the route linked at 100M. Some switch port, maybe a bad cable etc. Maybe the client devices directly.

    But that number is too close to 100M to rule out. Check all the links between the 6100 and client.

  • getting frustrated I cant Post my Question Akismet

    13
    3 Votes
    13 Posts
    176 Views
    GertjanG

    @Patch said in getting frustrated I cant Post my Question Akismet:

    but from a forum reader perspective that would be a disaster.

    Don't forget the forum owner ^^
    Do you really want them to hire xx extra people just to dig trough the daily list of forum posts ?

    @comet424 said in getting frustrated I cant Post my Question Akismet:

    cuz that akismet you cant read up

    And that's actually not a bad thing.
    If I could see how "it's done", then some one else can do that also.
    5 minutes later this forum, and many others becomes a porn depot.
    1 day later Netgate will have to stop hosting a public freely accessible forum.
    Not only Netgate btw, but actually every big forum out there.

    @comet424 said in getting frustrated I cant Post my Question Akismet:

    .... like the government

    Askimet isn't a free service.
    If forum owners use it, pay for it, and start to loose legit forum users, then they will adapt their usage profile, and even stop using if there are to many false positives.

    Imho : check your own 'profile' : from where are you posting ? What ISP ? What IP ? etc. As they are not all treated (listed) equal.
    Be aware that using a VPN is great .... but these are used, by definition, by other clients that have something to hide. That simple fact can be used against you.
    A VPN that will just work for you is : the one you create yourself on your own server. Maybe not a server hosted in the amazon cloud. The server IP, with some luck, isn't tainted (known to be used for scam stuff in the past) so you're good : it's only you using this IP so nothing can happen, it won't get flagged / listed.

  • Unknown DHCP ping

    36
    0 Votes
    36 Posts
    755 Views
    johnpozJ

    @deleted the manual I found had a disable option - not sure if for same version of ipmi you are running.. But with that setting of dhcpv6 - I would expect it to yeah send out dhcpv6. Its like yours is missing the disabled option

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.