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 Regards, -Yash ----- Original Message ----- From: "Devdas Bhagat" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 11, 2003 7:28 PM Subject: Re: [LIH]simple ipchains rule. > On 11/07/03 15:03 +0530, Vijay Kumar wrote: > > Hi, > > > > I have two NIC in a redhat Linux machine > > eth0 - IP address 192.168.10.1 and 1eth1 - 192.168.10.2 > > For all the traffic ging to machine B with an ip address 192.168.10.3 , I > > want to use the first NIC card. > > > > What kind of rule should I write in IPchains for this ? > man route > route add -host 192.168.10 dev eth0 > > Devdas Bhagat > > > ------------------------------------------------------- > 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 > ------------------------------------------------------- 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
