• Pf214 can't configure DHCP to update DDNS

    1
    0 Votes
    1 Posts
    630 Views
    No one has replied
  • DNS-rebind attack detected - who asks for it?

    11
    0 Votes
    11 Posts
    6k Views
    jimpJ
    For future reference, if you need to track down who is making a specific query, you need only put "log-queries" into the DNS Forwarder advanced options. Then the resolver log will contain all DNS queries along with the IP addresses which made the requests, for example: dnsmasq[19543]: query[AAAA] packages.pfsense.org from 127.0.0.1
  • DNS Forwarder error

    7
    0 Votes
    7 Posts
    1k Views
    N
    @johnpoz: And are you appending what they suggest?  Say something like? something like regexi ^(http://www.google../search?.) \1&safe=active regexi ^(http://www.google../images?.) \1&safe=active to do the rewrite of the url? I used the above mentioned regular expression in rewrite option available in Services->Proxy Filter, but the result is same. Safe search was not enabled in google. @johnpoz: Are you blocking https searches? I have enabled SSL filtering option in Proxy server and due to which every HTTPS website gets blocked. So I added www.google.com to the whitelist and tried to redirect it using rewrite option as well as DNS forwarder and the result is still the same i.e No redirection and No safesearch enabling.
  • DHCP range has invalid end range value

    8
    0 Votes
    8 Posts
    2k Views
    D
    No problem, I'm happy to say I learn a little more every day I check through the forums  :)
  • Package manager

    2
    0 Votes
    2 Posts
    685 Views
    J
    I make LANGW as defaultGW and it's ok
  • [solved] pfSense as TFTP server

    2
    0 Votes
    2 Posts
    2k Views
    D
    Did you look at the TFTP package that's available under System->Packages->Available Packages ? Might be a little easier to handle for many folks. :)
  • PfSense cant resolve Windows DHCP Leases Hostname.

    10
    0 Votes
    10 Posts
    5k Views
    KOMK
    Just as I suspected.  Glad to see you got it working.
  • Strange DNS Resolution

    Locked
    4
    0 Votes
    4 Posts
    1k Views
    C
    Hi johnpoz and everybody else, finally I found the problem. The subnet was wrongly defined. I changed from 34.xxx.xxx.xxx/24 to 34.xxx.xxx.xxx/30 and now everything works perfect. Still strange that google works and other pages not. Thanks for your help and best regards Christoph
  • Wishlist: display of lease expiration time for static dhcp

    1
    0 Votes
    1 Posts
    544 Views
    No one has replied
  • Generic DNS question

    4
    0 Votes
    4 Posts
    1k Views
    johnpozJ
    For internal domains, use tld that is internal only.. I use local.lan for my local domain if you registered domain.ca - then use domain.lan for local or domain.local or domain.whatever that is not a public tld and tells you its local.
  • Multiple scopes on 1 interface with seperate DNS??

    2
    0 Votes
    2 Posts
    568 Views
    B
    Yes, once you have installed Marcello's mod for multiple scopes, then you can provide true separation of dhcp scopes outside of the interface range. The dns server(s) are defined per scope (or default if you leave them empty) Can't remember if you can do this with standard config, sorry :-[ See bounty:  https://forum.pfsense.org/index.php?topic=65736.0 (funny, 2nd time today I refer to this bounty… people are going to suspect me for publicity ???)
  • Cannot Resolve / Access Local Servers via Domain Names

    1
    0 Votes
    1 Posts
    795 Views
    No one has replied
  • Dynamic DNS doesn't update to new IP address

    1
    0 Votes
    1 Posts
    649 Views
    No one has replied
  • Client Network Card Cannot get new IP

    10
    0 Votes
    10 Posts
    1k Views
    GertjanG
    Ok, forget about viconfig. Your setup might not survive it. A good XML is what you need. Btw: I read about bugs, but I never found Gremlins in my firewall …. You're sure ? ;)
  • Dynamic DNS Not Updating when PPPoE Interface IP Changes

    5
    0 Votes
    5 Posts
    2k Views
    GertjanG
    Humm, interessting. Read here for some more info https://forum.pfsense.org/index.php?topic=72514.msg427622#msg427622 - I guess I have the same issue. I've a work around proposed over there. The end of /etc/rc.newwanip:         .......         restart_packages();         filter_configure();         sleep(5);         log_error("rc.newwanip: Done some sleeping. Go for DynDNS ...");         /* perform RFC 2136 DNS update */         services_dnsupdate_process($interface);         /* signal dyndns update */         services_dyndns_configure($interface); } else         /* signal filter reload */         filter_configure(); ?>
  • DHCP Leases Behind Bridged AP Switch Ports not showing up

    5
    0 Votes
    5 Posts
    982 Views
    D
    Always happy to take credit for you doing all the work  ;)
  • DNS requests issue

    12
    0 Votes
    12 Posts
    3k Views
    johnpozJ
    No problem - sorry I missed it the first time I looked at the rules ;)
  • New DHCP client received an IP address despite of "Deny unknown clients"

    10
    0 Votes
    10 Posts
    3k Views
    GertjanG
    Strange indeed. I guess I have a 'basic setup' with 3 interfaces, WAN, LAN and OPT1, my Portal interface with its own DHCP instance. When I activated "Deny Unknown clients" my logs started to fill up with: 06-21-2014 17:50:02 Local7.Error 192.168.1.1 Jun 21 17:50:06 dhcpd: DHCPDISCOVER from 0c:77:1a:2b:13:35 via sis0: network 192.168.2.0/24: no free leases 06-21-2014 17:49:54 Local7.Error 192.168.1.1 Jun 21 17:49:58 dhcpd: DHCPDISCOVER from 0c:77:1a:2b:13:35 via sis0: network 192.168.2.0/24: no free leases 06-21-2014 17:49:49 Local7.Error 192.168.1.1 Jun 21 17:49:53 dhcpd: DHCPDISCOVER from 0c:77:1a:2b:13:35 via sis0: network 192.168.2.0/24: no free leases 06-21-2014 17:49:47 Local7.Error 192.168.1.1 Jun 21 17:49:51 dhcpd: DHCPDISCOVER from 0c:77:1a:2b:13:35 via sis0: network 192.168.2.0/24: no free leases And of course, my 'client' device didn't get an IP anymore …... The only thing I don't have neither use, is VLANs ......
  • Windows server 2008 R2 and pfSense

    2
    0 Votes
    2 Posts
    918 Views
    G
    I have a setup which works for me and should work for you as well: Modem (Bridged) > pfSense > Switch Server and clients connected to same switch. I have got a single AP (Linksys WAP54 kind of) which is also connected to same switch. AP does not do any DHCP etc; let us say it is just doing ethernet to wi-fi conversion. DHCP and internal DNS are handled by server. pfSense takes care of rest i.e. firewalling, caching, etc.
  • DNS, DHCP and settings

    5
    0 Votes
    5 Posts
    1k Views
    D
    Bit of a kludgy solution, but there are a few boot loader options you can set to delay the start of pfsense. If you go to Diagnostics->Edit File->Browse, look in "boot" folder for a file named loader.conf.  There should be a line that says "autoboot_delay="3".  This is a builtin start delay when rebooting pfsense just before the 2nd stage of the boot process begins.  You can increase this to build in a wait for the satcom to come alive, the value is in seconds.  You click "Save" to save you changes. Be careful when editing internal files! You can definitely muck things up badly in there.  I would suggest you take a backup before you start so in the worst case you could a fresh install and then simply restore the backup. Good luck  :)
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.