[ilugd] iptable error

2005-11-22 Thread Manish Popli
I am fail to install time patch for iptables..i m facing the error.. [EMAIL PROTECTED] root]# iptables -A INPUT -m time --timestart 8:00 --timestop 18:00 --days Mon,Tue,Wed,Thu,Fri -j ACCEPT iptables v1.2.8: Couldn't load match `time':/lib/iptables/libipt_time.so: cannot open shared object file:

[ilugd] Iptable

2005-07-20 Thread SWAPNIL
Dear Sir, my outgoing routes ready using following command iptables -t nat -A POSTROUTING -s 192.168.1.126 - d www.google.com -j MASQUERADE checking output of this command is [EMAIL PROTECTED] swapnil]# iptables -L -t nat Chain PREROUTING (policy ACCEPT) target prot opt source

Re: [ilugd] Iptable

2005-07-20 Thread Sanjay Goel
You just add the line iptables -t nat -A POSTROUTING -s 192.168.1.126 - d www.google.com -j MASQUERADE in /etc/rc.d/rc.local On Wed, 2005-07-20 at 16:38 +0530, SWAPNIL wrote: Dear Sir, my outgoing routes ready using following command iptables -t nat -A POSTROUTING -s 192.168.1.126 - d