[Armadillo:08286] Armadillo-420 WLANモデル開発セット(AWL13対応)でのIPルーティング環境について

Yoshizu, Kyousuke email@hidden
2012年 8月 31日 (金) 10:59:25 JST


Yoshizuと申します


Armadillo-420 WLANモデル開発セットで
無線LANから有線LANへのIPルーティング環境を構築しようと
しています。

手順確認の第一ステップとしてiptablesの確認に行いましたが
以下のようになりました。

以下は正常に応答しました。

[email@hidden (ttyp0) /etc]# iptables -L
Chain INPUT (policy DROP)
target     prot opt source               destination
ACCEPT     0    --  anywhere             anywhere
ACCEPT     icmp --  anywhere             anywhere
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:http
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:telnet
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:ftp
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:snmp
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:ssh
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:ftp-data
REJECT     tcp  --  anywhere             anywhere            tcp dpt:auth reject-with icmp-port-unreachable
DROP       tcp  --  anywhere             anywhere            tcp dpts:x11:6010
ACCEPT     tcp  --  anywhere             anywhere            tcp dpts:1024:65535
ACCEPT     udp  --  anywhere             anywhere            udp dpt:ntp
ACCEPT     udp  --  anywhere             anywhere            udp dpt:snmp
ACCEPT     udp  --  anywhere             anywhere            udp dpt:ssh
ACCEPT     udp  --  anywhere             anywhere            udp dpt:22222
ACCEPT     udp  --  anywhere             anywhere            udp dpts:1024:65535

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy DROP)
target     prot opt source               destination
ACCEPT     0    --  anywhere             anywhere
ACCEPT     0    --  anywhere             anywhere



しかし以下では

[email@hidden (ttyp0) /etc]# iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
modprobe: module ip_tables not found.
modprobe: failed to load module ip_tables
iptables v1.3.6: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.

となってしまいました。


調査方法をご教授願います。








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