1. セキュリティ
  2. ネットワーク

セキュリティ

  • selinux

  • selinuxは使用しないので、無効にしておきます。

    # vi /etc/sysconfig/selinux
    ...
    SELINUX=disabled          ← disabledに変更
                    

    参考  VAGRANTDOCS DEBUGGING

  • iptables

  • iptablesも使用しないので、無効にしておきます。

    # service iptables stop
    起動時に立ち上がらないように設定を変更します。
    # chkconfig iptables off

    ip6tablesも無効化します。

    # service ip6tables stop
    # chkconfig ip6tables off

ネットワーク

  • udevルールの削除

  • Boxからインストールした後、ネットワークを追加したりするとブートに失敗する場合があります。 その問題を回避するため、以下を実行します。

    # rm /etc/udev/rules.d/70-persistent-net.rules
    # mkdir /etc/udev/rules.d/70-persistent-net.rules
    # rm -rf /dev/.udev