• DHCP enabled, no IP received after reboot, but with command line

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    A
    I already checked the logs…. the interesting point is written in th elog: Oct 24 22:27:19  dhclient[11921]: DHCPREQUEST on wi0 to 255.255.255.255 port 67   Oct 24 22:27:20  dhclient[11921]: DHCPACK from xxx.xxx.xxx.1   Oct 24 22:27:20  dhclient: New IP Address (wi0): xxx.xxx.xxx.105   Oct 24 22:27:20  dhclient: New Subnet Mask (wi0): 255.255.255.0   Oct 24 22:27:20  dhclient: New Broadcast Address (wi0): xxx.xxx.xxx.255   Oct 24 22:27:20  dhclient: New Routers (wi0): xxx.xxx.xxx.1   Oct 24 22:27:20  dhclient: /sbin/route add default xxx.xxx.xxx.1   Oct 24 22:27:20  dhclient[11921]: bound to xxx.xxx.xxx.105 – renewal in 985762007 seconds. but the command "netsat -rn" does not inlcude the route to xxx.xx.xxx.1 on the wi0 interface it sounds strange for me, but maybe somebody has an idea thanks
  • Troubles with Static ARP and two subnets

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Win2k3 as primary DNS with pfsense dns forwarder

    Locked
    7
    0 Votes
    7 Posts
    6k Views
    JeGrJ
    I actually suggested that too Eek, that slipped through ;) Two heads - same thought :)
  • DNS Forwarder Domain Override buggy?

    Locked
    5
    0 Votes
    5 Posts
    5k Views
    E
    "ping zaphod" without "daheim.local" is working! If I "ping localhost" the reply is "zaphod" not "zaphod.daheim.local". But does it realy matter? I think, if I (like i did) query a DNS server via NSLOOKUP and the resolver answers with "…Non-existent domain", it should not be a problem of the client machine?! Is there a way to look into the table, where the DNS server holds its entrys? I found nothing in the status or diagnostic page or status.php.
  • Optional DynDNS-Server field

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    P
    I will like to have the option to use the danish dyndns.dk site in dynamic dns of pfSense.. Thangs for the nice work you all have done on the pfSense software.. Keep op the good work..  ;D best regards Per Jørgensen Denmark
  • WAN Interface DHCP

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    ?
    tried serch did we :). http://forum.pfsense.org/index.php/topic,1595.0.html posted this in beginning of july, and from what i can tell ppl are still having the same prb as you me, it works when i´m running other linux/bsd based fw´s but not with pfsense for some reason. /F
  • "DHCP Leases" Issues

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • RFC 2136 Dynamic DNS updates

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    S
    This has been addressed in the latest snapshots.
  • LDAP

    Locked
    10
    0 Votes
    10 Posts
    5k Views
    N
    Good man! Too bad I don't code php. :P Glad to see people chipping in though.
  • DynDns: Current WAN IP - Internal IP ????

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    H
    …or use a dyndns updater behind your firewall that connects to an outside server to ask what it's current public IP is. Nearly all providers have these as free downloads somewhere at their site though I would go with scotts suggestion. It's less problems having the pfSense at the real WAN.
  • Tertiary DNS

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    T
    Well under Status -> Interface it only shows the primary and secondary. So I downloaded the config again and they are stil there, so when my ISP loose there main DNS server I'll see if this works :) Will try to think of another test before then though ;)
  • Can dhclient renewal time be extended?

    Locked
    5
    0 Votes
    5 Posts
    5k Views
    S
    Then, is there no way to configure dhclient manually in pfsense?
  • Static ARP and no subnet …

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    S
    After turning on static arp support, please run the following: arp -an and show the entries that should be static.
  • Disable DHCP server Static ARP

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    H
    Try to reassign LAN IP from the shell. It asks if you want to have DHCP at LAN. Maybe it will overwrite your DHCP settings and reset these checkboxes.
  • Multi LAN DHCP

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    U
    ha ha That was dumb of me.  ha Thank you very much.  I will try to remember to open my eyes a little wider next time. Thanks!
  • Multiple DHCP scopes

    Locked
    12
    0 Votes
    12 Posts
    31k Views
    M
    I just commited VLAN DHCP support to my own branch, doesn't touch the GUI at all. Here's the config it can generate: option domain-name "local"; default-lease-time 7200; max-lease-time 86400; authoritative; log-facility local7; ddns-update-style none; shared-network "vlan 69 on vr0" {         subnet 10.69.0.0 netmask 255.255.255.0 {                 pool {                         range 10.69.0.10 10.69.0.20;                 }                 option routers 10.69.0.1;                 next-server 10.69.0.1;                 filename "pxelinux.0";         } } shared-network "vlan 68 on vr0" {         subnet 10.68.0.0 netmask 255.255.255.0 {                 pool {                         range 10.68.0.10 10.68.0.20;                 }                 option routers 10.68.0.1;                 next-server 10.68.0.1;                 filename "pxelinux.0";         }         subnet 10.0.0.0 netmask 255.255.255.0 {         } } If you are lucky the attached patch works, but the pf team have modified the dhcp function a bit from m0n0 and I make some rather grand assumptions in the code. services.inc.vlan-dhcp.patch.txt
  • Dhcpd takes ~30 seconds to hand out lease on wireless interfaces

    Locked
    6
    0 Votes
    6 Posts
    5k Views
    GertjanG
    6 AP's in different locations ? They're not in the neighbourhood, and sharing/overlapping the same channels, are they ? Load this one : http://netstumbler.com/ and have a hunt down.
  • DHCP Confusing / Problematic on OpenVPN Interface

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Zoneedit dynamic DNS

    Locked
    27
    0 Votes
    27 Posts
    13k Views
    H
    Btw, all the attachments are back. cmb managed to restore everything. Thanks cmb.
  • DNS multipe hosts

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    H
    I think that's beyond the capabilities of the dns-forwarder.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.