<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Home Monitor 4.3.0: Why do I see no IN Bound or OUT Bound events from DD-WRT? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Home-Monitor-4-3-0-Why-do-I-see-no-IN-Bound-or-OUT-Bound-events/m-p/219211#M23972</link>
    <description>&lt;P&gt;If you want outbound connections, you should look at the two fields, IN and OUT in your data. I would look at the SRC and see if it's a local IP; if it is, then whatever your "IN" field is, add that to the props.conf :&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;[dd-wrt]&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;EVAL-direction = if(match(IN,"br*", "in","out")&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;This reads, if the IN field = br0 (using the example data above) then the direction will be set to 'in', otherwise it will be set to 'out'. Just look at your data and validate the SRC and DEST ip's to make sure that they logically follow the newly created direction field.  &lt;/P&gt;

&lt;P&gt;Let me know if I can add any further assistance. &lt;/P&gt;

&lt;P&gt;-Kam&lt;/P&gt;</description>
    <pubDate>Wed, 13 Jan 2016 22:07:43 GMT</pubDate>
    <dc:creator>amiracle</dc:creator>
    <dc:date>2016-01-13T22:07:43Z</dc:date>
    <item>
      <title>Home Monitor 4.3.0: Why do I see no IN Bound or OUT Bound events from DD-WRT?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Home-Monitor-4-3-0-Why-do-I-see-no-IN-Bound-or-OUT-Bound-events/m-p/219205#M23966</link>
      <description>&lt;P&gt;Love the idea of Home Monitor and really want to get it to work.&lt;/P&gt;

&lt;P&gt;I'm running Home Monitor 4.3.0 on Splunk 6.3.2.  DD-WRT v3.0-r27734 on a DIR 686L.&lt;/P&gt;

&lt;P&gt;Set up Home Monitor initially with dd-wrt sourcetype and produced problem below.  Then re-ran /homemonitor/apps/local/homemonitor/setup and set sourcetype as syslog and produced same problem.&lt;/P&gt;

