solaris8(SPARC)にip-filter4.1.10とpfil-2.1.7をインストールしました。


インストールはエラーがなかったです。

しかしip-filterを起動しようとするとエラーになります。

root@ns[/usr/local/src]% /etc/init.d/ipfboot start
can’t load module: No such file or directory
pfil not available to support ipfilter

googleで調べたら、下記ページをみつけました。
http://can.tankero.us/archives/category/solaris/?cat=5
上記URLの
At this point, if you try to start ipf using the /etc/init.d/ipfboot script you will get an error “can’t load module: No such file or directory. pfil not available to support ipfilter”. You will need to manually push the pfil module onto the interface. For a bge interface the following should work ifconfig bge0 modinsert pfil@2.

とあったので
#ifconfig eri0 modinsert pfil@2

とコマンドをいれても、
ifconfig: fail to insert module: pfil: Invalid argument

とエラーになります。

解決のご教示をよろしくお願いします。

回答の条件
  • URL必須
  • 1人2回まで
  • 登録:
  • 終了:--
※ 有料アンケート・ポイント付き質問機能は2023年2月28日に終了しました。

回答1件)

id:thrillseeker No.1

回答回数328ベストアンサー獲得回数37

ポイント40pt

ifconfig コマンドの最後に引数として「*」を入れればいいみたいです。

# ifconfig eri0 modinsert pfil@2 *

id:meichi

おお!!きた〜! ありがとうございます。m(_ _)m

これでやってみます。ありがとうございます。

2006/01/11 17:00:38

コメントはまだありません

この質問への反応(ブックマークコメント)

トラックバック

「あの人に答えてほしい」「この質問はあの人が答えられそう」というときに、回答リクエストを送ってみてましょう。

これ以上回答リクエストを送信することはできません。制限について

回答リクエストを送信したユーザーはいません