• Resolve Dynamic DNS address internally?

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    J
    That did it.  Like I said…DNS-Stupid.  At least now I understand NAT Reflection.  :) Thx john.
  • IP Range and subnet

    Locked
    13
    0 Votes
    13 Posts
    9k Views
    stan-qazS
    Going to a larger network is the easy way, I went with a base address of 172.16.0.1 for my pfSense LAN and a net mask of /22 so I had plenty of addresses available and I could assign IPs in groups that made sense. I put the DHCP dynamic assignments at 172.16.3.1 with 250 some addresses available it works for now. If I need more space giving DHCP a larger space is no problem, expansion is as easy as changing the /22 mask to something between /21 and /12 and then adding the newly available addresses to the DHCP dynamic range. Just make sure the base address you pick has enough room above it to meet any future expansion needs, the old class A or B RFC 1918 base addresses work well for that. 10.0.0.0        -  10/8 prefix     172.16.0.0      -  172.16/12 prefix I avoided the whole 198.x.x.x range after I got tired of devices getting a hard reset defaulting to that range or having hard coded addresses in that range and causing conflicts.
  • Carp, DHCP VIP Issue with Hosts Connected to Secondary IP

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    dotdashD
    If you have your DHCP configured correctly, (failover peer set and sync dhcpd checked) they will not issue leases in use by the other server. Verify your DHCP status shows normal on both units. The DHCP server will show as issued from one of the physical boxes, this does not impact failover, as the other box will issue leases if one is offline.
  • 0 Votes
    4 Posts
    2k Views
    R
    @cmb: You should be able to use a domain override in that case, that rule doesn't apply to domain overrides. That's much safer than just disabling the DNS rebinding checks entirely, though you can do that under System>Advanced if you really want to. Have I got this right? Just override all DNS queries to the problem domain to…some outside DNS server. I can give that a try in a hurry. DNS rebinding! That's the term for it. I knew I'd read about it somewhere. Probably in The Book. No, I'd rather employ the work-around than disabling DNS rebind checks. Thanks for the tip.
  • Multiple public ips and mutiple lan subnets with only 2 nic cards

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    johnpozJ
    ^ as stated your going to need a "smart" or fully managed switch to be able to do vlans, so that you can isolate your different network segments. How many switches do you currently have?  Depending you might be able with just changing our your "core" switch or the upstream switch connected to pfsense that supports vlans and then connect dumb switches downstream as long all devices connected to those switches are to be in the same segment/vlan If not then your going to need switches that support vlans through the building - this allows you to put a device no matter where it sits in the building on whatever vlan you want.
  • Potential DNS Forwarder Bug

    Locked
    6
    0 Votes
    6 Posts
    2k Views
    M
    Ok, so it took awhile until I ran into this again, but here are my results. It does seem to be TTL related, as it did resolve itself around the 5 minute mark, however there are still issues that may need to be looked at. The nslookup queries from below are not the only tests I ran, so any delayed results as mentioned previously should most certainly have resulted in a correct response later. Both upstream dns servers configured on the pfsense device returned correct results, albeit slightly newer. I didn't manage to grab a sniff of the traffic before the issue corrected itself, but I will make sure I do that first thing the next time this pops up. C:\Users\Mikuki>nslookup Default Server:  UnKnown Address:  10.20.20.1 > mail.google.com Server:  UnKnown Address:  10.20.20.1 Non-authoritative answer: Name:    googlemail.l.google.com Address:  2607:f8b0:400a:801::1016 Aliases:  mail.google.com > server 8.8.8.8 Default Server:  google-public-dns-a.google.com Address:  8.8.8.8 > mail.google.com Server:  google-public-dns-a.google.com Address:  8.8.8.8 Non-authoritative answer: Name:    googlemail.l.google.com Addresses:  2607:f8b0:400a:800::1016           173.194.33.21           173.194.33.22 Aliases:  mail.google.com > server 10.20.20.1 Default Server:  [10.20.20.1] Address:  10.20.20.1 > mail.google.com Server:  [10.20.20.1] Address:  10.20.20.1 Non-authoritative answer: Name:    googlemail.l.google.com Address:  2607:f8b0:400a:801::1016 Aliases:  mail.google.com > set type=aaaa > mail.google.com Server:  [10.20.20.1] Address:  10.20.20.1 Non-authoritative answer: Name:    googlemail.l.google.com Address:  2607:f8b0:400a:801::1016 Aliases:  mail.google.com > set type=a > mail.google.com Server:  [10.20.20.1] Address:  10.20.20.1 Non-authoritative answer: Name:    mail.google.com >
  • No-IP hostname deleted

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    P
    Yep, I did that code for 2.1 a while ago and it works. To get that feature you can: Upgrade to 2.1 then change your Dynamic DNS provider name to "No-IP (free)"; or Look at the code in https://github.com/bsdperimeter/pfsense/pull/436 and backport it to your 2.0.n system; or as you say, change dynamic DNS provider.
  • DNS Not resolving

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    jimpJ
    Random guess: If any of you had the OpenVPN tap fix package installed, it didn't work properly on 2.0.3 (until the version I just uploaded), so if you had a tap VPN with a blank tunnel network, it was really misrouting most of the internet causing traffic to fail. If that was in use on your system, remove the package and install it again, and it should be OK again.
  • [SOLVED] fping: hostname nor servname provided, or not known

    Locked
    3
    0 Votes
    3 Posts
    9k Views
    C
    Final followup… I found zabbix-proxy2(2.x) wasn't backward compatible with zabbix-server(1.8.x) so I ended up removing zabbix-proxy2 and re-installing zabbix-proxy1, this caused the fping issue again. So: pkg_info | grep fping pkg_delete -f fping-2.4b2_1 fetch http://files.pfsense.org/packages/8/All/fping-3.4.tbz pkg_add fping-3.4.tbz For some reason, "/usr/local/etc/rc.d/zabbix_proxy.sh restart" did not work correctly, so use stop and start separately. Sorted.
  • Pfsense - DNS-O-Matic and Sitelutions

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    stan-qazS
    Here are my settings for DNS-O-Matic Disable - unchecked Service type - DNS-O-Matic Interface to monitor - WAN Hostname - all.dnsomatic.com MX - blank Username - DNS-O-Matic login name Password - DNS-O-Matic password Description - anything you'd like here
  • Unbound-control start returned exit code '1' After upgrading to 2.0.3

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Dynamic DNS not working

    Locked
    7
    0 Votes
    7 Posts
    11k Views
    D
    I have exactly the same issue with No-IP (using ADSL with 24h disconnect). Upon the scheduled disconnect the logfile looks like this Apr 21 02:14:13 pfsense php: : DynDns: updatedns() starting Apr 21 02:14:13 pfsense php: : DynDns debug information: XXX.XXX.31.201 extracted from local system. Apr 21 02:14:13 pfsense php: : DynDns: Current WAN IP: XXX.XXX.31.201 Cached IP: XXX.XXX.25.7 Apr 21 02:14:13 pfsense php: : DynDns debug information: DynDns: cacheIP != wan_ip.  Updating. Cached IP: XXX.XXX.25.7 WAN IP: XXX.XXX.31.201 Apr 21 02:14:13 pfsense php: : DynDns: DynDns _update() starting. Apr 21 02:15:28 pfsense php: : DynDns: DynDns _checkStatus() starting. Apr 21 02:15:28 pfsense php: : DynDns: Current Service: noip but the cached IP within the GUI shows in red and is in fact the old IP given by the ISP. When checking the dashboard I can see that "Current WAN IP" is correct within the logfile, but somehow pfsense doesn't manage to update to the new IP properly.
  • Adding Unbound stats to RRD Graphs

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • [SOLVED] DHCP Multi WAN Multi LAN

    Locked
    4
    0 Votes
    4 Posts
    1k Views
    M
    Going to Interfaces->LAN and changing the /24 to /23 gave me the additional range I need. No idea it was so easy. If you do have any IPSec entries, take note that you should modify them before hand as expanding your network breaks the connectivity. Off to finish fixing them. Thanks for the help.
  • What is Dynamic DNS registration on DHCP configuration ?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Bootp - Disable - Again I'm afraid

    Locked
    10
    0 Votes
    10 Posts
    8k Views
    B
    Did the restart thing several times, played with tftp and bootp settings on the 'LAN' I guess I have no choice but to diagnose through packet capture but it is clear that pFSense is responding to a request that it should not so the PXE boot / TFTP load process fails, I'm just really short on free time to play with this and have had no choice but to configure a Microsoft DHCP / DNS until such time as I can get back to this - the PXE / TFTP process now works correctly so pFSense is definitely the problem. As you can imagine this is brutally hard to diagnose and keep a system live whilst doing so.
  • Setting up Unbound as DNS server

    Locked
    10
    0 Votes
    10 Posts
    7k Views
    A
    Thank you man… sometimes it's the little things that get you :) anyway, one thing leads to another... I have a question... how do I act as a man-in-the-middle? can I make pfSense, at least at the DNS level, to reply to PING requests without actually contacting the address. I got the idea when I was asleep ;D and also when I noticed how I sometimes get PING replies (usually unrealistically low time) when I know for a fact that the connection is down
  • Dnsmasq listening on WAN port?

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Y
    Aha that basically takes dnsmasq configuration options. Thanks! Although the pertinent question still remains, why would you allow it to listen on the WAN by default?
  • [Solved] Is there a solution to the DHCP not renewing issue?

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    T
    @wallabybob: What version of pfSense are you using? Have you tried the newly released pfSense 2.0.3? Yep…the issue is fixed in the newly released 2.0.3 :) Just installed the 2.0.3 and I tried both the factory reset of modem and unplugging it for a couple of minutes and both times pfsense was able to recover within minutes of the modem completing its booting process and then my VPN connections were also up within a few seconds after the WAN was up. Logs Apr 15 22:11:52 check_reload_status: Linkup starting re0 Apr 15 22:11:52 kernel: re0: link state changed to DOWN Apr 15 22:11:54 php: : DEVD Ethernet detached event for wan Apr 15 22:11:54 dhclient[51151]: connection closed Apr 15 22:11:54 dhclient[51151]: connection closed Apr 15 22:11:54 dhclient[51151]: exiting. Apr 15 22:11:54 dhclient[51151]: exiting. Apr 15 22:11:56 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:11:56 kernel: arpresolve: can't allocatae rlplriensfool vfeo:r c9a9n.'2t2 8a.l1l1o6c.a1t Apr 15 22:11:56 kernel: e Apr 15 22:11:56 kernel: llinfo for 99.228.116.1 Apr 15 22:11:56 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:11:57 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:11:57 kernel: arpresolve: caarnp'rte saolllvoec:a tcea nl'lti naflol ofcoart e l9l9i.n2f2o8 .f1o1r6 .1 Apr 15 22:11:57 kernel: 9 Apr 15 22:11:57 kernel: 9.228.116.1 Apr 15 22:11:57 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:11:57 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:11:58 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:11:58 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:11:58 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:11:58 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:11:59 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:11:59 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:11:59 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:00 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:00 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:00 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:00 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:00 apinger: ALARM: OpenVPNPIAGateway(10.199.230.1) *** down *** Apr 15 22:12:00 apinger: ALARM: GW_WAN(99.228.116.1) *** down *** Apr 15 22:12:00 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:01 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:01 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:01 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:01 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:01 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:01 apinger: ALARM: VPN(10.154.1.1) *** down *** Apr 15 22:12:01 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:01 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:02 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:02 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:02 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:02 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:03 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:03 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:03 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:03 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:03 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:04 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:04 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:04 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:05 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:05 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:05 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:05 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:06 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:06 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:06 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:06 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:06 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:06 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:07 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:07 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:07 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:08 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:08 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:08 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:09 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:09 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:09 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:09 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:10 kernel: arpresolve: can't allocate llinfo for 9a9.r2p2r8e.s1o1l6v.e1: Apr 15 22:12:10 kernel: Apr 15 22:12:10 kernel: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:10 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:10 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:10 check_reload_status: Reloading filter Apr 15 22:12:11 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:11 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:11 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:11 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:12 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:12 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:12 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:13 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:13 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:13 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:13 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:13 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:13 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:13 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:13 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:13 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:13 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:13 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:14 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:14 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:14 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:15 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:15 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:15 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:15 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:15 kernel: arpresolve: can't allocataer plrleisnoflov ef:o rc an9'9t. 22a8l.l1o1c6a.t1e Apr 15 22:12:15 kernel: Apr 15 22:12:15 kernel: llinfo for 99.228.116.1 Apr 15 22:12:15 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:15 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:16 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:16 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:16 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:16 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:16 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:16 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:16 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:17 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:17 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:17 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:18 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:18 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:18 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:18 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:18 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:18 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:18 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:19 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:19 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:19 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:20 kernel: <<77>a>raprrperseoslovlev:e :c acna'nt' ta lallolcoactaet el llilnifnof of ofro r 9999..222288..111166.1. Apr 15 22:12:20 kernel: 1 Apr 15 22:12:20 kernel: Apr 15 22:12:20 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:21 kernel: <<77>>aarrpprreessoollvvee:: ccaann''tt aallllooccaattee lllilnifnfoo ffoorr 9999..222288..111166..11 Apr 15 22:12:21 kernel: Apr 15 22:12:21 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:21 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:21 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:21 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:21 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:22 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:22 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:22 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:23 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:23 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:23 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:24 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:24 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:24 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:24 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:25 kernel: arpresolve: cana'rtp raelsloolcvaet:e lclainn'fto aflolro cat9e9 .l2l2i8n.f1o1 6f.o1r Apr 15 22:12:25 kernel: Apr 15 22:12:25 kernel: 99.228.116.1 Apr 15 22:12:25 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:25 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:25 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:25 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:25 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:25 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:25 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:26 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:26 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:26 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:26 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:26 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:26 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:26 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:27 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:27 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:27 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:27 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:27 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:27 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:27 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:27 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:27 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:28 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:28 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:28 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:28 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:28 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:28 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:28 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:28 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:29 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:29 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:29 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:29 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:29 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:29 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:29 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:30 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:30 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:30 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:31 kernel: <<77>>aarrpprreessoollvvee:: ccaann''tt aallllooccaattee lllliinnffoo ffoorr 999.92.2282.81.1161.61. Apr 15 22:12:31 kernel: 1 Apr 15 22:12:31 kernel: Apr 15 22:12:31 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:31 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:31 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:31 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:31 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:32 kernel: <<7>a7r>parrepsroelsvoel:v ec:a nc'atn 'atl laolclaotcea tlel ilnlfion ffoo rf or 99.9292.8.21218.61.161. Apr 15 22:12:32 kernel: 1 Apr 15 22:12:32 kernel: Apr 15 22:12:32 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:32 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:33 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:33 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:33 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:33 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:34 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:34 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:34 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:34 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:34 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:34 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:34 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:34 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:35 kernel: arpresolve: can't allaocratper eslolilnvfeo: fcoarn 't 9a9l.l2o2c8a.t1e1 6l.l1i Apr 15 22:12:35 kernel: n Apr 15 22:12:35 kernel: fo for 99.228.116.1 Apr 15 22:12:35 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:36 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:36 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:36 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:37 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:37 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:37 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:37 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:38 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:38 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:38 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:38 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:38 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:38 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:38 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:38 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:38 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:38 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:38 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:39 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:39 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:39 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:39 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:39 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:39 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:39 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:40 kernel: arpresolve: can't allocate llinfaor pforre sol9v9.e2:2 8c.a1n1'6t. 1a Apr 15 22:12:40 kernel: l Apr 15 22:12:40 kernel: locate llinfo for 99.228.116.1 Apr 15 22:12:40 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:40 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:41 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:41 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:41 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:41 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:41 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:41 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:41 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:42 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:42 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:42 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:43 kernel: <<77>>aarrpprreessoollvvee:: ccaann''tt aallllooccaattee lllliinnffoo ffoorr 9999..222288..111166..11 Apr 15 22:12:43 kernel: Apr 15 22:12:43 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:43 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:43 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:43 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:43 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:44 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:44 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:44 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:45 kernel: arpresolve: can't allocate llinfo for 99.228.11a6.r1p Apr 15 22:12:45 kernel: r Apr 15 22:12:45 kernel: esolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:45 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:45 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:46 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:46 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:46 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:46 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:46 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:46 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:46 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:46 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:46 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:47 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:47 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:47 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:48 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:48 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:48 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:49 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:49 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:49 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:12:52 kernel: ovpnc1: link state changed to DOWN Apr 15 22:12:52 kernel: ovpnc2: link state changed to DOWN Apr 15 22:12:52 check_reload_status: Reloading filter Apr 15 22:13:12 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:13:13 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:13:13 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:13:13 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:13:13 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:13:17 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:13:21 check_reload_status: Linkup starting re0 Apr 15 22:13:21 kernel: re0: link state changed to UP Apr 15 22:13:23 php: : DEVD Ethernet attached event for wan Apr 15 22:13:23 php: : HOTPLUG: Configuring interface wan Apr 15 22:13:23 dhclient: PREINIT Apr 15 22:13:23 dhclient[6434]: DHCPREQUEST on re0 to 255.255.255.255 port 67 Apr 15 22:13:24 lighttpd[29055]: (connections.c.1721) SSL (error): 5 -1 1 Operation not permitted Apr 15 22:13:24 lighttpd[29055]: (connections.c.1721) SSL (error): 5 -1 1 Operation not permitted Apr 15 22:13:24 dhclient[6434]: DHCPREQUEST on re0 to 255.255.255.255 port 67 Apr 15 22:13:25 dhclient[6434]: DHCPREQUEST on re0 to 255.255.255.255 port 67 Apr 15 22:13:25 check_reload_status: Linkup starting re0 Apr 15 22:13:25 kernel: re0: link state changed to DOWN Apr 15 22:13:26 dhclient[6434]: DHCPREQUEST on re0 to 255.255.255.255 port 67 Apr 15 22:13:27 check_reload_status: Linkup starting re0 Apr 15 22:13:27 kernel: re0: link state changed to UP Apr 15 22:13:27 php: : DEVD Ethernet detached event for wan Apr 15 22:13:27 dhclient[6565]: connection closed Apr 15 22:13:27 dhclient[6565]: connection closed Apr 15 22:13:27 dhclient[6565]: exiting. Apr 15 22:13:27 dhclient[6565]: exiting. Apr 15 22:13:27 php: : The command '/sbin/dhclient -c /var/etc/dhclient_wan.conf re0 > /tmp/re0_output > /tmp/re0_error_output' returned exit code '15', the output was '' Apr 15 22:13:29 php: : DEVD Ethernet attached event for wan Apr 15 22:13:29 php: : HOTPLUG: Configuring interface wan Apr 15 22:13:29 dhclient: PREINIT Apr 15 22:13:29 dhclient[12806]: DHCPREQUEST on re0 to 255.255.255.255 port 67 Apr 15 22:13:30 dhclient[12806]: DHCPREQUEST on re0 to 255.255.255.255 port 67 Apr 15 22:13:31 dhclient[12806]: DHCPREQUEST on re0 to 255.255.255.255 port 67 Apr 15 22:13:32 dhclient[12806]: DHCPREQUEST on re0 to 255.255.255.255 port 67 Apr 15 22:13:34 dhclient[12806]: DHCPREQUEST on re0 to 255.255.255.255 port 67 Apr 15 22:13:34 dhclient[12806]: DHCPNAK from 192.168.100.1 Apr 15 22:13:34 dhclient[12806]: DHCPDISCOVER on re0 to 255.255.255.255 port 67 interval 2 Apr 15 22:13:36 dhclient[12806]: DHCPDISCOVER on re0 to 255.255.255.255 port 67 interval 5 Apr 15 22:13:36 dhclient[12806]: DHCPOFFER from 192.168.100.1 Apr 15 22:13:36 dhclient[12806]: Bogus Host Name option 12: 150mbps_link_host (150mbps_link_host) Apr 15 22:13:36 dhclient[12806]: Bogus Host Name option 12: 150mbps_link_host (150mbps_link_host) Apr 15 22:13:36 dhclient: ARPSEND Apr 15 22:13:36 dhclient[12806]: DHCPOFFER from 192.168.100.1 Apr 15 22:13:38 dhclient: ARPCHECK Apr 15 22:13:38 dhclient[12806]: DHCPREQUEST on re0 to 255.255.255.255 port 67 Apr 15 22:13:38 dhclient[12806]: DHCPACK from 192.168.100.1 Apr 15 22:13:38 dhclient[12806]: Bogus Host Name option 12: 150mbps_link_host (150mbps_link_host) Apr 15 22:13:38 dhclient[12806]: Bogus Host Name option 12: 150mbps_link_host (150mbps_link_host) Apr 15 22:13:38 dhclient: BOUND Apr 15 22:13:38 dhclient: Starting add_new_address() Apr 15 22:13:38 dhclient: ifconfig re0 inet 192.168.100.10 netmask 255.255.255.0 broadcast 192.168.100.255 Apr 15 22:13:38 dhclient: New IP Address (re0): 192.168.100.10 Apr 15 22:13:38 dhclient: New Subnet Mask (re0): 255.255.255.0 Apr 15 22:13:38 dhclient: New Broadcast Address (re0): 192.168.100.255 Apr 15 22:13:38 dhclient: New Routers (re0): Apr 15 22:13:38 dhclient: Adding new routes to interface: re0 Apr 15 22:13:38 dhclient: Creating resolv.conf Apr 15 22:13:38 check_reload_status: rc.newwanip starting re0 Apr 15 22:13:38 dhclient[12806]: bound to 192.168.100.10 -- renewal in 30 seconds. Apr 15 22:13:40 php: : rc.newwanip: Informational is starting re0. Apr 15 22:13:40 php: : rc.newwanip: on (IP address: 192.168.100.10) (interface: wan) (real interface: re0). Apr 15 22:13:40 apinger: Exiting on signal 15. Apr 15 22:13:41 check_reload_status: Reloading filter Apr 15 22:13:41 apinger: Starting Alarm Pinger, apinger(24149) Apr 15 22:13:41 apinger: No usable targets found, exiting Apr 15 22:13:41 php: : DynDns: updatedns() starting Apr 15 22:13:41 php: : Dyndns debug information: Could not resolve checkip.dyndns.org to ip using interface ip 192.168.100.10. Apr 15 22:13:41 php: : DynDns: Current WAN IP could not be determined, skipping update process. Apr 15 22:13:41 php: : phpDynDNS: No change in my IP address and/or 25 days has not passed. Not updating dynamic DNS entry. Apr 15 22:13:42 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:13:43 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:13:43 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:13:44 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:13:44 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:13:44 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:13:44 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:13:44 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:13:45 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:13:46 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:13:47 php: : Resyncing OpenVPN instances for interface WAN. Apr 15 22:13:47 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:13:47 php: : Creating rrd update script Apr 15 22:13:47 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:13:48 ntpdate[60602]: can't find host 0.pfsense.pool.ntp.org Apr 15 22:13:48 ntpdate[60602]: no servers can be used, exiting Apr 15 22:13:48 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:13:50 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:13:52 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:13:53 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:13:54 ntpdate[4013]: can't find host 0.pfsense.pool.ntp.org Apr 15 22:13:54 ntpdate[4013]: no servers can be used, exiting Apr 15 22:13:55 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:13:57 dnsmasq[8421]: reading /etc/resolv.conf Apr 15 22:13:57 dnsmasq[8421]: using nameserver 208.67.222.222#53 Apr 15 22:13:57 dnsmasq[8421]: using nameserver 208.67.222.222#53 Apr 15 22:13:57 dnsmasq[8421]: using nameserver 208.67.220.220#53 Apr 15 22:13:57 dnsmasq[8421]: using nameserver 208.67.220.220#53 Apr 15 22:13:58 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:13:58 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:13:58 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:13:58 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:13:59 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:14:00 ntpdate[8205]: can't find host 0.pfsense.pool.ntp.org Apr 15 22:14:00 ntpdate[8205]: no servers can be used, exiting Apr 15 22:14:01 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:14:03 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:14:05 ntp: Giving up on time sync after 3 attempts. Apr 15 22:14:05 kernel: arpresolve: can't allocate llinfo for 99.228.116.1 Apr 15 22:14:05 php: : pfSense package system has detected an ip change 99.228.117.xxx -> 192.168.100.10 ... Restarting packages. Apr 15 22:14:05 check_reload_status: Starting packages Apr 15 22:14:07 ntpd_intres[9240]: host name not found: 0.pfsense.pool.ntp.org Apr 15 22:14:07 php: : Restarting/Starting all packages. Apr 15 22:14:07 SnortStartup[10933]: Snort START For SNORT for WAN(18563_re0)... Apr 15 22:14:08 dhclient[21049]: DHCPREQUEST on re0 to 192.168.100.1 port 67 Apr 15 22:14:09 dhclient[21049]: DHCPREQUEST on re0 to 192.168.100.1 port 67 Apr 15 22:14:09 SnortStartup[11603]: Snort START For SNORT for VPN1(4655_ovpnc1)... Apr 15 22:14:11 dhclient[21049]: DHCPREQUEST on re0 to 192.168.100.1 port 67 Apr 15 22:14:11 SnortStartup[16716]: Snort START For SNORT for VPN2(28360_ovpnc2)... Apr 15 22:14:14 dhclient[21049]: DHCPREQUEST on re0 to 192.168.100.1 port 67 Apr 15 22:14:20 dhclient[21049]: DHCPREQUEST on re0 to 192.168.100.1 port 67 Apr 15 22:14:32 dhclient[21049]: DHCPREQUEST on re0 to 255.255.255.255 port 67 Apr 15 22:14:39 dhclient: EXPIRE Apr 15 22:14:39 dhclient: Deleting old routes Apr 15 22:14:39 dhclient: PREINIT Apr 15 22:14:39 dhclient[21049]: DHCPDISCOVER on re0 to 255.255.255.255 port 67 interval 2 Apr 15 22:14:40 dhclient[21049]: DHCPOFFER from 7.2.120.1 Apr 15 22:14:40 dhclient: ARPSEND Apr 15 22:14:42 dhclient: ARPCHECK Apr 15 22:14:42 dhclient[21049]: DHCPREQUEST on re0 to 255.255.255.255 port 67 Apr 15 22:14:42 dhclient[21049]: DHCPACK from 7.2.120.1 Apr 15 22:14:42 dhclient: BOUND Apr 15 22:14:42 dhclient: Deleting old routes Apr 15 22:14:42 dhclient: Starting add_new_address() Apr 15 22:14:42 dhclient: ifconfig re0 inet 99.228.117.xxx netmask 255.255.254.0 broadcast 255.255.255.255 Apr 15 22:14:42 dhclient: New IP Address (re0): 99.228.117.xxx Apr 15 22:14:42 dhclient: New Subnet Mask (re0): 255.255.254.0 Apr 15 22:14:42 dhclient: New Broadcast Address (re0): 255.255.255.255 Apr 15 22:14:42 dhclient: New Routers (re0): 99.228.116.1 Apr 15 22:14:42 dhclient: Adding new routes to interface: re0 Apr 15 22:14:42 dhclient: /sbin/route add default 99.228.116.1 Apr 15 22:14:42 dhclient: Creating resolv.conf Apr 15 22:14:42 check_reload_status: rc.newwanip starting re0 Apr 15 22:14:42 dhclient[21049]: bound to 99.228.117.xxx -- renewal in 263472 seconds. Apr 15 22:14:44 php: : rc.newwanip: Informational is starting re0. Apr 15 22:14:44 php: : rc.newwanip: on (IP address: 99.228.117.xxx) (interface: wan) (real interface: re0). Apr 15 22:14:44 php: : ROUTING: setting default route to 99.228.116.1 Apr 15 22:14:45 check_reload_status: Reloading filter Apr 15 22:14:45 apinger: Starting Alarm Pinger, apinger(38212) Apr 15 22:14:45 php: : DynDns: updatedns() starting Apr 15 22:14:45 php: : DynDns debug information: 99.228.117.xxx extracted from local system. Apr 15 22:14:45 php: : DynDns: Current WAN IP: 99.228.117.xxx Cached IP: 99.228.117.xxx Apr 15 22:14:45 php: : phpDynDNS: No change in my IP address and/or 25 days has not passed. Not updating dynamic DNS entry. Apr 15 22:14:45 dnsmasq[8421]: reading /etc/resolv.conf Apr 15 22:14:45 dnsmasq[8421]: using nameserver 208.67.222.222#53 Apr 15 22:14:45 dnsmasq[8421]: using nameserver 208.67.222.222#53 Apr 15 22:14:45 dnsmasq[8421]: using nameserver 208.67.220.220#53 Apr 15 22:14:45 dnsmasq[8421]: using nameserver 208.67.220.220#53 Apr 15 22:14:51 php: : Resyncing OpenVPN instances for interface WAN. Apr 15 22:14:51 php: : Creating rrd update script Apr 15 22:14:53 ntpdate[40454]: adjust time server 64.6.144.6 offset -0.032301 sec Apr 15 22:14:53 php: : pfSense package system has detected an ip change 192.168.100.10 -> 99.228.117.xxx ... Restarting packages. Apr 15 22:14:53 check_reload_status: Starting packages Apr 15 22:14:54 kernel: ovpnc2: link state changed to UP Apr 15 22:14:54 check_reload_status: rc.newwanip starting ovpnc2 Apr 15 22:14:55 kernel: ovpnc1: link state changed to UP Apr 15 22:14:55 check_reload_status: rc.newwanip starting ovpnc1 Apr 15 22:14:55 php: : Restarting/Starting all packages. Apr 15 22:14:55 SnortStartup[49123]: Snort START For SNORT for WAN(18563_re0)... Apr 15 22:14:56 php: : rc.newwanip: Informational is starting ovpnc2. Apr 15 22:14:56 php: : rc.newwanip: on (IP address: 10.131.1.6) (interface: opt2) (real interface: ovpnc2). Apr 15 22:14:56 php: : Removing static route for monitor 10.199.230.1 and adding a new route through 10.160.230.5 Apr 15 22:14:56 php: : Removing static route for monitor 10.154.1.1 and adding a new route through 10.131.1.5 Apr 15 22:14:56 apinger: Exiting on signal 15. Apr 15 22:14:57 php: : rc.newwanip: Informational is starting ovpnc1. Apr 15 22:14:57 php: : rc.newwanip: on (IP address: 10.160.230.6) (interface: opt1) (real interface: ovpnc1). Apr 15 22:14:57 php: : Removing static route for monitor 10.199.230.1 and adding a new route through 10.160.230.5 Apr 15 22:14:57 php: : Removing static route for monitor 10.154.1.1 and adding a new route through 10.131.1.5 Apr 15 22:14:57 check_reload_status: Reloading filter Apr 15 22:14:57 apinger: Starting Alarm Pinger, apinger(52725) Apr 15 22:14:57 SnortStartup[54188]: Snort START For SNORT for VPN1(4655_ovpnc1)... Apr 15 22:14:59 SnortStartup[59715]: Snort START For SNORT for VPN2(28360_ovpnc2)... Apr 15 22:15:00 dnsmasq[8421]: reading /etc/resolv.conf Apr 15 22:15:00 dnsmasq[8421]: using nameserver 208.67.222.222#53 Apr 15 22:15:00 dnsmasq[8421]: using nameserver 208.67.222.222#53 Apr 15 22:15:00 dnsmasq[8421]: using nameserver 208.67.220.220#53 Apr 15 22:15:00 dnsmasq[8421]: using nameserver 208.67.220.220#53 Apr 15 22:15:02 php: : Creating rrd update script Apr 15 22:15:03 php: : Creating rrd update script Apr 15 22:15:03 php: : pfSense package system has detected an ip change 10.160.1.10 -> 10.131.1.6 ... Restarting packages. Apr 15 22:15:05 ntpdate[55722]: adjust time server 64.6.144.6 offset -0.026199 sec Apr 15 22:15:05 php: : pfSense package system has detected an ip change 10.118.230.10 -> 10.160.230.6 ... Restarting packages. Apr 15 22:15:05 check_reload_status: Starting packages Apr 15 22:15:07 php: : Restarting/Starting all packages. Apr 15 22:15:07 SnortStartup[63617]: Snort START For SNORT for WAN(18563_re0)... Apr 15 22:15:09 SnortStartup[777]: Snort START For SNORT for VPN1(4655_ovpnc1)... Apr 15 22:15:11 SnortStartup[2297]: Snort START For SNORT for VPN2(28360_ovpnc2)...
  • DNS Server and VOIP Server

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    W
    @ual4720: My Issue: My phones wont register with the VOIP server unless the VOIP server is set as the primary or first DNS in pfsense>services>dhcp server and My workstations are unable to resolve the primary domain controller unless it is set as my primary or first DNS in pfsense>services>dhcp server. 1. What version(s) of pfSense are in use? 2. Do you have the same name registered in multiple DNS servers with different IP addresses, for example pbx.mydomain.org as x.y.z.3 in the VOIP server and pbx.mydomain.com as x.y.z.15 in the PDC? If so, why? 3. Why don't you configure the VOIP server as the first DNS in pfsense1 and the PDC as the first DNS in pfSense2? 4. Can you give me details of why the phones don't register with the VOIP server … (Can't resolve name of the VOIP server? Can't reach the VOIP server? ...) 5.  Can you give more details of why the workstations are "unable to resolve the primary domain controller unless it is set as my primary or first DNS in pfsense>services>dhcp server "? They take notice of only the first DNS provided by DHCP and the other servers can't resolve the name? 6. Is DNS forwarder enabled in any of the pfSense boxes?  Why?
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.