configure
How to Configure your Windows VPN Server
Once you have installed the VPN Server the next step is to configure and secure it from any outside attacks. The most important configuration is allowing the users and saving the log files for checking the user activities on the vpn server. Once you had installed the vpn server , Then go to start and Administrative tools [...]
How to Compile, Install and Configure eAccelerator
eAccelerator only works with mod_php or php in fastcgi mode. It can’t be used in cgi or cli because eAccelerator needs to set up shared memory, and this can only be done when all php instances that need to access it are forks of the first process. Installation Step 1. Compiling eAccelerator You need to [...]
How to Configure interface automatically with DHCP in Solaris
Solaris can request IP address and other networking information dynamically with DHCP. To permanently make an interface, for example hme0, obtain its IP address through DHCP, use the touch command to create the following two empty files as root: touch /etc/dhcp.hme0 touch /etc/hostname.hme0 When you reboot, the interface will be dynamically configured. To bring up [...]
How to configure a Simple Solaris IP Multipathing
IP multipathing consists of grouping two identical network cards together and having a live IP address be able to automatically fail over from one card to the other with no loss or degredation of service. The steps to accomplish this are as follows: 1. Ensure that both cards are seen by the system and have [...]
How to configure Domain Redirects
There are two reasons to redirect e.g. mydomain1.de to www.mydomain1.de: It avoids detecting search machines “double content†I personally prefer having one unique URL for a homepage, also if a user enters mydomain1.de he will be redirected to www.mydomain1.de RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^mydomain\.de$ [NC] RewriteRule ^(.*) http://www.mydomain.de/$1 [L,R=301] The redirect is defined [...]
How to install and Configure PHP Accelerator
If you have running a webserver with many PHP pages I recommend to use a PHP accelerator likeeaccelerator. Installation is really easy: Download the source Unpack the source and change to the unpacked directory run “phpize†run “./configure†run “make†run “make install†run ‘â€mkdir /tmp/eaccelerator†run “chmod 0777 /tmp/eaccelerator†edit “/etc/php5/apache2/php.ini†(e.g. on Debian [...]
How to Configure DNS Dynamic Update on a Windows 2000 DNS Client Computer
To configure DNS dynamic update on a Windows 2000 DNS client computer: Click Start, point to Settings, and then click Network and Dial-up Connections. Right-click the network connection that you want to configure, and then clickProperties. Click either the General tab (for the local area connection) or the Networking tab (for all other connections), click Internet Protocol (TCP/IP), and then clickProperties. [...]
How to Configure DNS Dynamic Update for DHCP Clients
By default, Windows 2000-based DHCP clients are configured to request that the client register the A resource record and the server register the PTR resource record. By default, the name that is used in the DNS registration is a concatenation of the computer name and the primary DNS suffix. To change this default name, open [...]
How to Configure Remote Access Servers to Use the Secondary IAS Server
Configure each Routing and Remote Access Server (RRAS) with two RADIUS servers that correspond to the primary and secondary IAS servers. If one IAS server becomes unavailable, the RRAS server will automatically “fail over” to the other server. Log on to the RRAS computer as an administrator. Click Start, point to Programs, point to Administrative Tools, and then [...]
How to Configure a Primary Internet Authentication Service Server on a Domain Controller
This step-by-step article describes how to install and configure Microsoft Internet Authentication Service (IAS) on a domain controller. IAS can run as a Remote Authentication Dial-In User Service (RADIUS) server. You can use IAS for centralized authentication and accounting of multiple Routing and Remote Access Service (RRAS) servers. Install IAS To install IAS: Click Start, point [...]
How to configure logging in Cisco IOS
Cisco IOS System Message Logging is enabled by default in order to send logging messages to the console. These messages can be directed to logging buffers, terminal lines or a UNIX syslog server, depending on the configuration. Issue the logging on command in order to enable logging. Logging is enabled by default on Cisco routers. Issue [...]
How to Install and Configure IE6 using IE4 Linux on Ubuntu
No matter how anal IE6 is, it is still quite an important browser. According to statistics from W3School, by April 2008, there are still about 28.9% of surfers using IE6. So on my Ubuntu, I have no choice but having it installed. To install IE6 and below, you should first have cabextract and Wine installed, [...]
How to Install and Configure Wine on Ubuntu
The software has been in development for more than 12 years and just reached beta status in the fall of 2005. But Wine has been in widespread use for quite some time, and it’s included in most distributions, including Ubuntu. Install Wine The Wine software included with Ubuntu is frequently at least a step behind [...]
How to configure the five main passwords of the Cisco IOS
The five main passwords of the Cisco IOS are: Console Aux VTY Enable password Enable secret Console If you have no password set on the router’s console, by default, you can access user mode (and then on to the other modes if no passwords are set there either). The console port is where you would [...]
How to configure port security on Cisco Catalyst switches that run Cisco IOS system software
Use the port security feature to restrict input to an interface. This feature limits and identifies MAC addresses of the workstations that can access the port. When secure MAC addresses are assigned to a secure port, the port does not forward packets with source addresses outside the group of defined addresses. If a secure port [...]
