• OpendDNS + AD?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    I
    Ask Paetec to config their Adtran router to bridge mode.  Then set the WAN to a static public IP address that they wil provide.
  • DHCP reservation with different DNS?

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Static Clients on Static LAN

    Locked
    9
    0 Votes
    9 Posts
    5k Views
    W
    On my home LAN I have every system assigned an IP address by DHCP on pfSense. A number of my systems are assigned the same address every time by tieing their MAC address to an IP address in the DHCP Server configuration. You haven't said why you want to have the Linux systems with static addresses so I can't address that. On those systems with static IP address (as seen by the system) you need to specify by the gateway and the DNS server. If you use DHCP this stuff can be changed in one place (the DHCP server) rather than on multiple systems.
  • DNS with PPPoE?

    Locked
    7
    0 Votes
    7 Posts
    6k Views
    jimpJ
    System > General Setup Uncheck "Allow DNS server list to be overridden by DHCP/PPP on WAN" As long as that is checked, the DNS servers received by PPPoE will be used by the router. If that is unchecked, then the values you type in will be used.
  • DHCP WLAN bridged to LAN

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    W
    pfSense is a firewall. There can sometimes be good reason to place tight restrictions on traffic passed. Depending on your environment, "work" might mean more than "pass any traffic", it might mean "block certain types of unexpected traffic".
  • IPhone DNS - pfSense

    Locked
    8
    0 Votes
    8 Posts
    11k Views
    S
    Hi, thanks for replying. Since then I discovered that the new 10.6 version of Mac OS X has the exact same behaviour I did try to set up the network settings manually but unfortunately the issue still exists. I found this thread explaining that the base of the problem is the ".local" tld used in our LAN. It is used by the "Bonjour" protocol. I am going to change my LAN tld into something not used by some fancy protocol (like ".lan" or something) I keep in touch.
  • Reserving an IP

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    S
    So is there a way to hand code this in the config?
  • Internal DNS resolution on pfsense box

    Locked
    6
    0 Votes
    6 Posts
    12k Views
    GruensFroeschliG
    Well i wouldn't consider a forum as a form of documentation… @deanflyer: If there is something you think needs documentation: http://doc.pfsense.com You can apply for an account on the wiki by sending an email to one of the devs, or send the content of what you wanted added to someone with an account. (devs or me).
  • DNS Loop Back

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    GruensFroeschliG
    http://faq.pfsense.com –> http://doc.pfsense.org/index.php/Why_can%27t_I_access_forwarded_ports_on_my_WAN_IP_from_my_LAN/OPTx_networks%3F
  • How To Reset DHCP Server User Data?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • DCHP WAN to LAN on bridged interfaces

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    C
    I have tried it with both DHCP reply on and off.  I get the same issues. The WAN is a static IP Address.  Inside the subnet but outside the DHCP Scope. DHCP is obtained from the DHCP server on the WAN, not the pfsense box.
  • Dns cache not working as bind, can be fixit?

    Locked
    9
    0 Votes
    9 Posts
    5k Views
    perikoP
    My friends. cmb u are right, the results are the same, i was doing the wrong test. The results are the same using dig. Thanks cmb for clarifying this, I appreciated  :)
  • DHCP Relay Advice

    Locked
    7
    0 Votes
    7 Posts
    4k Views
    ?
    The VPN randomly started working.  I'm not gong to ask any questions and just go along with it  ;D Thanks again for all your help.
  • Arplookup failed [SOLVED]

    Locked
    4
    0 Votes
    4 Posts
    5k Views
    M
    This problem was solved, thanks to a bounty I paid (well worth the money).  See:  http://forum.pfsense.org/index.php/topic,18378.msg94747.html#msg94747
  • DNS + Dynamic DHCP Issues

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Rdns from tinydns doesn't work

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Machine Hangs At "Starting DHCP Service…" For Long Periods At Boot

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    C
    If you can email me a backup of your config (cmb at pfsense dot org) and reference this forum thread, I'll see if I can replicate that using your config.
  • Dnsmasq not covering multiple interfaces

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • DNS forwarder over IPSec VPN tunnel

    Locked
    3
    0 Votes
    3 Posts
    9k Views
    M
    Thats it. That solved the issue. Thank you very much. Regards, Marc @Bern: Have you set up a static route on your pfSense machine to your office's LAN? IIRC you have to do this with IPSec tunnels. Route it through the LAN interface of pfSense.
  • DHCP / ARP Table Issue

    Locked
    2
    0 Votes
    2 Posts
    5k Views
    GruensFroeschliG
    @joel.baxter: Deny unknown clients: If this is checked, only the clients defined below will get DHCP leases from this server. This only affects the DHCP server. The pfSense will communicate with devices not on the list below. –> You can configure a device with a static IP and it still can use the pfSense to access the internet. @joel.baxter: Enable Static ARP entries: Note: Only the machines listed below will be able to communicate with the firewall on this NIC. Here you essentially write the ARP table by hand. Only devices on the list can communicate with the pfSense. If the device is not on the list it cannot access the internet even if the IP gateway configuration is correct. @joel.baxter: Can we just the Range to zero addresses or it should be the full Available Range? What do you want? Set the range of availlable DHCP-addresses to 0? I'm not sure if this works, but you can just set the range to the netID (example: subnet:192.168.0.0/24 pfSense 192.168.0.1/24 DHCP-range start: 192.168.0.0, end 192.168.0.0) I dont know how this will behave, but you can enter it like this in the webGUI. @joel.baxter: If we do want to reserve a small range of addresses to be assigned without having to input a MAC, how would we do that? Is there a way to set these so that they have access to the internet but no access to internal resources? Just let the DHCP run. If you do this you cannot have the above two options. Why dont you add another interface for "guests"? You cannot control with the pfSense what within your network can access what. Traffic flowing only over the switch never reaches the firewall rules of the pfSense.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.