• 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
    455 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
    209 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
    295 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...

    dns connectivity
    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
    784 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
    358 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
    540 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
    860 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 !
  • Simple Firewall/OpenVPN/CARP/NAT/Hairpin/VLAN/Loopback question

    1
    0 Votes
    1 Posts
    292 Views
    No one has replied
  • ASK Configurariont Interface /29 prefix

    3
    0 Votes
    3 Posts
    390 Views
    J
    Thanks dotdash for the answer. My firewall is not yet in production, I will test your information and I will return it soon. Once again, thank you for your kindness.
  • How to limit UDP datagram size?

    6
    0 Votes
    6 Posts
    3k Views
    M
    Hello team. Short update: it looks like the "net.inet.udp.maxdgram" is actually doing what I expected it to do. I double checked my lab layout and I found a piece of incorrect configuration. With the lab correctly setup, I can see that in case "net.inet.udp.maxdgram" is larger than my 3.1kb made up record, the DNS response from the auth server is one large UDP frame in case "net.inet.udp.maxdgram" is smaller, the communications switch to TCP. So, net.inet.upd.dgram seems to be the way to go. Thank you all for your attention, my best wishes of a good weekend to you all. Manuel
  • want to add netgate sg1100 to network that already has a router

    6
    0 Votes
    6 Posts
    1k Views
    stephenw10S
    Yeah, you can't really do that. One solution here would be to put the SG-1100 on a different subnet on a different interface on the Watchguard. That way all clients in LAN trying to reach it (or coming from it) will send their traffic to the Watchguard as their default gateway and it will route the traffic to the SG-1100. The traffic takes the same route in both directions, there is no asymmetry. Effectively that is creating a transport subnet for the SG-1100 (and any other router) to reside on. As long as you only have routers and no hosts in the transport subnet you will probably be OK. Steve
  • Restart Captive Portal service from command Line Pfsense 2.4.4

    6
    0 Votes
    6 Posts
    1k Views
    L
    Thanks again.. the solution posted by @jimp worked for me!
  • WAN blocking rule alias change reload client OpenVPN tunnels

    2
    0 Votes
    2 Posts
    296 Views
    stephenw10S
    I would not expect that unless that alias is somehow in use somewhere else.
  • pfSense in AWS not working

    4
    0 Votes
    4 Posts
    540 Views
    stephenw10S
    It looks like the WAN might not be set to dhcp which every interface has to be in AWS. Can you connect from the LAN? From another VM in the LAN perhaps? What was the last change you made? Otherwise I would probably just remove it and re-deploy. It's likely to be quicker than anything else. Steve
  • [SOLVED] Avaya IP Office v9 remote site phone failing

    18
    0 Votes
    18 Posts
    3k Views
    L
    @stephenw10 Based on the idea you had about why I needed that rule at all, I went ahead and disabled that rule. Everything seems to still be working just fine. Guess that's what happens when you follow some guides on how to do things. The guide I followed was accurate to get the forwarding to work properly, but it was also why I added that NAT rule. If you can, can you update the title of this thread to include [SOLVED] in it, just in case anyone else runs across this. Thanks again for help. :)
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.