<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>jeffrangel</title>
    <description></description>
    <link>https://jeffrangel.com/</link>
    <atom:link href="https://jeffrangel.com/feed.xml" rel="self" type="application/rss+xml" />
    <pubDate>Wed, 18 Dec 2019 19:34:29 +0000</pubDate>
    <lastBuildDate>Wed, 18 Dec 2019 19:34:29 +0000</lastBuildDate>
    <generator>Jekyll v3.8.5</generator>
    
      <item>
        <title>DIY Case Lube</title>
        <description>&lt;p&gt;Easy DIY lube that I’ve seen in a couple places but thought I’d add it here for my own purposes.&lt;/p&gt;

&lt;p&gt;Ratio: 10/1
10 parts 99% Isopropyl Alcohol
1 parts Liquid Lanolin&lt;/p&gt;

&lt;p&gt;Mix this in a 16oz spray bottle and you got yourself some good ol’ cheap but highly effective case lubrication.&lt;/p&gt;

&lt;p&gt;Links for products:
&lt;a href=&quot;https://www.amazon.com/gp/product/B07MCBD77K/ref=ppx_yo_dt_b_asin_title_o05_s00?ie=UTF8&amp;amp;psc=1&quot;&gt;‘Spray Bottle’&lt;/a&gt;
&lt;a href=&quot;https://www.amazon.com/gp/product/B00NMPLSZ6/ref=ppx_yo_dt_b_asin_title_o05_s01?ie=UTF8&amp;amp;psc=1&quot;&gt;‘99% Isopropyl Alcohol’&lt;/a&gt;
&lt;a href=&quot;https://www.amazon.com/gp/product/B0014AWF0S/ref=ppx_yo_dt_b_asin_title_o06_s00?ie=UTF8&amp;amp;psc=1&quot;&gt;‘Liquid Lanolin’&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://jeffrangel.com/attachments/case_lube.jpg&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
</description>
        <pubDate>Wed, 18 Dec 2019 13:30:00 +0000</pubDate>
        <link>https://jeffrangel.com/posts/DIY_Case_Lube/</link>
        <guid isPermaLink="true">https://jeffrangel.com/posts/DIY_Case_Lube/</guid>
        
        <category>informational</category>
        
        <category>guns</category>
        
        <category>reloading</category>
        
        
        <category>posts</category>
        
      </item>
    
      <item>
        <title>Mitre Att&amp;ck</title>
        <description>&lt;p&gt;Know this, understand it.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://attack.mitre.org&quot;&gt;‘https://attack.mitre.org’&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://jeffrangel.com/attachments/ATTACK_matrixposter_preview.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
</description>
        <pubDate>Fri, 06 Dec 2019 20:25:00 +0000</pubDate>
        <link>https://jeffrangel.com/posts/Mitre_Att&ck/</link>
        <guid isPermaLink="true">https://jeffrangel.com/posts/Mitre_Att&ck/</guid>
        
        <category>informational</category>
        
        
        <category>posts</category>
        
      </item>
    
      <item>
        <title>Secure IOT with VLAN on pfSense</title>
        <description>&lt;p&gt;There are plenty of articles and videos explaining how this is setup, however the issue I’ve come across is setting up VLAN tagging and trunking etc. So this is my attempt explain and outlining my steps with pfSense, Managed switch and Unifi Network.&lt;/p&gt;

&lt;p&gt;First setting up the VLAN ID on pfSense is fairly straight forward. Go to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Interfaces &amp;gt; Assignments &amp;gt; VLANs &amp;gt; Add&lt;/code&gt;. Here and in this situation I am using the parent interface LAN, choose a VLAN ID other then 1 and give a description. Save&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://jeffrangel.com/attachments/VLAN-ID-1024x381.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Next you will want to create the VLAN interface. Go to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Interfaces &amp;gt; Assignments&lt;/code&gt;. Here you will want to add another interface which will include the VLAN ID on the interface you specified. Save&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://jeffrangel.com/attachments/VLAN-ID-1-1024x381.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Next you will want to Edit the interface that you just created by clicking on the interface name. What you will want to edit is the changing the IPv4 Configuration Type to Static IPv4. Next the IPv4 Configuration needs to be updated with a private LAN address of your choice.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://jeffrangel.com/attachments/Interface-Edit-1024x1010.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Next you will want to configure DHCP for the IOT interface. Go to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Services &amp;gt; DHCP Server &amp;gt; IOT Interface&lt;/code&gt;. Enable the interface, provide a DHCP range and add the DNS Server which will usually be .1 of the created private IP. Save&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://jeffrangel.com/attachments/DHCP-Server-973x1024.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Creating a Alias is a simple way to add your secured IPs as a pool.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://jeffrangel.com/attachments/SecuredLAN-Aliases-1024x484.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Lastly you will want to create a Rule for the VLAN. You dont want this VLAN to communicate with your secured LAN however you should be able to talk to the VLAN from your secured LAN. The rule action should be Pass to allow networking. Protocol should be set to Any. Source should be any however destination should a single host or alias not your SecureLAN.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://jeffrangel.com/attachments/IOT-FWRule-1002x1024.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Now you will want to create a Trunking port on your switch that carry the VLAN ID. You will also want to tag all the ports on the switch that you want the VLAN ID carried to.&lt;/p&gt;

&lt;p&gt;As an example, I am using a Zyxel GS1900-24 Switch. First you will want to create the VLAN ID.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://jeffrangel.com/attachments/SwitchVLANCreate.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Next create the Trunking port. This is usually the port coming from your router(pfSense) carrying the VLAN ID.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://jeffrangel.com/attachments/SwitchTrunking.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Last you will want to Tag the VLAN ports in which you want the ID carried to.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://jeffrangel.com/attachments/SwitchVLANTagging-804x1024.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;In just this situation, if you connect a device to one of the configured ports, the device should pickup DHCP for the VLAN created.&lt;/p&gt;

&lt;p&gt;Next steps are likely what you want to use as most IOT devices are configured using a wireless SSID. In this situation I am using a Unfi Access Point. First create the Network in the controller using the VLAN ID created in pfSense. In this case ID – 50.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://jeffrangel.com/attachments/Unifi-Networks-1024x556.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Since the controller is plugged into one of the ports on the switch and the port is tagged to carry the VLAN ID, the VLAN IP should be carried as well. Next you will want to create the Wireless Network.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://jeffrangel.com/attachments/Wireless-NetworkUnifi.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;A side note, I’ve edit the User Group because nothing utilizing this wireless network needs full network speeds.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://jeffrangel.com/attachments/UserGroups.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;This should then allow you to configured your IOT devices to connect to this SSID which has limited network speeds on its own VLAN interface.&lt;/p&gt;

&lt;p&gt;Hopefully this helps someone and if there are any questions, please feel free to ask.&lt;/p&gt;
</description>
        <pubDate>Wed, 04 Dec 2019 12:22:00 +0000</pubDate>
        <link>https://jeffrangel.com/posts/Secure_IOT_with_VLAN_on_pfSense/</link>
        <guid isPermaLink="true">https://jeffrangel.com/posts/Secure_IOT_with_VLAN_on_pfSense/</guid>
        
        <category>informational</category>
        
        
        <category>posts</category>
        
      </item>
    
  </channel>
</rss>
