<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>netgo</title>
    <link>https://createnetech.tistory.com/</link>
    <description>Network Engineer In South Korea. Cloud &amp;amp; Data Center Network.
</description>
    <language>ko</language>
    <pubDate>Mon, 13 Apr 2026 14:22:16 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>ejunwiths</managingEditor>
    <item>
      <title>How to verify the DNS response come from cached information? (dig norecurse)</title>
      <link>https://createnetech.tistory.com/62</link>
      <description>&amp;nbsp;
When I send DNS request, I will get some response. At this time, I had some question if this answer come from cached information or not. Someone think like me.
&amp;nbsp;
When the DNS server can recurse (RA is set)
1. Even if the query is recursive or ..</description>
      <category>System Basic Engineering/OpenSource</category>
      <author>ejunwiths</author>
      <guid isPermaLink="true">https://createnetech.tistory.com/62</guid>
      <comments>https://createnetech.tistory.com/62#entry62comment</comments>
      <pubDate>Wed, 23 Sep 2020 21:56:32 +0900</pubDate>
    </item>
    <item>
      <title>Simple Packet analysis about &amp;quot;DIG trace&amp;quot;command.</title>
      <link>https://createnetech.tistory.com/61</link>
      <description>Sometimes, I need to use &quot;dig trace&quot; command. I have known that it trace the DNS hop by hop. In this post, I will see the Packet level with this command.
&amp;nbsp;
1. First Packet of dig trace.
&amp;nbsp;
The first packet is look like.&amp;nbsp;

There are 3 propert..</description>
      <category>System Basic Engineering/OpenSource</category>
      <author>ejunwiths</author>
      <guid isPermaLink="true">https://createnetech.tistory.com/61</guid>
      <comments>https://createnetech.tistory.com/61#entry61comment</comments>
      <pubDate>Wed, 23 Sep 2020 15:05:49 +0900</pubDate>
    </item>
    <item>
      <title>What is difference recursion and iterative request in DNS packet?</title>
      <link>https://createnetech.tistory.com/60</link>
      <description>In the past, I posted &quot;how to configure bind9&quot;. During writing, I did not understand fully the concept of the recursion, even if there are simple explain like others.

I will see the some packet in this post. It is much easier.
&amp;nbsp;
1. General DNS Stand..</description>
      <category>System Basic Engineering/OpenSource</category>
      <author>ejunwiths</author>
      <guid isPermaLink="true">https://createnetech.tistory.com/60</guid>
      <comments>https://createnetech.tistory.com/60#entry60comment</comments>
      <pubDate>Wed, 23 Sep 2020 13:27:13 +0900</pubDate>
    </item>
    <item>
      <title>How to understand about window scale option?</title>
      <link>https://createnetech.tistory.com/58</link>
      <description>Window size value : This is the value to receive from other side.&amp;nbsp;(Window size is advertising the RCV buffer space available for the device, how much memory is allocated for the session)
&amp;nbsp;
The maximum field for TCP window size = 65535 or 0xFFFF ..</description>
      <category>Network  Engineering/Basic Learning</category>
      <author>ejunwiths</author>
      <guid isPermaLink="true">https://createnetech.tistory.com/58</guid>
      <comments>https://createnetech.tistory.com/58#entry58comment</comments>
      <pubDate>Wed, 2 Sep 2020 17:27:13 +0900</pubDate>
    </item>
    <item>
      <title>How Can the Packet Size Be Greater than the MTU? (From other Post)</title>
      <link>https://createnetech.tistory.com/57</link>
      <description>Sometimes, I need to see the packet with wireshark tool. I have to calculate sequence numbers. I have learned the IP packet size is 1540 (MSS is 1460). However, I can see the more size in the packet. This post is good for me.
&amp;nbsp;

