Hello > > > While writing IPtables scripts,there are two command: modprobe and insmod. > > In some example,some use : modprobe ip_tables,but others use: insmod ip_tables. > > Why? Is there difference between them? > > > Thanks > > modprobe make "insmod with dependencies" insmod make "insmod without dependencies" Greetz Torsten