&lt;P&gt;There are many Events but no IN Bound or OUT Bound events.  See &lt;IMG src="http://i.imgur.com/1YTTUs8.png" alt="alt text" /&gt; (imgur image ID 1YTTUs8 if the link doesn't work)&lt;/P&gt;

&lt;P&gt;Have sample output from DD-WRT, extract below:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2016-01-10 14:59:57 Kernel.Warning  192.168.28.1    Jan 10 06:59:57 kernel: ACCEPT IN=vlan2 OUT=br0 MAC=78:54:2e:4e:13:c9:00:17:10:85:ab:92:08:00:45:00:00:8f SRC=218.15.145.194 DST=192.168.28.57 LEN=143 TOS=0x00 PREC=0x00 TTL=43 ID=4934 PROTO=UDP SPT=14392 DPT=19598 LEN=123 MARK=0xa000 
2016-01-10 14:59:57 Kernel.Warning  192.168.28.1    Jan 10 06:59:57 kernel: ACCEPT IN=br0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:1d:ba:67:d7:f2:08:00 SRC=192.168.28.11 DST=192.168.28.255 LEN=78 TOS=0x00 PREC=0x00 TTL=128 ID=23255 PROTO=UDP SPT=137 DPT=137 LEN=58 MARK=0x35400 
2016-01-10 14:59:57 Kernel.Warning  192.168.28.1    Jan 10 06:59:57 kernel: ACCEPT IN=vlan2 OUT=br0 MAC=78:54:2e:4e:13:c9:00:17:10:85:ab:92:08:00:45:00:00:84 SRC=123.26.105.194 DST=192.168.28.57 LEN=132 TOS=0x00 PREC=0x00 TTL=113 ID=15843 PROTO=UDP SPT=10538 DPT=19598 LEN=112 MARK=0xa000 
2016-01-10 14:59:57 Kernel.Warning  192.168.28.1    Jan 10 06:59:58 kernel: ACCEPT IN=br0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:1d:ba:67:d7:f2:08:00 SRC=192.168.28.11 DST=192.168.28.255 LEN=78 TOS=0x00 PREC=0x00 TTL=128 ID=23351 PROTO=UDP SPT=137 DPT=137 LEN=58 MARK=0x35400 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any ideas?  Have I mis-configured something?&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jan 2016 07:21:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Home-Monitor-4-3-0-Why-do-I-see-no-IN-Bound-or-OUT-Bound-events/m-p/219205#M23966</guid>
      <dc:creator>fareastenders</dc:creator>
      <dc:date>2016-01-10T07:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Home Monitor 4.3.0: Why do I see no IN Bound or OUT Bound events from DD-WRT?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Home-Monitor-4-3-0-Why-do-I-see-no-IN-Bound-or-OUT-Bound-events/m-p/219206#M23967</link>
      <description>&lt;P&gt;The problem is that you have br0 as your interface, but the app is configured to look for eth* instead.  Here's how you fix it:&lt;/P&gt;

&lt;P&gt;Go to $SPLUNK_HOME/etc/apps/homemonitor/local/props.conf (If the file does not exist, simply create it.)&lt;/P&gt;

&lt;P&gt;Next, copy and paste the following :&lt;/P&gt;

&lt;P&gt;[openwrt]&lt;BR /&gt;
EVAL-direction = if(match(OUT,"br*"), "out", "in")&lt;/P&gt;

&lt;P&gt;What this is doing, is looking at the OUT extraction and seeing what interface it's going to, then based on that reporting it as OUT for true, or IN for false.&lt;/P&gt;

&lt;P&gt;You can either reload or just restart Splunk (to reload, simply run &lt;CODE&gt;*| extract reload=T&lt;/CODE&gt;) in a search.&lt;/P&gt;

&lt;P&gt;That should now get you the direction for your traffic.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jan 2016 15:18:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Home-Monitor-4-3-0-Why-do-I-see-no-IN-Bound-or-OUT-Bound-events/m-p/219206#M23967</guid>
      <dc:creator>amiracle</dc:creator>
      <dc:date>2016-01-10T15:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Home Monitor 4.3.0: Why do I see no IN Bound or OUT Bound events from DD-WRT?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Home-Monitor-4-3-0-Why-do-I-see-no-IN-Bound-or-OUT-Bound-events/m-p/219207#M23968</link>
      <description>&lt;P&gt;Thank you for your help.&lt;/P&gt;

&lt;P&gt;I've added and populated the file you said (it was in Program Files/Splunk/etc/apps/homemonitor/local as I'm in Win x64) then re-set-up Home Monitor to use dd-wrt as sourcetype, then restarted the Windows service as well as doing a search for &lt;CODE&gt;*| extract reload=T&lt;/CODE&gt; but there are still no IN or OUT results.&lt;/P&gt;

&lt;P&gt;I then edited Program Files/Splunk/etc/apps/homemonitor/default/props.conf to replace eth* with br* and re-performed the above.  Still no IN or OUT results.&lt;/P&gt;

&lt;P&gt;Sorry.&lt;/P&gt;

&lt;P&gt;What else could I provide to make troubleshooting easier?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2016 10:03:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Home-Monitor-4-3-0-Why-do-I-see-no-IN-Bound-or-OUT-Bound-events/m-p/219207#M23968</guid>
      <dc:creator>fareastenders</dc:creator>
      <dc:date>2016-01-11T10:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Home Monitor 4.3.0: Why do I see no IN Bound or OUT Bound events from DD-WRT?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Home-Monitor-4-3-0-Why-do-I-see-no-IN-Bound-or-OUT-Bound-events/m-p/219208#M23969</link>
      <description>&lt;P&gt;OK, so what does seem to have worked (based on reading and understanding your props.conf file - never dived into Splunk before) is setting the brand to "openwrt" rather than "dd-wrt" on the set-up page:&lt;BR /&gt;
