how do you configure linux system as a router?
Answers were Sorted based on User's Feedback
Answer / rohit tyagi
# /etc/sysctl.conf
enable ip packet forwarding
net.ipv4.ip_forward = 1
Is This Answer Correct ? | 29 Yes | 1 No |
Answer / saurendra prasad,kaizen it ser
Enable packet forwarding For that we should
echo "1" > /proc/sys/net/ipv4/ip_forward
apply the above command
Make it permanent by adding "net.ipv4.ip_forward = 1"
to /etc/sysctl.conf
Is This Answer Correct ? | 17 Yes | 2 No |
Answer / shaan
Make it permanent by adding "net.ipv4.ip_forward = 1"
to /etc/sysctl.conf
to get effect, run sysctl -p
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / gnani
To make it consistent in next boot.. run these command also
chkconfig syslog on
service syslog restart
Is This Answer Correct ? | 1 Yes | 4 No |
Where is standard output usually directed?
what restrict telnet for root itself but allow for other user
what is the difference betweenh the NFS and FTP?
How is the difference between ftp and sftp ? and explain how to create ftp server and sftp server with example ?
2 Answers Bank Of America, IBM,
You want to create a compressed backup of the users' home directories. What utility should you use?
What are the main differences between RHEL4 & RHEL5?
i want to install XP on RHEL5 with virtualization tell me step by step configuration
Why is it suggested to disable journalism in ext4 filesystem?
What file should you examine to determine the defined runlevels for your system?
There are 4 network Interfaces, how can we find which one is Primary.
When you install RedHat what is the kernel mode ? What is kernel compilation / upgrade ?
Tell me the 5 differences between Linux and Unix?