"yash" <[EMAIL PROTECTED]> thus wrote: > Hi > Can anyone tell me where i can view the rules of POSTROUTING? > Suppose..i write > > /sbin/iptables -t nat -A POSTROUTING -o eth0 -j SNAT --to-source > 192.168.168.3 > > Now where i can now view it > like /sbin/iptables -L INPUT >
This should suffice... $ iptables -L POSTROUTING -n -t nat -- arc_of_descent ------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps1 _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
