• PF Sense issue?

    1
    0 Votes
    1 Posts
    291 Views
    No one has replied
  • 0 Votes
    31 Posts
    4k Views
    johnpozJ

    @bmeeks said in Using pfSense as firewall and Windows Server as DHCP and DNS server (re-hash):

    Don't use your public domain for your private Active Directory domain.

    This is so true... I just had to help a buddy work through an issue related to this at his new job. Their public site moved to a new hoster, and the new hoster had a redirect for www.domain.tld to domain.tld

    While they had setup in their proxy for www.domain.tld to go via the proxy, domain.tld was direct so they could get to local resources.. Well guess what that broke with that redirection the new host setup..

    Simple solution was them to have the host turn off redirection, so when your in the office you had to use www.domain.tld but if out on the public you could use www.domain.tld or domain.tld and get to the site.

    it is not a good idea to use the same domain externally as your going to use internally.. Either use a different tld, so domain.com outside and domain.net internally or sub domain domain.com external and say local.domain.com internally, etc.

  • Host is transmitting and unreachable

    4
    0 Votes
    4 Posts
    614 Views
    I

    Interesting update.

    I put a workstation onto VLAN 12 to watch what is happening.
    After 30 minutes it seems to "drop" off the network, but it actually looks like it is dropping the gateway. The workstation I put onto VLAN 12 can still reach the NAS and obviously ping it.

    Using pfsense's "ping" tool, I can try to ping the NAS from the source address of the VLAN and it results in 100% loss. So pfsense can't see it.

  • `response-ip` settings in unbound - missing respip module

    1
    0 Votes
    1 Posts
    420 Views
    No one has replied
  • DHCP declines DHCP requests every day at 5am

    8
    0 Votes
    8 Posts
    519 Views
    A

    @gertjan this is a desired behaviour: vtnet1 has only static dhcp entries. that is quite fine. but vtnet0 has free ip addresses and should answer it (it even has static dhcp entries for that mac).
    it is ok that some devices might have a bad DHCP implementation. for this case it seems to occur by accident to some devidces. so there are times when even my mobile phones (androids) don't get an IP address (all my clients receive an ip address by DHCP server except the servers (proxmox host with VMs running nextcloud, freepbx, pfsense etc.).

    regards,
    andre

  • WiFi Router service dnsmasq to upstream pfSense

    3
    0 Votes
    3 Posts
    308 Views
    A

    @viragomann Ok, thank's

  • Static Address ARP IP/MAC Flapping - Syslog

    7
    0 Votes
    7 Posts
    480 Views
    RobbieTTR

    @johnpoz said in Static Address ARP IP/MAC Flapping - Syslog:

    @robbiett
    nothing on my network does this.. So I don't have a easy way to test it.. I don't have anything bonded in my nas.. I use to use smb3 multichannel for better speed, but I just setup each interface with their own IP.. So there was never any moving of or announcement of IP on different interface like what can happen with that adaptive loading setting.

    I have since then moved on to just using a single 2.5ge interface to break the 1 gig barrier, etc.

    I do have IPs set on both interfaces of the RS819 but the thoughts on using smb3 multichannel may have unlocked part of the mystery. One of my other Syno units (RS217) does have multichannel set and does not display the same behaviour.

    One of the side-effects of using smb3 (at least on Syno) is that the ports remain at 1GbE when the unit is 'off' [ports 17 & 18 below] so perhaps that stabilises things. Without multichannel set they drop to 100 MbE when 'off' as shown on ports 19 & 20 - which is the unit that has the odd behaviour:

    2023-03-29 at 19.04.24.png

    I agree that having servers running at greater than 1GbE makes things much simpler and I have a couple running on single 10GbE links on the blue ports above. It will be a few years yet before the last 1GbE servers tumble from my network though.

    I'll configure the RS819 for multichannel and see if it changes things.

    ☕️

  • Basic question about using Unbound to always_nxdomain

    7
    0 Votes
    7 Posts
    863 Views
    S

    @gertjan I'm talking about config files.

    I mentioned BIND above and stub zones. I think context let's you know I know what an Authoritative server is. I also talk about using Unbound and BIND in conjunction. Indicating I know they each serve a different purpose. Otherwose, why would I have both? :) Also, talking about nxdomain typically let's you know a person knows what recursive DNS is.

    I Googled where the config was earlier for pfsense. When installing Unbound on an actual full OS - you get a directory and the config looks for *.conf in that directory.

    My overall issue was just needing to know where the config was in regard to pfsense because I knew it wasn't going to be /etc/unbound. And knowing how pfsense handled config entries out of the box. Whether it used a separate config, the main config, or something else.

    Thanks for the reply. Appreciate your time.

  • DNS Resolver Access List using Aliases?

    1
    0 Votes
    1 Posts
    234 Views
    No one has replied
  • DHCP server for remote networks

    4
    2 Votes
    4 Posts
    1k Views
    E

    I raised a similar topic back in 2021 or so. This would be a really nice feature of the pfSense.
    Since all my networks behind a l3 switch, there are also other functionalities that are not working such as pfblocker etc.

  • DDNS with /23 network possible with DHCP from a pfSense router?

    1
    0 Votes
    1 Posts
    277 Views
    No one has replied
  • pfsense can resolve internal servers, except for the internal DNS servers

    2
    0 Votes
    2 Posts
    378 Views
    S

    @admrm pfSense doesn't know about local DNS unless you set up a domain override, which will forward all queries for AD to the server(s) listed in the override. A host override will work for the domain itself but not PCs or other entries in AD DNS (inside the AD domain).

    The General tab is for pfSense itself to make DNS queries, which is different than devices querying pfSense for DNS.

    Edit: DNS issues on Windows can be sporadic because Windows does not query DNS in order, it uses the last known good DNS first. So it can adjust ordering if it tries to query while an AD DNS server is rebooting for example.

  • DHCP service stopping

    1
    0 Votes
    1 Posts
    253 Views
    No one has replied
  • DNS resolver stops working after a while

    3
    0 Votes
    3 Posts
    749 Views
    GertjanG

    @etoel said in DNS resolver stops working after a while:

    Is the added suffix the problem? If so how do I get rid of it?

    The problem is ..... we - that is you me and nearly everybody else is doing it wrong.

    Launch this in a pfSense SSH or console :

    tail -f /var/log/pfblockerng/dns_reply.log

    Now you have a nice view on what the resolver does.

    On a 'dos' command prompt, do a

    nslookup google.com

    You will see 2, 3 requests for google.com in the log, the first with the "Connection-specific DNS Suffix" appended.

    Now, again :

    nslookup google.com.

    Did you see the dot at the end ? That is the correct way of spelling a host name.
    Now, nslookup will not insist by adding the local "Connection-specific DNS Suffix". As the final dot means : this is the end, nothing comes after this. You'll see just on or two google.com. DNS requests in the log. No more "Connection-specific DNS Suffix" added.
    One, or two, A and/or AAAA is asked.

    Btw :
    Enter nslookup without options, and then type help + enter.
    Type set d2 + Enter

    and now do a test again, like
    google.com

    and now you can see what happened as you have debug mode level 2 activated..

    Btw : I'm running 23.01 and 4100 (that's a small 6100 ;) ) - with the latest pfB 3.2.0_3.
    Resolver settings are 'vanilla', which means I'm resolving.
    My DNS resolver never dies on me.
    Btw : DNSSEC is activated. Works great ..... I guess, as I never noticed an issue.

  • Resolve Hostnames on multiple (V)LANs

    2
    0 Votes
    2 Posts
    561 Views
    karsten-heckK

    UPDATE

    By searching for similar Topics I ended up in this pretty interesting thread: https://forum.netgate.com/topic/141647/dhcp-not-registering-hostnames-in-dns/10

    So I just cat /var/unbound/host_entries.conf while two clients were connected. There I could not find any hint of the domain names set via services > DHCP Server > domainname (respective tab for each interface)

    From the absence of any Entries there I subsume that the behavior I am seeking is not provided?

  • Client VPN and IP leaking

    7
    0 Votes
    7 Posts
    572 Views
    A

    @viragomann said in Client VPN and IP leaking:

    How does the client route the traffic? Does it set the default gateway or only route partially? My question how to check ! But without VPN on client side , DNS leak test show me my IPS address is it normally with my above settings?

  • Setting DHCP reservation and hostname together

    3
    0 Votes
    3 Posts
    525 Views
    M

    @johnpoz Thanks. I missed the "register static" checkbox . It works now !

  • Random & intermittent network slowdowns and connection issues

    1
    0 Votes
    1 Posts
    238 Views
    No one has replied
  • 23.01 DHCPv6 not working?

    8
    0 Votes
    8 Posts
    757 Views
    A

    @johnpoz Yes, sorry. Feel free to edit the original subject.

    This was effecting

    23.01-RELEASE (amd64)
    built on Fri Feb 10 20:06:33 UTC 2023
    FreeBSD 14.0-CURRENT

  • DynDNS only updates the first client/entry?

    1
    0 Votes
    1 Posts
    211 Views
    No one has replied
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.