&amp;nbsp;
This is whole ..</description>
      <category>Network  Engineering/Basic Learning</category>
      <author>ejunwiths</author>
      <guid isPermaLink="true">https://createnetech.tistory.com/57</guid>
      <comments>https://createnetech.tistory.com/57#entry57comment</comments>
      <pubDate>Wed, 2 Sep 2020 16:57:17 +0900</pubDate>
    </item>
    <item>
      <title>OSPFv2 BR/BDR, Unnumbered Interface(Network Area, IP OSPF Area) Simple Concept.</title>
      <link>https://createnetech.tistory.com/56</link>
      <description>1. Simple OSPF Parameters to Use
Before configuring the OSPF, I will handle some concept necessary to configure. For interface configuration, there is some term of network type.&amp;nbsp;In this blog, those are compared simply.

In the above, DR/BDR terms are..</description>
      <category>Network  Engineering/Basic Learning</category>
      <author>ejunwiths</author>
      <guid isPermaLink="true">https://createnetech.tistory.com/56</guid>
      <comments>https://createnetech.tistory.com/56#entry56comment</comments>
      <pubDate>Fri, 5 Jun 2020 21:09:05 +0900</pubDate>
    </item>
    <item>
      <title>Why dose not the OSPFv2 of FRRouting work over AWS VPC environment?</title>
      <link>https://createnetech.tistory.com/55</link>
      <description>Recently, I have some chance to study about the FRRouting. At that time, I do not have any Linux server. Thus, I decide that I use AWS Spot instance. After installation, I set up the OSPFv2 environment with simple configuration. However I can not estabili..</description>
      <category>Cloud Study/AWS</category>
      <author>ejunwiths</author>
      <guid isPermaLink="true">https://createnetech.tistory.com/55</guid>
      <comments>https://createnetech.tistory.com/55#entry55comment</comments>
      <pubDate>Fri, 5 Jun 2020 00:59:32 +0900</pubDate>
    </item>
    <item>
      <title>How to configure Simple Internal BGP with Route Reflector over FRRouting (include Installation)?</title>
      <link>https://createnetech.tistory.com/54</link>
      <description>A few years ago, I have read about Quagga. It is software router which can install on the Linux such as Ubuntu. I have heard about this FRRouting which is next generation of the Quagga. In this post, I will configure some feature from FRRouting.
&amp;nbsp;
1...</description>
      <category>Network  Engineering/OpenSource</category>
      <author>ejunwiths</author>
      <guid isPermaLink="true">https://createnetech.tistory.com/54</guid>
      <comments>https://createnetech.tistory.com/54#entry54comment</comments>
      <pubDate>Wed, 3 Jun 2020 22:20:05 +0900</pubDate>
    </item>
    <item>
      <title>How to configure Internal BGP and Router Reflector with Bird?</title>
      <link>https://createnetech.tistory.com/53</link>
      <description>In this post, I handled the External BGP routing. In this part, I will address Internal BGP routing which is working on the same AS number. This is the my environment

Top of the hosts will be the router as reflector. And the others are reflector-client. ..</description>
      <category>Network  Engineering/OpenSource</category>
      <author>ejunwiths</author>
      <guid isPermaLink="true">https://createnetech.tistory.com/53</guid>
      <comments>https://createnetech.tistory.com/53#entry53comment</comments>
      <pubDate>Mon, 11 May 2020 00:25:33 +0900</pubDate>
    </item>
    <item>
      <title>How to configure External BGP with Bird?</title>
      <link>https://createnetech.tistory.com/52</link>
      <description>Recently, I need to study about Calico over Kubernetis. In fact, I like Flannel rather than this. However, this Calico is also best practice. During start this Calico, I read about the Brid. In this post, I will how to install and configure this Bird.
&amp;nb..</description>
      <category>Network  Engineering/OpenSource</category>
      <author>ejunwiths</author>
      <guid isPermaLink="true">https://createnetech.tistory.com/52</guid>
      <comments>https://createnetech.tistory.com/52#entry52comment</comments>
      <pubDate>Sun, 10 May 2020 15:58:59 +0900</pubDate>
    </item>
  </channel>
</rss>