Skip to main content

Home/ inetserv/ Group items tagged to

Rss Feed Group items tagged

Liam Russell

Software Management Guide - Manage With Yum - 0 views

  •  
    This link is a guide on how to manage software with yum. Use the yum utility to modify the software on your system in four ways: 1. To install new software from package repositories 2. To install new software from an individual package file 3. To update existing software on your system 4. To remove unwanted software from your system
John Twohig

Private IP Addresses - 0 views

  • IP Helper-Address The ip helper-address command is a static command that is configured on a router interface to direct broadcasts to desired destinations within your internetwork. Configuring the ip helper-address command is simple and straightforward. You just have to be aware of which interface the broadcasts are being received on and where you want to forward these broadcasts to. For example, in Figure 7.21, the 2501A router Ethernet0 interface receives a Dynamic Host Configuration Protocol (DHCP) client request from HostA, which is a broadcast looking for a DHCP server. Figure 7.21: An ip helper-address single server example The 2501A router needs to be configured as follows: 2501A#config t 2501A(config)#interface ethernet0 2501A(config-if)#ip helper-address 172.16.30.2 The 2501A router now receives the DHCP client broadcast and forwards this broadcast to the DHCP server, which then provides a DHCP address to the client. If you have more than one DHCP server for redundancy purposes, as shown in Figure 7.22, you can configure a subnet broadcast address instead of a single server address. Figure 7.22: An ip helper-address multiple server example The 2501A router would be configured as follows: 2501A#config t 2501A(config)#interface ethernet0 2501A(config-if)#ip helper-address 172.16.30.255 The 2501 router now takes a DHCP client broadcast and sends this to any DHCP server on the 172.16.30.0 network. Remember that when you enable the ip helper-address command, you are forwarding more than just DHCP requests. Let’s discuss all the ports that are being forwarded
John Twohig

Linux DHCP Server, Dynamic IP, DHCP how to, sytem administration, linux system, linux d... - 0 views

  • The entire DHCP server configuration consists of three stages. If you are running a firewall (iptables), allow the DHCP You must configure the /etc/dhcpd.conf A running dhcpd daemon (which can be started at boot time)
  • Even though DHCP gives out IP address dynamically, it also has the ability to reserve an IP address for a certain computer. In this sense it's almost as if the client computer has a static IP even though it uses DHCP to get it. This is useful if you want to be able to put entries in your /etc/hosts file and not have to worry about the entry becoming invalid over time.  The first thing we must do is to specify a name for the computer as a helpful identifier
miriam segondat

An Introduction to Dynamic Host Configuration Protocol : Learn-Networking.com - 0 views

  •  
    This is a useful site referring to an explanation to DHCP and how it works using diagrams to aid learning.
Daniel Artipoli

How to use IP-helper address to connect remote DHCP server | DHCP - 0 views

  •  
    Cisco - How to use IP-help address to connect remote DHCP server.
Ciaran Kearney

phpMyFAQ homepage - open source FAQ system for PHP and MySQL, PostgreSQL and other data... - 0 views

  •  
    phpMyFAQ 2 is a multilingual, completely database-driven FAQ-system. It supports various databases to store all data, PHP 4.3.3 (or higher) is needed in order to access this data. phpMyFAQ also offers a multi-language Content Management-System with a WYSIWYG editor and an Image Manager, flexible multi-user support with user and group based permissions on categories and records, a wiki-like revision feature, a news system, user-tracking, language modules, enhanced automatic content negotiation, templates, extensive XML-support, PDF-support, a backup-system, a dynamic sitemap, related articles, tagging, RSS feeds, built-in spam protection systems, LDAP support, and an easy to use installation script.
Sean Meade

