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 is the difference between unix and linux...
Without using w command how can Iknow that who are users logged in and what they are doing and whether they are idle or running mode?
How to trace any process background processing?
How to know what are the packages required for any service? Example: How to know what are the package required for send mail services. using any command it is passable are not?
How can i recover the linux system after it was crashed by step by step process..
what is the use of runlevel 4 in redhat linux? in which cases it will use.
what is difference between TFTP abd FTP?
How to Trouble shoot performance issue in RHEL administration ? please give to one example
What are the questions we are expecting for 2yrs. experience guy for linux company interview questions?
How to send automated email to a set of people at fixed time ?
In Linux(RHEL) server have two users with same name. one is local user and second one is NIS user. if you login the server which user will login (local or NIS)