<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Hi all,<BR> <BR>I am running into the following problem when invoking a netfilter iptables<BR>( v1.3.8) and xtables support in the buildroot's busybox (v1.7.2) system. The <BR>netfilter packet configuration and support modules are compiled and built <BR>into the linux-2.6.16 kernel image.<BR> <BR>When a 'C++' application code calls the iptables  through <BR><BR>
sprintf(buff, "%s -t mangle -A PREROUTING %s -j MARK --set-mark 512", <BR>Config.iptables, Config.link[i]);<BR>
system(buff);<BR>
<BR>it throws the following modprobe error.<BR> <BR>iptables -t mangle -A PREROUTING -d 88.160.215.156 -p icmp -j MARK --set-mark <BR>512<BR>modprobe: cannot parse modules.dep<BR>modprobe: cannot parse modules.dep<BR>iptables -t mangle -A PREROUTING -s 88.160.215.156 -p icmp -j MARK --set-mark <BR>512<BR>modprobe: cannot parse modules.dep<BR>modprobe: cannot parse modules.dep<BR>iptables -t mangle -A PREROUTING -d 88.160.215.156 -p tcp --dport http -j MARK <BR>--set-mark 512<BR>modprobe: cannot parse modules.dep<BR>modprobe: cannot parse modules.dep<BR> <BR>Normally it shouldn't do module probing as all the netfilter support symbols <BR>are included in the kernel image. Can anybody tell me why the system throws <BR>the modprobe error though the netfilters supports are built into the kernel <BR>image.?<BR> <BR>Thanks<BR>Sara<BR>Osmozis<BR><BR><br /><hr />Detailed profiles 4 marriage! Only at Shaadi.com <a href='http://ss1.richmedia.in/recurl.asp?pid=107' target='_new'>Try it!</a></body>
</html>