centOS7でfirewalldを止め、iptablesを動かしたいがUnit not foundで起動しない
概要
firewalldを止めた後、systemctl start iptablesでiptablesを起動するとUnit not foundで起動しない
パッケージがインストールされているはずなのにUnit not foundとは?
確認した事項
■バージョン確認
cat /etc/centos-release
CentOS Linux release 7.9.2009 (Core)
■firewalldの停止を確認
systemctl status firewalld
● firewalld.service - firewalld - dynamic firewall daemon
Loaded: Loaded (/usr/lib/systemd/system/firewalld.service; disabled; vendor preset: enabled)
Active: inactive (dead)
Docs: man:firewalld(1)
※停止している
■cdromよりiptablesをインストール
yum --disablerepo=\* --enablerepo=c7-media install iptables
読み込んだプラグイン:fastestmirrot, langpacks
Loading mirror speeds from cached hstfiles
- c7-media:
パッケージ iptables-1.4.21-35.el7.x86_64 はインストール済みか最新バージョンです
何もしません
※インストール済みとのこと
■インストールされていたパッケージを確認
rpm -qa iptables
iptables-1.4.21-35.el7.x86_64
yum list installed | grep iptables
iptables.x86_64 1.4.21-35.el7 @anaconda
※確かにインストールされている模様
■iptablesをスタート
systemctl start iptables
Failed to start iptables.service: Unit not found.
※OUCH!
■サービスの登録状況確認
systemctl list-units --all --type=service | grep iptable
●iptables.service not-found inactive dead iptables.service
※LOADされていない
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2022/02/12 06:06