home   |   about us   |   our network   |   services   |   affiliates   |   contact
 
Services
» Web Hosting
» Reseller Hosting
» Dedicated Servers
» Windows/ASP.net Hosting
» Managed Web Hosting
» Server Security / Auditing
» Remote Backup / Storage
» Linux VDS
» Windows VDS
 
Support
» Support Desk
» Client Login
» Forums
» FAQs
» Help Files
» Acceptable Use Policy
» Client Testimonials
» Blog
 
Tutorials
» Dedicated Server Tutorial
» Website Optimization
» Search Engine Optimization
» Web Hosting Tutorials
» Web Programming Tutorials
» Networking Tutorials
» Virtual Server Tutorials
» Resources

The Crucial Blog - Archive

December 28, 2008

HOWTO install Webmin on Fedora

login to your shell, i will be using ssh so i send this command:

wget http://prdownloads.sourceforge.net/webadmin/-1.350-1.noarch.rpm

once it has finished downloadin i send this command:

rpm -U -1.350-1.noarch.rpm

The rest of the install will be done automatically to the directory /usr/libexec/, the administration username set to root and the password to your current root password. You should now be able to login to at the URL http://localhost:10000/ .

install complete. You can now login to https://hostname.domain:10000/
as root with your root password.

NOTE: the default login and password is your root and root password. this is the same login you used with you ssh to your server or whatever your root password is, so your login will be like this:

Username: root
Password: xxxx (what ever your root password is)

courtesy of http://www.wallpaperama.com
END.

Tags: , ,

Related posts


No Comments

Filed under: Uncategorized by — ijan @ 2:52 pm


December 17, 2008

ip_conntrack: table full, dropping packet.

If you see something like the following in your log files:

ip_conntrack: table full, dropping packet.
printk: 73 messages suppressed.
ip_conntrack: table full, dropping packet.
printk: 84 messages suppressed.
ip_conntrack: table full, dropping packet.
printk: 157 messages suppressed.
ip_conntrack: table full, dropping packet.
printk: 145 messages suppressed.
ip_conntrack: table full, dropping packet.
printk: 118 messages suppressed.
ip_conntrack: table full, dropping packet.
printk: 121 messages suppressed.
ip_conntrack: table full, dropping packet.
printk: 93 messages suppressed.
ip_conntrack: table full, dropping packet.
printk: 128 messages suppressed.
ip_conntrack: table full, dropping packet.

It will probably look like you are experiencing a network issue with a lot of packet loss, but in fact it isn’t one at all!

This error has to do with the value in /proc/sys/net/ipv4/ip_conntrack_max set to low, and letting the system only handle a few connections at once. This value is usually imposed when APF is installed, and the following should be done to correct it:

echo “138304″ > /proc/sys/net/ipv4/ip_conntrack_max

add the following to /etc/sysctl.conf:

sys.net.ipv4.ip_conntrack_max = 138304

If you are running APF modify the following line to:

SYSCTL_CONNTRACK=”138304″

To check what the current value is you can use:

cat /proc/sys/net/ipv4/ip_conntrack_max

Tags: , ,

Related posts


(4) Comments

Filed under: Uncategorized by — aaron @ 2:22 pm




     

Quick Links: Debian Dedicated Servers, Direct Deposit Hosting, Unmetered Dedicated Servers, Virtual Dedicated Servers, Windows Server Management, High Traffic Web Hosting - Load Balanced Clusters, Windows 2008 Server Virtual Dedicated Servers