is there any thing like routing other than route command (as such ipchains would be NAT) how about routing like routers in linux if it is possible what are the commands for doing it ???? other than "ipchains" and "route" Please Help.
[snip] If you want to set up a linux box as a router, ask it to do packet forwarding. echo 1 > /proc/sys/net/ipv4/ip_forward should do that. Hope that helps! abhijeet