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 do i check which package has installed some command suppose ls , mkdir or whatever ???
What is the use of DNS Server? Name other servers works same as like DNS?
What is Hard mount and soft Mount?
What is the difference between an argument and an option/switch?
When you install RedHat what is the kernel mode ? What is kernel compilation / upgrade ?
What are RPM?s, what do they offer?
what is the use of runlevel 4 in redhat linux? in which cases it will use.
what is the difference between fork and thread ? and parent and child process in fork system call?
I want to configure production interface and manage interface, how to configure both interfaces in Linux. please post the answers
rpm package installation error in centos 6.4 [root@localhost packages6.4]# rpm -ivh nfs-utils-1.2.3-36.el6.i686.rpm warning: nfs-utils-1.2.3-36.el6.i686.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY error: Failed dependencies: keyutils >= 1.4-4 is needed by nfs-utils-1:1.2.3-36.el6.i686 libevent is needed by nfs-utils-1:1.2.3-36.el6.i686 libevent-1.4.so.2 is needed by nfs-utils-1:1.2.3-36.el6.i686 libgssglue is needed by nfs-utils-1:1.2.3-36.el6.i686 libgssglue.so.1 is needed by nfs-utils-1:1.2.3-36.el6.i686 libgssglue.so.1(libgssapi_CITI_2) is needed by nfs-utils-1:1.2.3-36.el6.i686 libnfsidmap.so.0 is needed by nfs-utils-1:1.2.3-36.el6.i686 libtirpc is needed by nfs-utils-1:1.2.3-36.el6.i686 libtirpc.so.1 is needed by nfs-utils-1:1.2.3-36.el6.i686 nfs-utils-lib >= 1.1.0-3 is needed by nfs-utils-1:1.2.3-36.el6.i686 rpcbind is needed by nfs-utils-1:1.2.3-36.el6.i686
How to ""Add"" not replace address to same network card other than the alias way.... ??????
will u plz send me the complete steps of installation of red hat linux on intel's core 2 duo processor?