how do you configure linux system as a router?
Answer Posted / anindian
1st answer is correct till you boot your Linux machine, once
rebooted, its gone coz the /proc is a fs that is resident on
memory, thus if you want to forward your packets permanently
then you have to alter the net.ipv4.ip_forward parameter to
reflect the changes each time machine is booted. # sysctl -p
makes it effective without reboot.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is the difference between cd and cd in linux?
Explain about communication features in UNIX?
Explain the linux directory commands along with the description?
What is c++ makefile?
What is tail command in linux?
What does history command do in linux?
What are bash scripts used for?
What are the commands used in command prompt?
How do I change shell in linux?
What is makefile target?
What does umask 077 mean?
How do I find the console in linux?
How do makefiles work?
What is ll command in unix?
How do I create a .txt file?