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 |
What file should you examine to determine the defined runlevels for your system?
Which directory is closer to the top of the file system tree, parent directory or current directory?
How do i check which nfs version I am using ????????
what are the default permissions for files and folders..?
When you install RedHat what is the kernel mode ? What is kernel compilation / upgrade ?
User unable to login in server then how can u troubleshooting it? Example: server at Bangalore. in that server two users try to login in server. 1st user able to login. but second user unable to login so how can troubleshoot it ?
What are main anti-spam features available in sendmail?
expalin the process of kickstart installation?
Without Using $date -dyesterday. How I get the yesterday's date ?
why accounting Software does not support on linux?
How do display error messages instantly when command fails?
why you are using nis server