• DHCP Relay Issue

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Dhcprelay: Why are DHCP requests on WAN also relayed?

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Relayed dhcp

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Having trouble setting up zone transfers with bind (axfr)

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    X
    I figured out how to fix pfSense and I posted in your thread: http://forum.pfsense.org/index.php/topic,19828.msg102564.html#msg102564
  • Different domain suffixes in two lan subnets?

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    I
    hi, i was browsing thru the forums and stumbled upon this thread, which currently  the same situation im facing now… i have two internal network (LAN and LAN2) and would want to have a separate domain suffixes for the internal network e.g. LAN=mycompany.com, LAN2=myothercompany.com. i installed Fit123 package and tried the suggestions mentioned above, but no luck... anyone have ideas about this? thanks in advance... alli
  • DHCP over IPsec

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Accessing DNS on WAN2

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    A
    @GruensFroeschli: Then how should LAN1 users resolve names when WAN2 is down? If that happens, Internet will go down anyway. Therefore I just have to change the rules of the firewall to route the packets through the last gateway available and then try to resolve the problem. @GruensFroeschli: IMO the "correct" way to do this is: Set on the pfSense as primary and secondary DNS entry: 208.67.222.222 and 208.67.220.220 Like this all requests go to WAN1. Then create a static route for 208.67.220.220 pointing to WAN2. Like this all requests go to WAN1, and when WAN1 is down all requests go to WAN2. That's pretty much like the loadbalancing. I was interested in this method. But i'm not supposed to do something like that. @GruensFroeschli: If you want that users resolve names over different WANs depending on in which LAN they are you have to stop using the DNS-forwarder and set the DNS entries on the clients direct (DHCP or static). The fact is, I've opened access for LAN to WAN2 Network (Just for the local network, and not to access the Internet) which is why i used both WAN and WAN2 modem's addresses as global DNS. LAN Users have the IP address of pfsense as DNS, whereas LAN2 users have a static address: the address of the WAN2 modem. This seems to do the trick.
  • DHCP from OPT1 on LAN

    Locked
    22
    0 Votes
    22 Posts
    14k Views
    M
    same problem here DHCP enable on LAN and OPT1 DHCP not working…
  • Multiple DynDNSes?

    Locked
    8
    0 Votes
    8 Posts
    4k Views
    jahonixJ
    @ZaInT: The Fit123 package actually seemed like exactly what I need, but I just can't get it to write /usr/local/pkg/Fit123/ddns/ddns.php, no matter what I do to the file system. Have you tried running: /etc/rc.conf_mount_rw before setting up Fit123? Just a guess that the file system you are trying to write to is still read-only… it's still embedded.
  • Bug with dyndns client?

    Locked
    6
    0 Votes
    6 Posts
    5k Views
    D
    Yeah, you're right.  Editing /etc/resolv.conf is not the right way.
  • Split-Horizon

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    N
    Nevermind this, i forgot the windows world.. I rebooted and it worked again >_<
  • Static dhcp leases with failover group

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    R
    @mgiammarco: … or if I have to copy them by hand. You could always backup the "DHCP Server" area on the "Diagnostics: Backup/restore" page, modify the "Failover peer IP", then restore that into the failover pfSense.
  • DNS forwarding bug for names with escaped periods in them

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Peering, interconnecting two freeswitch servers : how to ?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • DHCP for LAN and WAP

    Locked
    9
    0 Votes
    9 Posts
    3k Views
    W
    I have DHCP enabled on my LAN interface, OPT1 and OPT3 (the latter a wireless interface). DHCP assigns addresses from the correct range on all these interfaces. I'm running pfSense 1.2.3-RC2 built on Tue Jun 16 04:58:42 EDT 2009 What version are you running? On my pfSense box the dhcpd configuration file (/var/dhcpd/etc/dhcpd.conf) specifies addresses based on subnets rather than interfaces so, if your box follows the same pattern, its hard to see how dhcpd could get confused as to which addresses apply to which interface. Do you have any static DHCP assignments? (Possible duplicated static assignments?) Have you checked that the DHCP address assignments are actually made by the server you expect?
  • DHCP server stops working

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    I
    I have the same problem. At a hindsight, it seems to be related to the access points that I have connected on the LAN side and the DHCP starts working again once I disconnect them - but that doesn't make any sense - how can a client prevent a DHCP server from working? Someone setting up their own DHCP server? Any pointers?
  • DHCP Caching issue?

    Locked
    9
    0 Votes
    9 Posts
    7k Views
    jimpJ
    You probably just need to run dhclient again if the second attempt really does pull the proper addresses. You can try going to Status > Interfaces, then click Release, then Renew.
  • Hosting recursive DNS resolver?

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    K
    tinydns is authoritative only, you want dnscache (though they're both part of the same project). I find that djb's stuff is just plain weird though and tried it, but wouldn't use it myself. I'd just go with BIND, though it'll be a bit more resource hungry. Or just use 4.2.2.1…
  • Enable registration of DHCP client names in DNS not working

    Locked
    12
    0 Votes
    12 Posts
    24k Views
    J
    @kpa: The "Enable registration of DHCP client names in DNS"  feature works only with the built in DNS forwarder (dnsmasq) AFAIK so it can't be used to register the hostnames in an external DNS server. I don't think this is correct.  The "Enable registration of DHCP client names in DNS." option is a flag which enables the "ddns-update-style interim" configuration option for the DHCP server.  See /var/dhcpd/etc/dhcpd.conf. The "Register DHCP leases in DNS forwarder" is a separate option that tells dnsmasq to parse the DHCPD leases file and add assigned leases to the dnsmasq database. The two options are completely independent.  (This is for 1.2.2.) I have not attempted to use the "Enable registration of DHCP client names in DNS." option, so can not comment on whether or not it actually works.
  • DNS on OPT1?

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