SponsorsOlder StoriesSaturday 22-MayFriday 21-May |
Welcome to Ken's Geeklog Safely migrating an IP from one interface to another on IOS So you have an IP on the wrong interface and you need to migrate it to another one without any downtime, what do you do? This might happen if you’re in an environment that was using VLAN 1 everywhere, and you’ve decided to enact of the recommendations in the Cisco Best Practices guide so now you need to move the IP from VLAN 1 to VLAN 10.
Turning off SELinux![]() SELinux is a set of extra security restrictions on top of the normal Linux security tools. It gives the systems administrator a finer grain of control than what the kernel typically provides. But SELinux can sometimes get in your way. For example, Typical services, such as Apache, appear to start up correctly, but remain inaccessible from the outside world because you forgot to allow the apache user rights to open that port. Increasing the IIS Max users limit in Windows XP![]() Some times you need to run a very small, low powered web server from a Windows XP machine, be it for budget reasons or whatever. You may notice that when several users try to access web pages at the same time you get the following error:
This is because the IIS Configuration on Windows XP comes configured out of the box for a maximum of 10 HTTP connections. Also URLMON seems to use up 2 connections when hitting a website. This can be increased to 40 but not higher (40 is the hardcoded limit). JunOS Triangle Routing![]() Similar to the article on Asymmetric routing, where you have two different Internet Providers which need to be active at the same time. Triangle routing (aka flow-based triangle routing) can pose some interesting challenges. You have two sets of routers. Router A routes for 10.0.0.0/24 and router B routes for 10.1.0.0/24. But you need one IP address (for some very peculiar reason) from Router B in Router A. So you choose to use 10.1.0.250 on router A. Installing TinyDNS / DJBDNS When running a Postfix Mail server you will quickly realise that external DNS servers quickly begin to timeout since you have begun to become throttled due to the amount of requests you are making against specific DNS servers. "Named" or BIND by default on some Linux and BSD machines will normally do quite well, but there is the disadvantage of high load on your local machine crashing the DNS Service. An easy way around this is through the use of DJBDNS aka TinyDNS.
Resetting a lost root password on OpenBSD![]() Resetting the root password on an OpenBSD machine is not hard. There are many ways to change it. First the easy way: Login to the server as a normal user with a sudo account Run the following command
Then proceed to change the password
The root password has now been changed. If you do not have an account with sudo access... Apache best practices Some people who create their own web servers will generally configure it with the default settings. Here are just a few methods you can use to stop people fingerprinting your web server and finding out which tools you are running, which may make it easier for them to exploit a known vulnerability in your setup. There are some performance settings in there to help you get the most out of your web server.
How to calculate Cooling requirements Not many people get to work with a properly designed server room. Cooling is usually the most difficult issue to tackle. This document intends to show you how to get around this problem. It's based on research about how other people do it but is not the definitive answer to complex cooling problems. The aim is to give you a very basic understanding of how cooling is calculated.
|
What's NewStoriesNo new storiesComments last 2 daysNo new commentsTrackbacks last 2 daysNo new trackback comments |
|
Copyright © 2001 - 2012 Ken's Geeklog All trademarks and copyrights on this page are owned by their respective owners. |
Powered by Geeklog Created this page in 0.17 seconds |