[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#765690: packagename: type_problemheading_here



Package: linux-image-3.17-rc5-amd64
Version: 3.17~rc5-1~exp1
Severity: normal

hi, can the following be a kernel problem?
I'll explain a bit, it's got to do with the iptables command..

(fwiw, there's a bug with the lsb-functions, 40-systemd which is instead this can be used to test rules.v4
iptables-restore < /etc/iptables/rules.v4
)

output,
"iptables-restore v1.4.21: iptables-restore: unable to initialize table 'nat'

Error occurred at line: 2
Try `iptables-restore -h' or 'iptables-restore --help' for more information "

all basic nat modules I can come up with modprobe are loaded, but iptables continues to fail, I checked if NAT is compiled /boot/config-3.17-rc5-amd64

"lsmod |grep nat
act_nat                12501  0
nft_chain_nat_ipv4     12552  0
nft_nat                12507  0
nf_tables              54396  2 nft_chain_nat_ipv4,nft_nat
nf_nat_ipv4            12912  1 nft_chain_nat_ipv4
nf_nat_ipv6            12920  0
nf_nat 18241 4 nft_chain_nat_ipv4,nft_nat,nf_nat_ipv4,nf_nat_ipv6 nf_conntrack 87476 5 nf_nat,nf_nat_ipv4,nf_nat_ipv6,nf_conntrack_ipv4,nf_conntrack_ipv6 "

so it looks like everything is compiled and loads, but iptables fails for v4. fwiw, the ip6tables loads properly for rules.v6..

If I recall the previous kernel in testing(vmlinuz-3.16-2-amd64) can have the iptables load ipv4 rules timely without issue


Reply to: