iptables v1.6.0: can't initialize iptables table `nat': Table does not exist

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

iptables v1.6.0: can't initialize iptables table `nat': Table does not exist

5,963件の閲覧回数
ashokk
Contributor I

Dear Team ,

About iptables facing an issue "nating" please do  some needful information to move further.

getting below error message,what exactly it mean?

root@imx6ull14x14evk:~# iptables -t nat -A POSTROUTING -j MASQUERADE
iptables v1.6.0: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.

ラベル(1)
0 件の賞賛
返信
1 返信

5,503件の閲覧回数
b36401
NXP Employee
NXP Employee

Possibly iptables has no such table as "nat".
Also please make sure that ip_tables module is added.
I mean something like this:

root@imx8qmmek:~# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
root@imx8qmmek:~#

0 件の賞賛
返信