• Error when accessing website from within network

    Moved
    11
    0 Votes
    11 Posts
    976 Views
    stephenw10S

    Yup split DNS is a better solution here.

    https://docs.netgate.com/pfsense/en/latest/nat/accessing-port-forwards-from-local-networks.html

    Steve

  • Install mc on PfSense with error

    4
    0 Votes
    4 Posts
    802 Views
    provelsP

    Big fan of WinSCP here, for file moving and editing from a client. Just enable SSH on FW.

  • Custom config VPN failed

    13
    0 Votes
    13 Posts
    3k Views
    stephenw10S

    Nice, good catch! 👍

  • This topic is deleted!

    3
    0 Votes
    3 Posts
    14 Views
  • This topic is deleted!

    3
    0 Votes
    3 Posts
    47 Views
  • Radius Authentication issues when using ÆØÅ

    6
    0 Votes
    6 Posts
    1k Views
    jimpJ

    Ran some tests on this a few different ways this morning. It appears to work fine when pfSense is set to use PAP or MD5-CHAP to the server, but fails when using MSCHAPv1 or MSCHAPv2. I've tried a few different ways to encode the values (UTF-8, UTF-16) and in varying places around the auth request but no luck so far.

    It works using any method I've tried with radtest at the CLI, so it appears to be an issue either in the PHP RADIUS code (PEAR modules for Auth_RADIUS or the CHAP specific module(s)) or how it's called when pfSense forms auth requests with these types of passwords.

    I created https://redmine.pfsense.org/issues/10352 to track it down eventually but at least at the moment I'm not seeing anything that looks like it would be a quick fix.

  • Intermittent Problems Reaching Anything Beyond pfSense Firewall

    33
    0 Votes
    33 Posts
    5k Views
    stephenw10S

    The most common way people add a LAN gateway by mistake is if they add a new internal interface in the webgui or they set a new IP address on the existing LAN from the console menu. In both those situations you are presented with an option to add a gateway. There is text guidance explaining that only 'WAN' type interfaces should have a gateway but it's easy to think you are entering the gateway clients should use and add the LAN IP as a gateway. That's incorrect but we see a lot of people do that. 😉
    Only WAN interfaces should have a gateway defined on them directly. That is adding a gateway for the firewall itself not a gateway for clients to use. pfSense uses the presence of a gateway on an interface to identify it as a WAN and will add automatic outbound NAT rules to it.

    Steve

  • 0 Votes
    2 Posts
    334 Views
    B

    I've managed to get the OpenVPN connected now. It appears the issue was at the OpenWRT/OpenVPN end (due to my inexperience with it).

    I didn't use the bare config file but rather the "wizard" (if you can call it that, its more of a text entry box). This is the correct config needed on the OpenVPN end:

    option dev 'tun' option keepalive '10 60' option verb '3' option persist_tun '0' option persist_key '0' option port '1194' option auth 'SHA256' option cipher 'AES-128-CBC' option enabled '1' option secret '/etc/openvpn/dcvpn.key' list route '10.94.43.0 255.255.255.0' option ncp_disable '1' list remote '12.64.66.45' option comp_lzo 'yes' option ping_timer_rem '1' option proto 'udp' option ifconfig '10.94.32.2 10.94.32.1'

    And pfSense:

    verb 1 dev-type tun dev-node /dev/tun2 writepid /var/run/openvpn_server2.pid #user nobody #group nobody script-security 3 daemon keepalive 10 60 ping-timer-rem persist-tun persist-key proto udp4 cipher AES-128-CBC auth SHA256 up /usr/local/sbin/ovpn-linkup down /usr/local/sbin/ovpn-linkdown local 12.64.66.45 ifconfig 10.94.32.1 10.94.32.2 lport 1194 management /var/etc/openvpn/server2.sock unix route 10.94.48.0 255.255.255.0 secret /var/etc/openvpn/server2.secret compress lzo
  • 192.168.1.0 to 192.168.2.1

    Locked
    6
    0 Votes
    6 Posts
    1k Views
    GertjanG

    @linkn said in 192.168.1.0 to 192.168.2.1:

    ......
    and I'm on the [192.168.2.1] network, how do I want to reinstall it?

    Please, do not revive 5 years old posts that have nothing to do with your question.
    If you want to know (learn) something, you should read first, and for a long time.
    After all the questions answers from others, the huge manual - pfSense has a manual - and thousands of video's on Youtube with every imaginable solution for any possible question, consider asking a good, detailed question.

    Btw : using a LAN interface with a 192.168.2.1/24 setup is just fine - I'm using one right now. It's just perfect.

  • Problems with pfSense + Icecast Server

    2
    0 Votes
    2 Posts
    450 Views
    stephenw10S

    How do you have pfSense configured here? Is it just routing between those subnets? Is there any NAT happening?

    What is the default gateway clients in the 192.168.1.X subnet? 192.168.1.1?

    Does that have a static route to 10.10.1.X via the pfSense WAN IP?

    It sounds like you have some asymmetric routing happening. You may see blocked traffic in the pfSense firewall log if so.

    Steve

  • Cannot install/update packages on fresh install

    11
    0 Votes
    11 Posts
    4k Views
    stephenw10S

    @hwcltjn said in Cannot install/update packages on fresh install:

    traceroute files00.netgate.com

    That also fails for me in exactly the same way but I am able to update packages.

    It succeeds if I traceroute using ICMP though: traceroute -I files00.netgate.com

    Steve

  • How to set boot up display resolution ?

    6
    0 Votes
    6 Posts
    2k Views
    jimpJ

    Did you install this using ZFS? Did you use GPT or MBR?

    If it's booting EFI, you might also try this in /boot/loader.conf.local:

    efi_max_resolution="1280x800"

    Or something lower like 800x600 in either that or my previous example.

    Lastly you might also try this form for /boot/loader.conf.local:

    exec="gop set 3"
  • Maximal openvpn p2s connections

    2
    0 Votes
    2 Posts
    208 Views
    jimpJ

    There is no limit from the software. The only limit is your hardware. The primary limitation will be total throughput. Secondary to that will be RAM since each user connection will require more memory. We don't have any definitive quantification of those values, however. OpenVPN may have them published somewhere.

    Also for remote access VPNs with user authentication, the pfSense user manager isn't geared well toward large numbers of users. For that kind of scenario, consider using an authentication server. FreeRADIUS on pfSense may be slightly better here, but optimally it would be an authentication server behind the firewall on another device. Something using FreeRADIUS backed by a database (e.g. DaloRADIUS) or LDAP (e.g. slapd), AD, etc.

  • [SOLVED] How can I write to system.log from a shell script?

    3
    0 Votes
    3 Posts
    294 Views
    G

    @stephenw10 Thanks - that is exactly what I need!

  • NTP server, no localhost?

    7
    0 Votes
    7 Posts
    1k Views
    Q

    Thanks Steve. I don't see one so created one under Issue #10348.

  • I Think This is a DNS Issue...

    9
    0 Votes
    9 Posts
    2k Views
    stephenw10S

    Yes it will return anything that's defined locally directly. So host overrides and dhcp leases if you have that enabled.

    Steve

  • pfSense not saving any changes

    3
    0 Votes
    3 Posts
    778 Views
    stephenw10S

    If you are seeing the password option when you go to the user manager it's because you are using an admin account that is not actually admin and hitting this bug: https://redmine.pfsense.org/issues/9541
    There is a patch but you can just manually go to the user manager url as shown there.

    If all changes you make don't report errors but also don't seem to apply you almost certainly have the User - Config: Deny Config Write permission set on your account.

    Steve

  • Certificate issue using git from outside the network

    4
    0 Votes
    4 Posts
    357 Views
    stephenw10S

    I you're only using the reverse proxy in order to host several sites at one IP address couldn't you just port forward 9418 to the server and use git directly for this?

    Steve

  • Multiple interfaces seeing each other

    5
    0 Votes
    5 Posts
    527 Views
    RicoR

    Depending on what you run on this Server, maybe building a DMZ would be a good option for you...now when you have two subnets anyway. ☺
    There is a GREAT hangout done by jimp on Creating a DMZ: https://www.netgate.com/resources/videos/creating-a-dmz-on-pfsense.html

    -Rico

  • LDAP TLS certificate auth didn't work on leap day

    7
    0 Votes
    7 Posts
    845 Views
    C

    We had another brief instance today where pfsense stopped authenticating over LDAP, so I can rule out leap-day shenanigans. My best guess is that our virtual infrastructure is doing something funky during backups. I have idea idea why that would cause a problem that persisted for hours last time, but only a few minutes today, but I think it's safe to rule out pfsense.

    Thanks for your help @jimp !

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