Skip to main content

Home/ Groups/ inetserv
Tim Horgan

Quick 'n' Easy LAMP Server for Centos/RHEL - 0 views

  •  
    To setup a LAMP server
  •  
    To setup a LAMP server
David Power

Linux Howtos and Tutorials- CENT OS - 0 views

  • 5 Configure Additional IP Addresses
    • David Power
       
      Get to this point of CENTOS install and document
  •  
    Get to this point by tonight,
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
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
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
Tim Horgan

CentOS 5.2 x86_64 - The Perfect Server - 0 views

  •  
    This tutorial shows how to set up a CentOS 5.2 server for x86_64 platforms 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 64-bit version of CentOS 5.2
Tim Horgan

Working with VI - 0 views

  •  
    Vi is a text editor found in most UNIX environments. What is normally installed is a program called vim, which stands for vi improved. You can start vi (or vim) by typing vi at the UNIX command prompt.
Tim Horgan

Working with Apache - 0 views

  •  
    These instructions assume that you installed CentOS as documented in Base Installation of a CentOS Server.
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.
Tim Horgan

How To Install Drupal - 0 views

  •  
    These instructions assume that drupal runs as the root web application, and that port 8080 is used. Instructions are included to use clean urls. Also, I assume that you have root access to the server.
Tim Horgan

Quick HOWTO : Ch18 : Configuring DNS - Linux Home Networking - 0 views

  • The only DNS configuration file for a DNS client is the /etc/resolv.conf file, which defines the IP address of the DNS server it should use.
    • Tim Horgan
       
      Edit file: /etc/resolv.conf
  • There are 13 root authoritative DNS servers
    • Tim Horgan
       
      BIND supplies these IP addresses at startup.
  • host www.linuxhomenetworking.com
  • ...12 more annotations...
  • host 65.115.71.34
  • nslookup www.linuxhomenetworking.com
  • nslookup 65.115.71.34
  • The Host Command
  • The nslookup Command
  • chkconfig named on
  • [root@bigboy tmp]# /etc/init.d/named start [root@bigboy tmp]# /etc/init.d/named stop [root@bigboy tmp]# /etc/init.d/named restart
    • Tim Horgan
       
      can also use: service named start service named stop service named restart
  • DNS clients (servers not running BIND) use the /etc/resolv.conf file to determine both the location of their DNS server and the domains to which they belong.
  • The /etc/resolv.conf File
  • /etc/resolv.conf
    • Tim Horgan
       
      nano /etc/resolv.conf
  • Configuring resolv.conf
  • Creating a named.conf Base Configuration
David Power

Linux and Open Source Software Blog by Vivek | nixCraft - 0 views

shared by David Power on 01 Mar 09 - Cached
  •  
    Nice site with short but detailed descriptions on most Linux commands, covers most distros.
  •  
    Detailed descriptions on most Linux commands.
David Power

PuTTY: a free telnet/ssh client - 0 views

  •  
    Telnet/SSH Client on windows
Sean Meade

TWiki - the Open Source Enterprise Wiki and Web 2.0 Application Platform - 0 views

shared by Sean Meade on 28 Feb 09 - Cached
  •  
    The TWIKI official page.
David Power

The Linux Documentation Project - 0 views

  •  
    Good reference material site
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...
John Twohig

YouTube - Dns Basics - 0 views

shared by John Twohig on 30 Mar 09 - Cached
  •  
    Domain Name System Basics
miriam segondat

Quick 'n' Easy LAMP Server For CentOS/RHEL | HowtoForge - Linux Howtos and Tutorials - 0 views

  •  
    This is a Quick and Easy tuttorial to install a LAMP Server For CentOS/RHEL
Frank O'Sullivan

CentOS / Red Hat Linux Install VSFTPD FTP Server - 0 views

  •  
    -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 21 -j ACCEPT
anthony mckeown

What is Berkeley Internet Name Domain? - - 0 views

  •  
    This page describes the term Berkeley Internet Name Domain
‹ Previous 21 - 40 Next › Last »
Showing 20 items per page