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 is the difference between unix and linux...
What file should you examine to determine the defined runlevels for your system?
what is NIS Server...?
will u plz send me the complete steps of installation of red hat linux on intel's core 2 duo processor?
why /etc/shadow file do not have any permission ?
How can i recover the linux system after it was crashed by step by step process..
i installed clustering packages.When i try to run it getting LUCI error...what is it..??
What is the minimum number of partitions you need to install Linux?
What is the difference between RedHat linux and Fedora and Ubuntu?
What are the differences between FTP , NFS , SAMBA servers explain separately.
i want to install XP on RHEL5 with virtualization tell me step by step configuration
what is the difference betweenh the NFS and FTP?