Installing VMWare Server 2 on Ubuntu Server 8.10 (Intrepid Ibex) LG #159 - 0 views

  • 3. Installing VMWare Server 2 First things first. To install VMWare Server 2, you need to install three packages: build-essential, linux-headers-server, and xinetd. If linux-headers-server does not point to the headers of the kernel you are using, install the correct ones. I had to install "linux-headers-2.6.27-7-server". You can check what kernel version you are currently running with "uname -r".
    • Sean Meade
       
      Important to install these before attempting to install Server 2.
  •  
    Install VMware on Ubuntu Server
Padraig FitzGerald

Share Video :: Firefox Add-ons - 0 views

  •  
    The Share Video button from Vodpod.com makes it easy to share videos from 1000s of sites, or to post those videos with a single click to your blog.
Peter Kelly

The Virtual Machine & Virtual Appliance Library | JumpBox Inc. - 0 views

  •  
    Might prove handy as a compliment to your project. Cuts out the need to worry about the install of various open source applications - allows to concentrate on testing features of the app. This covers most of the project topics and may prove handy for simple testing - it's a paid service but the trial versions are free. Runs on VMWare too...
Peter Kelly

Adding RSS Feeds to WordPress « Lorelle on WordPress - 0 views

  •  
    Describes how to use Wordpress add-in to host rss feeds on your wordpress site
James O'Sullivan

Open As Webfolder :: Firefox Add-ons - 0 views

  •  
    Long Description Open pages and links in Windows WebFolder WebDAV client (similar to "open in Webfolder" checkbox in IE's open dialog). Note that this requires the Microsoft Webfolder client to be installed on the machine. Thus, it's unlikely to work on Vista installations unless the Webfolder client was installed separately. Please report bugs at http://openwebfolder.mozdev.org/bugs.html, or contact the author directly.
Liam Russell

CentOS 5.1 Server Setup: LAMP, Email, DNS, FTP, ISPConfig (a.k.a. The Perfect Server) - 0 views

  •  
    This tutorial shows how to set up a CentOS 5.1 based server that offers all services needed by ISPs and web hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of CentOS 5.1, but should apply to the 64-bit version with very little modifications as well.
Padraig FitzGerald

Upcoming Lullabot Workshops and Seminars | Lullabot - 0 views

  •  
    Some good videos, shows how to ftp the drupal download file to the server
Frank O'Sullivan

Anonymous Proxy Using SQUID 3 On CentOS 5.x | HowtoForge - Linux Howtos and Tutorials - 0 views

  •  
    Using the RPM process to install Squid 3 (Squid 2.6 is included with Centos 5) You might want to install the newer version for better functionality.
John Twohig

CentOS - SSH Protocol - 0 views

  •  
    I found this to a great Guide to understanding the SSH and its workings
miriam segondat

About Drupal | drupal.org - 0 views

shared by miriam segondat on 13 Feb 09 - Cached
  •  
    This website is all about the software package Drupal with quick links on everything from how to get started to support forums. This will be very useful for the individual project as it lists a whole range of different types of websites that it supports so will give a better idea on how the configuration should be done.
  •  
    Great website
  •  
    Great link - it'll be very handy for my project...
Tim Horgan

How To Install MediaWiki - 0 views

  •  
    The instructions show how to setup a server to host any number of separate MediaWiki wikis on a server installed according to Base Installation of a CentOS Server.
Padraig FitzGerald

How To Set Up DHCP Failover On Centos 5.1 | HowtoForge - Linux Howtos and Tutorials - 0 views

  •  
    Describes how to setup DHCP failover in CentOS
miriam segondat

Dynamic Host Configuration Protocol: Frequently Asked Questions - 0 views

  •  
    A very good FAQ page relating to everything to do with DHCP. Just click on the question and the answer is given briefly underneath.
Tim Horgan

CentOS 5.2 - The Perfect Server - 0 views

  •  
    This tutorial shows how to set up a CentOS 5.2 server that offers all services needed by ISPs and web hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. This tutorial is written for the 32-bit version of CentOS 5.2, but should apply to the 64-bit version with very little modifications as well.
1 - 20 of 85 Next › Last »
Showing 20 items per page