[Armadillo:09309] Armadillo-440にルータ機能を追加

"堀裕介" email@hidden
2013年 11月 24日 (日) 10:53:51 JST


お世話になります。堀と申します。

Armadillo-440にルータ機能を追加しようとしていますが、うまくできず困っています。
システム構成は、以下のようです。
 _______       _____________   _____________            _______
|    |     |       | |       |     |    |
|    |     | Armadillo | | Armadillo |     |    |
| PC1 |----------|  -WLAN  |--|  -440   |----------|  PC2  |
|_______|     |_____________| |_____________|     |_______|
    ath0   ath0              eth0   eth0
192.168.11.2   192.168.11.3      192.168.20.2   192.168.20.3


・/etc/sysctl.confファイルの「net.ipv4.ip_forward」の値を0から1変更
・「sysctl -p」で設定を有効化
・iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE

このサイト(http://d.hatena.ne.jp/alexei-karamazov/20130402/1364910639)を参考に
上記の内容を実行しましたが、「iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE」を
実行した際に、以下のエラーが発生しました。

WARNING: All config files need .conf: /etc/modprobe.d/blacklist, it will be ignored in a future release.
WARNING: All config files need .conf: /etc/modprobe.d/display_class, it will be ignored in a future release.
WARNING: All config files need .conf: /etc/modprobe.d/pnp-hotplug, it will be ignored in a future release.
FATAL: Module ip_tables not found.
iptables v1.4.8: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.


現在、カーネルは2.6.26-at16(debian6.0.7)を使用していますが、この場合
カーネルを再構築しないといけないのでしょうか。

また、他に必要な設定など情報がございましたらご教示お願いいたします。



armadillo メーリングリストの案内