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 |
I want to send pop-up message to samba users when they access the shared folder.... for eg: i want to tell them (dont copy mp3 and video files)
how can i make an user to nologin without locking the account for the user
How to build new filesystem ? and what is irig file system?
what is meant by mysql clustering
what is the difference between semaphore, mutex & spinlock?????
1 which file contains information about os wether it's 32 bit or 64 bit os 2 difference between logical block and physical block?? 3 what is the size of logical block and physical block?? 4 daemon for nfs on client end as well as server end??? 5 how to confirm from client end about nfs server sharing?? 6 what contains information about file and directory creating time or modification time??
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 difference betweenh the NFS and FTP?
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.
Tell me the 5 differences between Linux and Unix?
There are 4 network Interfaces, how can we find which one is Primary.