<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[KeexyBox's forum - Profiles]]></title>
		<link>https://forum.keexybox.org/</link>
		<description><![CDATA[KeexyBox's forum - https://forum.keexybox.org]]></description>
		<pubDate>Tue, 02 Jun 2026 19:09:05 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[iptables issue with timestart-timestop due to timezone]]></title>
			<link>https://forum.keexybox.org/Thread-iptables-issue-with-timestart-timestop-due-to-timezone</link>
			<pubDate>Thu, 12 Jan 2023 02:40:10 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.keexybox.org/member.php?action=profile&uid=14983">rdavila</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.keexybox.org/Thread-iptables-issue-with-timestart-timestop-due-to-timezone</guid>
			<description><![CDATA[Hello everyone,<br />
<br />
I found an issue that seems to be caused by iptables, but I wanted to check if it's known and if there are any workarounds.<br />
<br />
My timezone is EST, which at the moment is UTC -05:00<br />
I create a Schedule to give access on Wednesday from 18:00 to 20:00 EST.<br />
This translates to Wednesday 23:00 to Thursday 01:00 UTC.<br />
<br />
When I apply the Profile to a Device, it gets blocked at 19:00 EST.<br />
<br />
The problem seems to be that the timestart and timestop parameters to iptables are translated to UTC, and this breaks the access.<br />
<br />
Below is the iptables line created by KeexyBox.<br />
<span style="font-family: Courier New;" class="mycode_font">-A FORWARD -m mac --mac-source nn:nn:nn:nn:nn:nn -m time --timestart <span style="font-weight: bold;" class="mycode_b">23:00:00</span> --timestop <span style="font-weight: bold;" class="mycode_b">01:00:00</span> --weekdays <span style="font-weight: bold;" class="mycode_b">Wed</span> -j 49_FORWARD</span><br />
<br />
When the time is 19:00 EST, I think the following is what iptables interprets:<br />
<ul class="mycode_list"><li>Time is 00:00 UTC<br />
</li>
<li>The <span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Courier New;" class="mycode_font">timestart </span></span></span>parameter is 23:00:00<br />
</li>
<li>00:00 is <span style="font-weight: bold;" class="mycode_b">before</span> the <span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Courier New;" class="mycode_font">timestart </span></span></span>parameter<br />
</li>
<li>iptables decides that the rule does not apply<br />
</li>
</ul>
<br />
I hope this all made sense :-)]]></description>
			<content:encoded><![CDATA[Hello everyone,<br />
<br />
I found an issue that seems to be caused by iptables, but I wanted to check if it's known and if there are any workarounds.<br />
<br />
My timezone is EST, which at the moment is UTC -05:00<br />
I create a Schedule to give access on Wednesday from 18:00 to 20:00 EST.<br />
This translates to Wednesday 23:00 to Thursday 01:00 UTC.<br />
<br />
When I apply the Profile to a Device, it gets blocked at 19:00 EST.<br />
<br />
The problem seems to be that the timestart and timestop parameters to iptables are translated to UTC, and this breaks the access.<br />
<br />
Below is the iptables line created by KeexyBox.<br />
<span style="font-family: Courier New;" class="mycode_font">-A FORWARD -m mac --mac-source nn:nn:nn:nn:nn:nn -m time --timestart <span style="font-weight: bold;" class="mycode_b">23:00:00</span> --timestop <span style="font-weight: bold;" class="mycode_b">01:00:00</span> --weekdays <span style="font-weight: bold;" class="mycode_b">Wed</span> -j 49_FORWARD</span><br />
<br />
When the time is 19:00 EST, I think the following is what iptables interprets:<br />
<ul class="mycode_list"><li>Time is 00:00 UTC<br />
</li>
<li>The <span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Courier New;" class="mycode_font">timestart </span></span></span>parameter is 23:00:00<br />
</li>
<li>00:00 is <span style="font-weight: bold;" class="mycode_b">before</span> the <span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Courier New;" class="mycode_font">timestart </span></span></span>parameter<br />
</li>
<li>iptables decides that the rule does not apply<br />
</li>
</ul>
<br />
I hope this all made sense :-)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Schedule does not seem to be working]]></title>
			<link>https://forum.keexybox.org/Thread-Schedule-does-not-seem-to-be-working</link>
			<pubDate>Mon, 09 Jan 2023 18:52:56 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.keexybox.org/member.php?action=profile&uid=14983">rdavila</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.keexybox.org/Thread-Schedule-does-not-seem-to-be-working</guid>
			<description><![CDATA[Hello everyone,<br />
<br />
I created a Profile with a schedule to only allow connections to the Internet during certain times of the day. I can see the Device is using the correct Profile, but I can still access the Internet on that Device outside of the Scheduled Time.<br />
<br />
Below are the details of the Schedule configuration. (please see the attached file "Schedule Screenshot.jpg" for a screenshot of the schedule)<br />
The goal is to allow access to the Internet only during the following times:<ul class="mycode_list"><li>Monday through Thursday - <span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">6:00pm to 7:00pm</span></span></span><br />
</li>
<li>Friday -  3:00pm to 10:00pm<br />
</li>
<li>Saturday - 12:00pm to 8:00pm<br />
</li>
</ul>
As a test, I browsed to a website today Monday at 1:25pm, which is outside of the Schedule, and I was able to access the Internet.<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">(please see the attached file "Access Log Screenshot.jpg" for a scre</span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">enshot of the Access Log page)</span></span></span><br />
<br />
If I click on the little "Eye Icon" in the Access Log page, it takes me to the Connection Information page for that Device, which confirms the correct Profile is being assigned.<br />
(please see attached "Connection Information screenshot.jpg)<br />
<br />
Any ideas of what I might be doing wrong?<br />
<br />
Thanks in advance!<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.keexybox.org/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=15" target="_blank" title="">Access Log Screenshot.jpg</a> (Size: 150.15 KB / Downloads: 3)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.keexybox.org/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=16" target="_blank" title="">Connection Information Screenshot.jpg</a> (Size: 139.2 KB / Downloads: 3)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.keexybox.org/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=17" target="_blank" title="">Schedule Screenshot.jpg</a> (Size: 74.72 KB / Downloads: 3)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Hello everyone,<br />
<br />
I created a Profile with a schedule to only allow connections to the Internet during certain times of the day. I can see the Device is using the correct Profile, but I can still access the Internet on that Device outside of the Scheduled Time.<br />
<br />
Below are the details of the Schedule configuration. (please see the attached file "Schedule Screenshot.jpg" for a screenshot of the schedule)<br />
The goal is to allow access to the Internet only during the following times:<ul class="mycode_list"><li>Monday through Thursday - <span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">6:00pm to 7:00pm</span></span></span><br />
</li>
<li>Friday -  3:00pm to 10:00pm<br />
</li>
<li>Saturday - 12:00pm to 8:00pm<br />
</li>
</ul>
As a test, I browsed to a website today Monday at 1:25pm, which is outside of the Schedule, and I was able to access the Internet.<br />
<span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">(please see the attached file "Access Log Screenshot.jpg" for a scre</span></span></span><span style="color: #333333;" class="mycode_color"><span style="font-size: small;" class="mycode_size"><span style="font-family: Tahoma, Verdana, Arial, sans-serif;" class="mycode_font">enshot of the Access Log page)</span></span></span><br />
<br />
If I click on the little "Eye Icon" in the Access Log page, it takes me to the Connection Information page for that Device, which confirms the correct Profile is being assigned.<br />
(please see attached "Connection Information screenshot.jpg)<br />
<br />
Any ideas of what I might be doing wrong?<br />
<br />
Thanks in advance!<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.keexybox.org/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=15" target="_blank" title="">Access Log Screenshot.jpg</a> (Size: 150.15 KB / Downloads: 3)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.keexybox.org/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=16" target="_blank" title="">Connection Information Screenshot.jpg</a> (Size: 139.2 KB / Downloads: 3)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.keexybox.org/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=17" target="_blank" title="">Schedule Screenshot.jpg</a> (Size: 74.72 KB / Downloads: 3)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[A profile with scheduled time doesn't work on Android 10]]></title>
			<link>https://forum.keexybox.org/Thread-A-profile-with-scheduled-time-doesn-t-work-on-Android-10</link>
			<pubDate>Thu, 15 Jul 2021 16:57:50 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.keexybox.org/member.php?action=profile&uid=2347">diozea</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.keexybox.org/Thread-A-profile-with-scheduled-time-doesn-t-work-on-Android-10</guid>
			<description><![CDATA[Hello,<br />
<br />
My android 10 smartphone doesn't block internet browsing between scheduled times (during lunch times).<br />
It can browse internet.<br />
<br />
While sheduled times slots, it works fine: The blacklisted domains are blocked as expected.<br />
<br />
The same profile works as expected with a Windows PC (on each slot times).]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
My android 10 smartphone doesn't block internet browsing between scheduled times (during lunch times).<br />
It can browse internet.<br />
<br />
While sheduled times slots, it works fine: The blacklisted domains are blocked as expected.<br />
<br />
The same profile works as expected with a Windows PC (on each slot times).]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[solved] unable to connect a profile on a Iphone]]></title>
			<link>https://forum.keexybox.org/Thread-solved-unable-to-connect-a-profile-on-a-Iphone</link>
			<pubDate>Sun, 11 Jul 2021 13:54:53 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.keexybox.org/member.php?action=profile&uid=2347">diozea</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.keexybox.org/Thread-solved-unable-to-connect-a-profile-on-a-Iphone</guid>
			<description><![CDATA[Hello,<br />
My iphone got a lease once (don't know how), but after a disconnection (to change the device profile), I lost him.<br />
I can't anymore connect a profile on this device. He can't browse internet (except with a user profile). From the iphone, on the portal, I'm "Off line".<br />
Wifi connection on this iphone is setup to 'connexion auto' and 'Authentication auto'.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>pi@raspberrypi:/opt/keexybox/dhcpd/etc &#36; more dhcpd.leases<br />
<br />
lease 192.168.0.6 {<br />
  starts 0 2021/07/11 13:21:52;<br />
  ends 0 2021/07/11 15:21:52;<br />
  cltt 0 2021/07/11 13:21:52;<br />
  binding state active;<br />
  next binding state free;<br />
  rewind binding state free;<br />
  hardware ethernet fdgwxfgwd;<br />
  uid "&#92;001**&#92;021g)&#92;363";<br />
  client-hostname "iPhone";</code></div></div>]]></description>
			<content:encoded><![CDATA[Hello,<br />
My iphone got a lease once (don't know how), but after a disconnection (to change the device profile), I lost him.<br />
I can't anymore connect a profile on this device. He can't browse internet (except with a user profile). From the iphone, on the portal, I'm "Off line".<br />
Wifi connection on this iphone is setup to 'connexion auto' and 'Authentication auto'.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>pi@raspberrypi:/opt/keexybox/dhcpd/etc &#36; more dhcpd.leases<br />
<br />
lease 192.168.0.6 {<br />
  starts 0 2021/07/11 13:21:52;<br />
  ends 0 2021/07/11 15:21:52;<br />
  cltt 0 2021/07/11 13:21:52;<br />
  binding state active;<br />
  next binding state free;<br />
  rewind binding state free;<br />
  hardware ethernet fdgwxfgwd;<br />
  uid "&#92;001**&#92;021g)&#92;363";<br />
  client-hostname "iPhone";</code></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Browsing duration with limit per day]]></title>
			<link>https://forum.keexybox.org/Thread-Browsing-duration-with-limit-per-day</link>
			<pubDate>Sun, 04 Jul 2021 10:07:43 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.keexybox.org/member.php?action=profile&uid=2347">diozea</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.keexybox.org/Thread-Browsing-duration-with-limit-per-day</guid>
			<description><![CDATA[Hello,<br />
I would like to allow my kids to browse internet:<br />
- on a time slot -&gt; okay i can setup that in a profile<br />
+<br />
- with a limit of duration per day -&gt; how? If not, is it plan soonly?<br />
<br />
I think a lot of parents will use this feature.<br />
<br />
Thanks fo your work.]]></description>
			<content:encoded><![CDATA[Hello,<br />
I would like to allow my kids to browse internet:<br />
- on a time slot -&gt; okay i can setup that in a profile<br />
+<br />
- with a limit of duration per day -&gt; how? If not, is it plan soonly?<br />
<br />
I think a lot of parents will use this feature.<br />
<br />
Thanks fo your work.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Select all categories]]></title>
			<link>https://forum.keexybox.org/Thread-Select-all-categories</link>
			<pubDate>Thu, 17 Jun 2021 12:33:50 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.keexybox.org/member.php?action=profile&uid=2347">diozea</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.keexybox.org/Thread-Select-all-categories</guid>
			<description><![CDATA[Hello,<br />
Thank you very much for your impressive work.<br />
<br />
I would like to setup a school profile:<br />
- available all the time<br />
- but restricted only to school site or educational content (so only a couple of categories).<br />
<br />
Is there a way to select all categories at the same times?<br />
or to allow only one or 2 category and block the others?]]></description>
			<content:encoded><![CDATA[Hello,<br />
Thank you very much for your impressive work.<br />
<br />
I would like to setup a school profile:<br />
- available all the time<br />
- but restricted only to school site or educational content (so only a couple of categories).<br />
<br />
Is there a way to select all categories at the same times?<br />
or to allow only one or 2 category and block the others?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[limit a category with a time slot]]></title>
			<link>https://forum.keexybox.org/Thread-limit-a-category-with-a-time-slot</link>
			<pubDate>Thu, 22 Apr 2021 07:34:59 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.keexybox.org/member.php?action=profile&uid=2286">incableu</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.keexybox.org/Thread-limit-a-category-with-a-time-slot</guid>
			<description><![CDATA[thank you for this project.<br />
<br />
is it possible to block sites (social networks for example) during a time slot?<br />
just block a category and do not cut the internet during this time ?]]></description>
			<content:encoded><![CDATA[thank you for this project.<br />
<br />
is it possible to block sites (social networks for example) during a time slot?<br />
just block a category and do not cut the internet during this time ?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Tor]]></title>
			<link>https://forum.keexybox.org/Thread-Tor</link>
			<pubDate>Fri, 26 Feb 2021 17:27:35 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.keexybox.org/member.php?action=profile&uid=1886">Komi</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.keexybox.org/Thread-Tor</guid>
			<description><![CDATA[I am having difficulty getting the Tor connection to work.<br />
<br />
I have ensured the Tor service is active and started and that the exit node country has been set. However, whenever I activate a profile using the Tor network via "Connection type" I loose connectivity.<br />
<br />
<br />
I have also tried to send DNS queries over Tor using a "Direct connection" but that also fails with a DNS resolution error which leads me to believe the Tor network is not active or has stalled.<br />
<br />
Thank you for any assistance.]]></description>
			<content:encoded><![CDATA[I am having difficulty getting the Tor connection to work.<br />
<br />
I have ensured the Tor service is active and started and that the exit node country has been set. However, whenever I activate a profile using the Tor network via "Connection type" I loose connectivity.<br />
<br />
<br />
I have also tried to send DNS queries over Tor using a "Direct connection" but that also fails with a DNS resolution error which leads me to believe the Tor network is not active or has stalled.<br />
<br />
Thank you for any assistance.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[One user with multiple profiles. Possible?]]></title>
			<link>https://forum.keexybox.org/Thread-One-user-with-multiple-profiles-Possible</link>
			<pubDate>Mon, 08 Feb 2021 12:26:30 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.keexybox.org/member.php?action=profile&uid=1757">kmrdeva</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.keexybox.org/Thread-One-user-with-multiple-profiles-Possible</guid>
			<description><![CDATA[Hello everyone, I'm a new KeexyBox user (first day) and actually also a first time user of a Raspberry Pi.<br />
<br />
Let me elaborate on my use case / requirements.<br />
<br />
I have created a user for my son, and 2 profiles.<br />
<br />
class-time profile is from the morning to evening with a blacklist to block him from youtube etc.<br />
<br />
free-time profile is from the evening to night with no blacklist i.e. nothing blocked.<br />
<br />
How can I apply both profiles to the same user? It seems that we're only allowed one profile per user.<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.keexybox.org/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6" target="_blank" title="">keexy-profile-classtime.png</a> (Size: 82.66 KB / Downloads: 3)
<!-- end: postbit_attachments_attachment --><br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.keexybox.org/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=7" target="_blank" title="">keexy-profile-freetime.png</a> (Size: 83.94 KB / Downloads: 3)
<!-- end: postbit_attachments_attachment --><br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.keexybox.org/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=8" target="_blank" title="">keexy-user.png</a> (Size: 38.98 KB / Downloads: 4)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Hello everyone, I'm a new KeexyBox user (first day) and actually also a first time user of a Raspberry Pi.<br />
<br />
Let me elaborate on my use case / requirements.<br />
<br />
I have created a user for my son, and 2 profiles.<br />
<br />
class-time profile is from the morning to evening with a blacklist to block him from youtube etc.<br />
<br />
free-time profile is from the evening to night with no blacklist i.e. nothing blocked.<br />
<br />
How can I apply both profiles to the same user? It seems that we're only allowed one profile per user.<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.keexybox.org/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=6" target="_blank" title="">keexy-profile-classtime.png</a> (Size: 82.66 KB / Downloads: 3)
<!-- end: postbit_attachments_attachment --><br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.keexybox.org/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=7" target="_blank" title="">keexy-profile-freetime.png</a> (Size: 83.94 KB / Downloads: 3)
<!-- end: postbit_attachments_attachment --><br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.keexybox.org/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=8" target="_blank" title="">keexy-user.png</a> (Size: 38.98 KB / Downloads: 4)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[social media apps]]></title>
			<link>https://forum.keexybox.org/Thread-social-media-apps</link>
			<pubDate>Mon, 21 Dec 2020 14:00:28 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.keexybox.org/member.php?action=profile&uid=922">zeyad</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.keexybox.org/Thread-social-media-apps</guid>
			<description><![CDATA[Hi guys<br />
<br />
Very impressive work, one question please :<br />
<br />
Is it possible to block social media apps in profiles (Facebook, Instagram, ….etc.)?]]></description>
			<content:encoded><![CDATA[Hi guys<br />
<br />
Very impressive work, one question please :<br />
<br />
Is it possible to block social media apps in profiles (Facebook, Instagram, ….etc.)?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Weird behaviour on Profiles/Devices]]></title>
			<link>https://forum.keexybox.org/Thread-Weird-behaviour-on-Profiles-Devices</link>
			<pubDate>Fri, 11 Dec 2020 18:35:28 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.keexybox.org/member.php?action=profile&uid=610">ricardodiaz</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.keexybox.org/Thread-Weird-behaviour-on-Profiles-Devices</guid>
			<description><![CDATA[<span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;" class="mycode_font">Hi,</span></span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;" class="mycode_font">The last week I installed the software on my Raspberry Pi3 and have been doing some testing.</span></span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;" class="mycode_font">I am running into the following problem:</span></span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;" class="mycode_font">I have a device to which I have assigned a certain profile:</span></span></span><br />
<br />
<img src="https://i.ibb.co/qFY5z1Q/Image1.png" alt="[Image: Image1.png]" class="mycode_img" /><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;" class="mycode_font">In connections, the device appears connected and with the correct profile assigned.</span></span></span><br />
<br />
<img src="https://i.ibb.co/SsDfmGd/Image2.png" alt="[Image: Image2.png]" class="mycode_img" /><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;" class="mycode_font">But when consulting the statistics, the records generated by this device appear in a different profile ... in fact, if I go to view the associated connection, the profiles do not match.</span></span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;" class="mycode_font">I think the rules of the wrong profile are being applied...</span></span></span><br />
<br />
<img src="https://i.ibb.co/2ZCDMkv/Image3.png" alt="[Image: Image3.png]" class="mycode_img" /><br />
<br />
<img src="https://i.ibb.co/TkM0yTh/Image4.png" alt="[Image: Image4.png]" class="mycode_img" /><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;" class="mycode_font">I have tried restarting the connections, and even restarting the service ... but it remains the same ..</span></span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;" class="mycode_font">Am I doing something wrong?</span></span></span><br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;" class="mycode_font">Any ideas?</span></span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;" class="mycode_font">Thanks in advance...</span></span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">EDIT:</span></span></span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;" class="mycode_font">I'm checking log files and on devices.log I can see that the device has assigned the profile ID 4</span></span></span><br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>2020-12-11 19:48:45 - Enabling access for device Movil_Xiaomi_MiA3_Richi with profile ID 4, IP 192.168.0.128 and MAC 60:AB:67:86:45:E6</code></div></div><br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;" class="mycode_font">But on bind_queries.log, it seems that the rules applied for the device are those of profile ID 2...</span></span></span><br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>11-Dec-2020 19:38:53.263 client @0x2502b58 192.168.0.128#7195 (fr.app.chat.global.xiaomi.net): view view_profile_2: query: fr.app.chat.global.xiaomi.net IN A + (192.1&#36;<br />
11-Dec-2020 19:38:53.362 client @0x2502b58 192.168.0.128#18999 (fr.app.chat.global.xiaomi.net): view view_profile_2: query: fr.app.chat.global.xiaomi.net IN A + (192.&#36;<br />
11-Dec-2020 19:38:53.395 client @0x2502b58 192.168.0.128#18081 (fr.app.chat.global.xiaomi.net): view view_profile_2: query: fr.app.chat.global.xiaomi.net IN A + (192.&#36;</code></div></div>]]></description>
			<content:encoded><![CDATA[<span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;" class="mycode_font">Hi,</span></span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;" class="mycode_font">The last week I installed the software on my Raspberry Pi3 and have been doing some testing.</span></span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;" class="mycode_font">I am running into the following problem:</span></span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;" class="mycode_font">I have a device to which I have assigned a certain profile:</span></span></span><br />
<br />
<img src="https://i.ibb.co/qFY5z1Q/Image1.png" alt="[Image: Image1.png]" class="mycode_img" /><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;" class="mycode_font">In connections, the device appears connected and with the correct profile assigned.</span></span></span><br />
<br />
<img src="https://i.ibb.co/SsDfmGd/Image2.png" alt="[Image: Image2.png]" class="mycode_img" /><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;" class="mycode_font">But when consulting the statistics, the records generated by this device appear in a different profile ... in fact, if I go to view the associated connection, the profiles do not match.</span></span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;" class="mycode_font">I think the rules of the wrong profile are being applied...</span></span></span><br />
<br />
<img src="https://i.ibb.co/2ZCDMkv/Image3.png" alt="[Image: Image3.png]" class="mycode_img" /><br />
<br />
<img src="https://i.ibb.co/TkM0yTh/Image4.png" alt="[Image: Image4.png]" class="mycode_img" /><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;" class="mycode_font">I have tried restarting the connections, and even restarting the service ... but it remains the same ..</span></span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;" class="mycode_font">Am I doing something wrong?</span></span></span><br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;" class="mycode_font">Any ideas?</span></span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;" class="mycode_font">Thanks in advance...</span></span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">EDIT:</span></span></span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;" class="mycode_font">I'm checking log files and on devices.log I can see that the device has assigned the profile ID 4</span></span></span><br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>2020-12-11 19:48:45 - Enabling access for device Movil_Xiaomi_MiA3_Richi with profile ID 4, IP 192.168.0.128 and MAC 60:AB:67:86:45:E6</code></div></div><br />
<span style="color: #000000;" class="mycode_color"><span style="font-size: large;" class="mycode_size"><span style="font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;" class="mycode_font">But on bind_queries.log, it seems that the rules applied for the device are those of profile ID 2...</span></span></span><br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>11-Dec-2020 19:38:53.263 client @0x2502b58 192.168.0.128#7195 (fr.app.chat.global.xiaomi.net): view view_profile_2: query: fr.app.chat.global.xiaomi.net IN A + (192.1&#36;<br />
11-Dec-2020 19:38:53.362 client @0x2502b58 192.168.0.128#18999 (fr.app.chat.global.xiaomi.net): view view_profile_2: query: fr.app.chat.global.xiaomi.net IN A + (192.&#36;<br />
11-Dec-2020 19:38:53.395 client @0x2502b58 192.168.0.128#18081 (fr.app.chat.global.xiaomi.net): view view_profile_2: query: fr.app.chat.global.xiaomi.net IN A + (192.&#36;</code></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Profile confusion]]></title>
			<link>https://forum.keexybox.org/Thread-Profile-confusion</link>
			<pubDate>Sun, 27 Sep 2020 22:28:34 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.keexybox.org/member.php?action=profile&uid=41">Mattallyc</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.keexybox.org/Thread-Profile-confusion</guid>
			<description><![CDATA[Hi all,<br />
<br />
Hoping you can help, today I installed KeexyBox and appear to have it running OK apart from one issue. I've created a profile called bedtime to schedule internet access times for certain devices and assigned them to this profile. If I look at devices under Connection Settings I can see they have the bedtime profile but if I look under Connections they still have the default profile. Therefore the bedtime profile rules aren't being activated. If I view the connection details from the Connections list it also says default.<br />
Have I done something wrong or is there a bug?!<br />
<br />
For info I downloaded the image and flashed it to an SD card as per the installation instructions.<br />
<br />
Thanks for your help.<br />
<br />
Regards,<br />
Matt]]></description>
			<content:encoded><![CDATA[Hi all,<br />
<br />
Hoping you can help, today I installed KeexyBox and appear to have it running OK apart from one issue. I've created a profile called bedtime to schedule internet access times for certain devices and assigned them to this profile. If I look at devices under Connection Settings I can see they have the bedtime profile but if I look under Connections they still have the default profile. Therefore the bedtime profile rules aren't being activated. If I view the connection details from the Connections list it also says default.<br />
Have I done something wrong or is there a bug?!<br />
<br />
For info I downloaded the image and flashed it to an SD card as per the installation instructions.<br />
<br />
Thanks for your help.<br />
<br />
Regards,<br />
Matt]]></content:encoded>
		</item>
	</channel>
</rss>