<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kurim0n</author_name>
  <author_url>https://blog.hatena.ne.jp/kurim0n/</author_url>
  <blog_title>kurimonの日記</blog_title>
  <blog_url>https://kurim0n.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>#!/bin/bash # iptablesのチェインの初期化 iptables -F # デフォルトルールの設定 # すべての受信を拒否 # --policyはチェーン内でどのルールにもマッチしなかった場合に適応される iptables --policy INPUT DROP iptables --policy FORWARD DROP # すべての送信を許可 iptables --policy OUTPUT ACCEPT # 自分自身に対するすべてのアクセスを許可(lo = ループバックインターフェース) # --append は指定したチェインにルールを追加する # --in- はパケッ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkurim0n.hatenadiary.org%2Fentry%2F20110905%2F1315215064&quot; title=&quot;iptables設定用スクリプト - kurimonの日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-09-05 18:31:04</published>
  <title>iptables設定用スクリプト</title>
  <type>rich</type>
  <url>https://kurim0n.hatenadiary.org/entry/20110905/1315215064</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
