Displaying 1 result from an estimated 1 matches for "print_ipchain".
Did you mean:
print_ipchains
2002 Jul 06
0
FW: Newbie Help
...ry:
file /sbin/ipfwadm-wrapper
/sbin/ipfwadm-wrapper: Bourne-Again shell script text
That's more like it. A Bash script.
If you open the script in a word processor, and the hardcore like vi the
best (IMHO), you will see this on line 35:
35 if [ -n "$DEBUG_IPFWADM" ]; then IPCHAINS=print_ipchains;
36 else IPCHAINS=/sbin/ipchains;
37 fi
Note: The line numbers appear in vi only if you use the set nu option.
Now, that's more like it. ipfwadm is just a front end for ipchains.
Now we're smoking.
man ipchains
will give you a wealth of information.
To make a long story fina...