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
How do I find hostname in linux?
How is grep so fast?
How do I clear terminal command history?
How do you know which shell I am using in linux?
You wish to print a file ‘draft’ with 60 lines on a page. What command would you use?
What is nbtstat command?
What does make clean command do?
What is clang tidy?
What is df -i command?
What is the use of finger command in linux?
How do I search bash history?
How do I list directories in linux?
What is the command can be run to remove all the rules in an iptable table?
When and how linux developed?
What are bash scripts used for?