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 |
How to Trouble shoot performance issue in RHEL administration ? please give to one example
How to apply patch for multiple servers .
You want to create a compressed backup of the users' home directories. What utility should you use?
What is the name and path of the main system log?
Which directory is closer to the top of the file system tree, parent directory or current directory?
tell me some of the Linux HotKeys do you know?
What are the questions we are expecting for 2yrs. experience guy for linux company interview questions?
how can i make an user to nologin without locking the account for the user
This question is belong to linux support. "one of my customer told to me, my application is getting slow response". how to resolve the issue. what are the steps you will follow to resolve the issue.
What is the difference between Telnet and SSH?
How to convert an IP address to a Domain name using Unix ?
As a system admin i want to know some things what are the troubleshooting issues we are facing frequently and what are the tickets will be raised.