• Dnsmasq config file and cache question

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    GruensFroeschliG
    why not just try it?
  • Captive portal/WLAN trying to use DNS server on LAN for local domain

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • MaraDNS Service?

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    G
    @videoman: There is also djbdns, but the license would not allow pfSense to distribute the software, …. -VideoMan Hmmm - I Tried to find any licensing info on djbdns (of which tinydns is a sub-set of the djbdns toolset) and did not find anything - do you have a URL link or pointer to the license info??? gm…
  • DNS slave zone

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • DNS forward WAN

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • DNS Forwarder / More than 2?

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    T
    Thanks I will give that a try.  My ISPs DNS servers don't seem to be very reliable at certain times of the day.  And they don't seem to care after I contacted them repeatedly.
  • Comcast modem(s) not assigned WAN IP via DHCP

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    A
    this might be a bit late to respond, but with comcast modems if you want to switch routers… Unplug the modem, and plug it back in. That is all that it takes.
  • Open Dns

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    ?
    I'm using OpenDNS.  I sent them an email regarding this and got a reply from John Roberts (VP): Hmmmm… since we don't use dynamic DNS for authoritative DNS, I'm not sure this applies. We accept dynamic IP updates using dynamic DNS API, but from the screenshot, it doesn't appear that pfSense supports all the same fields we use. http://www.opendns.com/support/category/124 It would be nice to know the proper settings, if anyone has a clue.  Or if this could be added to the core that would be great!
  • Bind pull DNS info from pfSense

    Locked
    7
    0 Votes
    7 Posts
    8k Views
    S
    That is the way DJBDNS works.  You need another daemon.
  • DNS problems with SBS 2003 behind PFSense

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    N
    Thanks for the reply. I managed to find the problem, our ISP DNS server was having problems. Changed to OpenDNS as forwarder and now its working.
  • DHCP option domain-search-list

    Locked
    2
    0 Votes
    2 Posts
    11k Views
    T
    This feature will come AFTER the next release in the available snapshots… For now have a look at pfsense.trendchiller.com and update manually… Patches are already applied to cvs: ticket 19228 and 19229 so please be patient...
  • Speedtouch modem

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    H
    hi again i have a problem now, msn messenger cant sing in on my client's pc's, how to fix this? help is apreciated
  • How DynDNS detect the WAN IP ?

    Locked
    6
    0 Votes
    6 Posts
    5k Views
    S
    simply create a php file and put it on public webserver (with php support) : echo $_SERVER[REMOTE_ADDR]; ?> And modify : /etc/inc/dyndns.class Replace this : $wan_ip = get_current_wan_address(); By this : $filename = "HTTP://YOUR_WEBSERVER_URL/YOUR_FILE.PHP"; $handle = fopen ($filename, "r"); $wan_ip = fread ($handle, 20); fclose ($handle); If you want, you can create a function with this code and call it (do not forget the  "return;" at the end of function).
  • Trouble with DHCP and VLAN

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    A
    It helps, Thank you very mutch!  :)
  • Short host names don't resolve?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    S
    It should automatically resolve hostnames if the DHCP server is enabled for an interface.  You can also add custom entries in Services -> DNS Forwarder.
  • Dns forwarder

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    P
    http://osdir.com/ml/network.dns.dnsmasq.general/2006-10/msg00002.html seems that it can be done with local release version 2.39 is out as a side note
  • DynDNS problem

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    C
    It sounds like in this case your modem has your public IP, and pfsense has a private IP on its WAN and its default gateway is the modem, is that correct?
  • DHCP on bridged LAN interface does not work

    Locked
    6
    0 Votes
    6 Posts
    5k Views
    W
    I update by now to the new snapshot and everything works as expected: DHCP works also in bridged mode, and I get only a warning in the system logs, that DHCP is enable while in bridge mode. Hence, it works fine. Thanks again!! Best regards Arno PS: Better workarround for this would be to check if DHCP is enabled on both interfaces of an bridge; in such a case it woul be usefull to deactivate on instance - implementing this would accomplish also the wishes of the other thread through which this situation was introduced.
  • Keep loosing WAN IP Address - dhclient does not seem to do update

    Locked
    199
    0 Votes
    199 Posts
    119k Views
    S
    We cannot go back to ISC's client as we utilize multiple wans. This thread is far too old.  Closing.
  • Having problems with "dns-server" package. No SOA record returned :(

    Locked
    2
    0 Votes
    2 Posts
    6k Views
    S
    SOA records should point to a DNS name.  Then you need a A record with the DNS name of the dns server to resolve to. Example: domain.com  SOA    ns.domain.com  domain.com SOA ns2.domain.comm ns.domain.com      A    XXX.XXX.XXX.XXX ns2.domain.com    A    XXX.XXX.XXX.XXX www.domain.com  A            XXX.XXX.XXX.XXX
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.