• Assigning Multiple Mac addresses a single hostname/IP

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    C
    So, I thought I would get clever and try modifying the dhcp.conf file by hand, a little ssh and vi and I thought I was good to go. However, I couldn't find a daemon script to launch dhcpd, so I used the webgui, and that was a no go. Seems that pfSense dynamically configures this via it's config.xml file, as mentioned above. Which isn't a big deal either, a little more vi and I've got a modified config.xml back it up to my home folder, and everything seems in order. But, I can't get get it to load the conf without over writing my entries. apparently it does some sanity checking on the file, and I can't get away with it. Thanks.
  • DYNDNS never report in or update.

    Locked
    6
    0 Votes
    6 Posts
    2k Views
    F
    I found the problem. –---> ME <----- In the settings in pfsense you asked for a username and I was using my email address as username and that dosen't work for updatign the IP but it works for login into my dyndns account.
  • Setting up Internal DNS

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    W
    In Services -> DNS Forwarder scroll down to You may enter records that override the results from the forwarders below then click the "+" below to add one or more names for IP addresses. DHCP associates an IP address with a MAC address. DNS forwarder associates a name with an IP address.
  • DHCP on OPT1 interface only

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    W
    @firestorm_v1: Now, if I statically assign the test machine an IP address, it is able to connect to the Internet and browse with no issue so I know that it's not a connectivity issue to the pfSense OPT1 interface. I can not ping the pfSense router at all, I would expect a ping response from the OPT1 IP address but not from the LAN IP address. I'd try connecting a system directly to OPT1 (bypassing the switch) to see if it gets an IP address by DHCP in that configuration.\
  • 0 Votes
    15 Posts
    29k Views
    M
    Hi, I'm sorry for the late reply. I just tested it again. This time it worked perfectly straight through the web interface (selecting type string, which wasn't possible back then). I entered in the following: number: 33, type: string, value: C0:A8:70:01:C0:A8:00:1E This resulted in the following host route: dst:192.168.112.1  mask:255.255.255.255     gw:192.168.0.30 Did you already succeed with your option 121 issue? Greets, Max
  • Lan DHCP

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    ?
    What is your configured DHCP range, and what is your LAN IP configured as?
  • Remove automatically DHCP Leases Expired

    Locked
    9
    0 Votes
    9 Posts
    24k Views
    Z
    Many thanks. @jimp: It's in /var/dhcpd/var/db/dhcpd.leases
  • Dhcp correct me if im wrong

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    jimpJ
    Yes, that can work, as long as the d-link adapter shows itself to the system as four separate network cards, then it can be used for four (or more with vlan) separate networks, each with their own DHCP, etc. Don't use auto assign and re0 might work, it probably doesn't properly report its link state. If you assign, and actually type in re0, then it will probably work fine.
  • DNS stoped

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    jimpJ
    I'd start with checking what line 1 of /usr/local/etc/dnsmasq.blacklist.conf contains. (Though on my installs that file doesn't exist…)
  • [SOLVED] Linux Clients not registering DNS

    Locked
    7
    0 Votes
    7 Posts
    20k Views
    B
    There is an option that tells the network connection to 'Automatically obtain DNS information from provider', this option is not what you would expect, it is not the DNS server IP information. Using network manager (Gnome Desktop), select Network Manager (called just Network on the administration menu), double click the target connection and then leave a machine name in the 'hostname' box but uncheck the 'obtain DNS information' option then it works, the problem now is that it doesn't set any DNS server IP addresses at all. The fix is to leave the option selected and then add a line DHCP_HOSTNAME=whateverhostnameis into the ifcfg-eth*.conf file located in the etc/sysconfig/network_scripts folder (af least on Fedora Core) and restart the machine. Very intuitive !!
  • TinyDNS for internal DNS, need help

    Locked
    10
    0 Votes
    10 Posts
    11k Views
    P
    I was under the impression tinyDNS is a real dns server, querying root servers for all external dns entries… that's what I need. If I wanted to rely on dns queries being forwarded to other dns servers, I'd just stick to the dns forwarder (which I am doing now because I currently have no other dns server around...).
  • Vlan and DHCP

    Locked
    6
    0 Votes
    6 Posts
    4k Views
    W
    Hello all, Good news, i've just solve my problems: At switch, on port that pfsense is plugued, i set all vlan's ids, and this port must be tagged, and the others untagged. Thanks for all
  • Made the DNS go to the LAN only, keep getting query refused?

    Locked
    9
    0 Votes
    9 Posts
    7k Views
    J
    I prefer using Bind to be fair though. Feel its a much more professional DNS, but obviously does not have a failover, though I don't actually need that anyways so cannot see much point. Ah ok that's fair enough, but I shall keep going with bind to be fair.
  • RFC 2136 Dynamic DNS not working (1.2.3-NanoBSD)

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    imcdonaI
    I can confirm that RFC 2136 DDNS updates in the latest 2.0 beta don't work either. I see nothing in the log file either. I am able to manually update when I SSH and do a manual " nsupdate -d" to update the record.
  • Can I change the frequency phpdyndnd runs with?

    Locked
    7
    0 Votes
    7 Posts
    2k Views
    C
    @SeventhSon: If your pfSense is behind NAT, this is still valid solution though. No because it will then just register your private IP, you'll need a different dyndns client in that case.
  • DNS Forwarder headache

    Locked
    7
    0 Votes
    7 Posts
    4k Views
    J
    nslookup centosservervirtual.myradon.net Server: 192.168.1.129 Address: 192.168.1.129#53 Name: centosservervirtual.myradon.net Address:   192.168.1.136 dscacheutil -q host -a name centosservervirtual.myradon.net name: pfsense.myradon.net alias: centosservervirtual.myradon.net ip_address: 192.168.1.129 It's an OSX-thing! http://discussions.apple.com/thread.jspa?threadID=2140119&start=45&tstart=0 Is a discussion about DNS and internal name resolution. I'm going to dive into that and hopefully post the sollution here.
  • LAN & WLAN in the same subnet but different DHCP-Ranges?

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    C
    Hi cmb Thanks for your reply. A friend of mine emailed me a couple of hours just the same. In fact, logically - Actually, I should have noticed it by myself.  ::)
  • DHCP for 03 subnets

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • DNS server configuration (Need help)

    Locked
    15
    0 Votes
    15 Posts
    63k Views
    X
    use its IP or setup a DNS server like BIND or tinyDNS , or use a DNS service that lets you make queries against it such as OpenDNS and create a shortcut.
  • DHCP Leases

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    GruensFroeschliG
    ctrl-p
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.