Hi
If u r having a very slow machine with 32MB RAM then u should do nating on that.
# iptables -t nat -F POSTROUTING
# iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
# echo "1">/proc/sys/net/ipv4/ip_forward
But i think Squid is best because u can restrict the users for...
Hi
1) Edit and make the changes
in /etc/sysconfig/networking/devices/ifcfg-eth0.
Restart the network service by using command
# service network restart.
If u r having two NICs then u have to change ifcfg-
eth1 file also.
2) U have to change only above mentioned file.
3)...
Well one thing i left, i did not mention the size of file (swap file)
correct that last command
# swapadd +500M swapfile
As per my previous post the swap file is created but with default size (i.e. 0 MB)
That's why the system can not use this file as a swap memory.
And about your original...
If swap memory is not working, i have another option for a creating a diffreent swap memory.
create a empty file by using
# touch swapfile
command then again
# swapadd swapfile
this file will work as a swap memory for your applications.
Hi
remove the file /root/.ssh/known_hosts file. this file contains the authentication key. remove the file from both the sides (the machine to which u want to ssh and the machine from which u want to ssh)
and try again ssh . this time it should work fastly.
Also there may be lag in your...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.