[ilugd] linux machine as router

2007-01-19 Thread rajnish kumar
Dear all I want to be configured linux box(fedora or redhat) as router. so plz if any one using linux box as router in real environment plz suggest which package is best suitable for this. thnx. with regds rajnish ___ ilugd mailinglist --

Re: [ilugd] linux machine as router

2007-01-19 Thread Pankaj kaushal
rajnish kumar wrote: Dear all I want to be configured linux box(fedora or redhat) as router. You will have to wait till they port linux to run on the human brain for that to happen. P. -- Wir wollen dass ihr uns alles glaubt. ___ ilugd mailinglist

Re: [ilugd] linux machine as router

2007-01-19 Thread S. K. Goel
On Fri, 2007-01-19 at 14:02 +0530, rajnish kumar wrote: Dear all I want to be configured linux box(fedora or redhat) as router. so plz if any one using linux box as router in real environment plz suggest which package is best suitable for this. thnx. with regds rajnish You

Re: [ilugd] linux machine as router

2007-01-19 Thread Karanbir Singh
S. K. Goel wrote: You add following commands in /etc/rc.d/rc.local echo 1 /proc/sys/net/ipv4/ip_forward /sbin/iptables -F FORWARD /sbin/iptables -F INPUT /sbin/iptables -F OUTPUT /sbin/iptables -P INPUT ACCEPT /sbin/iptables -P OUTPUT ACCEPT /sbin/iptables -P FORWARD ACCEPT

Re: [ilugd] linux machine as router

2007-01-19 Thread S. K. Goel
On Fri, 2007-01-19 at 09:07 +, Karanbir Singh wrote: S. K. Goel wrote: You add following commands in /etc/rc.d/rc.local echo 1 /proc/sys/net/ipv4/ip_forward /sbin/iptables -F FORWARD /sbin/iptables -F INPUT /sbin/iptables -F OUTPUT /sbin/iptables -P INPUT ACCEPT