&lt;IMG src="http://i.imgur.com/imzSTf2.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;I now have some IN Bound events but I'm still uncertain as to whether this has solved the problem.  What's the acid test?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2016 10:30:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Home-Monitor-4-3-0-Why-do-I-see-no-IN-Bound-or-OUT-Bound-events/m-p/219208#M23969</guid>
      <dc:creator>fareastenders</dc:creator>
      <dc:date>2016-01-11T10:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Home Monitor 4.3.0: Why do I see no IN Bound or OUT Bound events from DD-WRT?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Home-Monitor-4-3-0-Why-do-I-see-no-IN-Bound-or-OUT-Bound-events/m-p/219209#M23970</link>
      <description>&lt;P&gt;To test that the new props worked, you can run a simple search :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=homemonitor sourcetype=openwrt | stats count(dest_ip) by direction 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This should show outbound traffic to remote IP's. You can replace &lt;CODE&gt;dest_ip&lt;/CODE&gt; with &lt;CODE&gt;src_ip&lt;/CODE&gt; to see the traffic going inbound. &lt;/P&gt;

&lt;P&gt;Let me know if you have any further questions. &lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2016 14:06:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Home-Monitor-4-3-0-Why-do-I-see-no-IN-Bound-or-OUT-Bound-events/m-p/219209#M23970</guid>
      <dc:creator>amiracle</dc:creator>
      <dc:date>2016-01-11T14:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Home Monitor 4.3.0: Why do I see no IN Bound or OUT Bound events from DD-WRT?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Home-Monitor-4-3-0-Why-do-I-see-no-IN-Bound-or-OUT-Bound-events/m-p/219210#M23971</link>
      <description>&lt;P&gt;I have the same issue. The proposed solution results in only IN bound connections. I am happy to help with any testing to get dd-wrt fully supported.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2016 09:14:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Home-Monitor-4-3-0-Why-do-I-see-no-IN-Bound-or-OUT-Bound-events/m-p/219210#M23971</guid>
      <dc:creator>DanielFordWA</dc:creator>
      <dc:date>2016-01-12T09:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Home Monitor 4.3.0: Why do I see no IN Bound or OUT Bound events from DD-WRT?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Home-Monitor-4-3-0-Why-do-I-see-no-IN-Bound-or-OUT-Bound-events/m-p/219211#M23972</link>
      <description>&lt;P&gt;If you want outbound connections, you should look at the two fields, IN and OUT in your data. I would look at the SRC and see if it's a local IP; if it is, then whatever your "IN" field is, add that to the props.conf :&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;[dd-wrt]&lt;/CODE&gt;&lt;BR /&gt;
