adspace


how do you configure linux system as a router?


Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the gate of ftp server in redhat linux?

2003


What are the differences between FTP , NFS , SAMBA servers explain separately.

1342