&lt;CODE&gt;EVAL-direction = if(match(IN,"br*", "in","out")&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;This reads, if the IN field = br0 (using the example data above) then the direction will be set to 'in', otherwise it will be set to 'out'. Just look at your data and validate the SRC and DEST ip's to make sure that they logically follow the newly created direction field.  &lt;/P&gt;

&lt;P&gt;Let me know if I can add any further assistance. &lt;/P&gt;

&lt;P&gt;-Kam&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2016 22:07:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Home-Monitor-4-3-0-Why-do-I-see-no-IN-Bound-or-OUT-Bound-events/m-p/219211#M23972</guid>
      <dc:creator>amiracle</dc:creator>
      <dc:date>2016-01-13T22:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Home Monitor 4.3.0: Why do I see no IN Bound or OUT Bound events from DD-WRT?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Home-Monitor-4-3-0-Why-do-I-see-no-IN-Bound-or-OUT-Bound-events/m-p/219212#M23973</link>
      <description>&lt;P&gt;I too am having issues getting the outbound connections and accept/reject to show. I am using dd-wrt software on my router. Here is a sample output from the syslogd - &lt;CODE&gt;Jan 22 07:12:23 DD-WRT kern.warn kernel: ACCEPT IN=br0 OUT= MAC=ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:ff:0f:00 SRC=192.168.0.32 DST=192.168.0.255 LEN=291 TOS=0x00 PREC=0x00 TTL=128 ID=7669 PROTO=UDP SPT=54915 DPT=54915 LEN=271&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;I am not sure if &lt;CODE&gt;*| extract reload=T&lt;/CODE&gt; reloads the prop.conf from local.&lt;/P&gt;

&lt;P&gt;Also can I define who rules for inbound/outbound?&lt;/P&gt;

&lt;P&gt;Example: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;EVAL-direction = if(match(IN,"vlan*"), "in", "out")
EVAL-direction = if(match(OUT,"vlan*", "out","in")
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am quite confused if my changes to the prop.conf in the local folder are even having an effect...&lt;/P&gt;

&lt;P&gt;Any help would be appreciated. Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2016 07:23:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Home-Monitor-4-3-0-Why-do-I-see-no-IN-Bound-or-OUT-Bound-events/m-p/219212#M23973</guid>
      <dc:creator>whothisbeme</dc:creator>
      <dc:date>2016-01-22T07:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Home Monitor 4.3.0: Why do I see no IN Bound or OUT Bound events from DD-WRT?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Home-Monitor-4-3-0-Why-do-I-see-no-IN-Bound-or-OUT-Bound-events/m-p/219213#M23974</link>
      <description>&lt;P&gt;After messing with it further it seems the prop.conf file is not effecting the settings.. Upon changing the EVAL-direction line in the props.conf in the default folder I am now seeing Inbound and outbound connections. I noticed there is only an openwrt and no ddwrt options. Will a dd-wrt option be added in the future?&lt;/P&gt;

&lt;P&gt;Thanks again.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2016 07:37:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Home-Monitor-4-3-0-Why-do-I-see-no-IN-Bound-or-OUT-Bound-events/m-p/219213#M23974</guid>
      <dc:creator>whothisbeme</dc:creator>
      <dc:date>2016-01-22T07:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Home Monitor 4.3.0: Why do I see no IN Bound or OUT Bound events from DD-WRT?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Home-Monitor-4-3-0-Why-do-I-see-no-IN-Bound-or-OUT-Bound-events/m-p/219214#M23975</link>
      <description>&lt;P&gt;I can add the dd-wrt to the source types, I'll just need a raw couple of events to make sure that it's properly parsed.  Also, did I answer your question, or are you still not able to see the data coming into the Home monitor app?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Kam&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 21:40:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Home-Monitor-4-3-0-Why-do-I-see-no-IN-Bound-or-OUT-Bound-events/m-p/219214#M23975</guid>
      <dc:creator>amiracle</dc:creator>
      <dc:date>2016-02-10T21:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Home Monitor 4.3.0: Why do I see no IN Bound or OUT Bound events from DD-WRT?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Home-Monitor-4-3-0-Why-do-I-see-no-IN-Bound-or-OUT-Bound-events/m-p/219215#M23976</link>
      <description>&lt;P&gt;I gave up on using home monitor since I couldn't get the events parsed correctly. If you could add a dd-wrt source type that would be excellent. Just let me know what I need to provide.&lt;/P&gt;

&lt;P&gt;Also I could get the events to show up in the Home monitor app but they weren't being parsed correctly.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2016 04:20:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Home-Monitor-4-3-0-Why-do-I-see-no-IN-Bound-or-OUT-Bound-events/m-p/219215#M23976</guid>
      <dc:creator>whothisbeme</dc:creator>
      <dc:date>2016-02-11T04:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Home Monitor 4.3.0: Why do I see no IN Bound or OUT Bound events from DD-WRT?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Home-Monitor-4-3-0-Why-do-I-see-no-IN-Bound-or-OUT-Bound-events/m-p/219216#M23977</link>
      <description>&lt;P&gt;Here's the dd-wrt source type which you can add to your local props.conf for now until I add it to the next release.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[dd-wrt]
pulldown_type = 1
EXTRACT-action = (?i) .*?: (?P\w+)(?= )
FIELDALIAS-dst = DST as dest_ip
FIELDALIAS-dpt = DPT as dest_port
FIELDALIAS-proto = PROTO as protocol
FIELDALIAS-SPT = SPT as src_port
FIELDALIAS-SRC = SRC as src_ip
EVAL-direction = if(match(OUT,"eth*"), "out", "in")
LOOKUP-action_lookup = action_lookup action OUTPUT action2
LOOKUP-rdns = dnsLookup ip AS dest_ip OUTPUTNEW host as rdns_host
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Here is the &lt;A href="http://amiracle19.blogspot.com/2016/02/adding-dd-wrt-sourcetype.html"&gt;blog post&lt;/A&gt; on how I made the sourcetype : &lt;A href="http://amiracle19.blogspot.com/2016/02/adding-dd-wrt-sourcetype.html"&gt;http://amiracle19.blogspot.com/2016/02/adding-dd-wrt-sourcetype.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2016 17:27:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Home-Monitor-4-3-0-Why-do-I-see-no-IN-Bound-or-OUT-Bound-events/m-p/219216#M23977</guid>
      <dc:creator>amiracle</dc:creator>
      <dc:date>2016-02-11T17:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Home Monitor 4.3.0: Why do I see no IN Bound or OUT Bound events from DD-WRT?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Home-Monitor-4-3-0-Why-do-I-see-no-IN-Bound-or-OUT-Bound-events/m-p/219217#M23978</link>
      <description>&lt;P&gt;Awesome! I am now seeing accepted/blocked and inbound/outbound!&lt;/P&gt;

&lt;P&gt;The below config posted in your [blog post][1] works:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[dd-wrt]
pulldown_type = 1
EXTRACT-action = (?i) .*?: (?P\w+)(?= )
FIELDALIAS-dst = DST as dest_ip
FIELDALIAS-dpt = DPT as dest_port
FIELDALIAS-proto = PROTO as protocol
FIELDALIAS-SPT = SPT as src_port
FIELDALIAS-SRC = SRC as src_ip
EVAL-direction = if(match(OUT,"eth*"), "out", "in")
LOOKUP-action_lookup = action_lookup action OUTPUT action2
LOOKUP-rdns = dnsLookup ip AS dest_ip OUTPUTNEW host as rdns_host
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also I did notice my public IP was not reported correctly on the Home Network Overview dashboard.&lt;/P&gt;

&lt;P&gt;Thanks again!&lt;/P&gt;</description>
      <pubDate>Sat, 13 Feb 2016 03:09:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Home-Monitor-4-3-0-Why-do-I-see-no-IN-Bound-or-OUT-Bound-events/m-p/219217#M23978</guid>
      <dc:creator>whothisbeme</dc:creator>
      <dc:date>2016-02-13T03:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Home Monitor 4.3.0: Why do I see no IN Bound or OUT Bound events from DD-WRT?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Home-Monitor-4-3-0-Why-do-I-see-no-IN-Bound-or-OUT-Bound-events/m-p/219218#M23979</link>
      <description>&lt;P&gt;What IP address did show up for your dashboard? Was it a local IP (192.168.1.0/16)? &lt;/P&gt;</description>
      <pubDate>Sat, 13 Feb 2016 03:23:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Home-Monitor-4-3-0-Why-do-I-see-no-IN-Bound-or-OUT-Bound-events/m-p/219218#M23979</guid>
      <dc:creator>amiracle</dc:creator>
      <dc:date>2016-02-13T03:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Home Monitor 4.3.0: Why do I see no IN Bound or OUT Bound events from DD-WRT?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Home-Monitor-4-3-0-Why-do-I-see-no-IN-Bound-or-OUT-Bound-events/m-p/219219#M23980</link>
      <description>&lt;P&gt;Actually no it is not a local IP&lt;/P&gt;

&lt;P&gt;I am seeing a 186.108.xxx.xxx IP&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 13 Feb 2016 04:37:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Home-Monitor-4-3-0-Why-do-I-see-no-IN-Bound-or-OUT-Bound-events/m-p/219219#M23980</guid>
      <dc:creator>whothisbeme</dc:creator>
      <dc:date>2016-02-13T04:37:11Z</dc:date>
    </item>
  </channel>
</rss>

