Skip to main content

Home/ inetserv/ Group items tagged server

Rss Feed Group items tagged

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.
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

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.
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
Peter Kelly

IIS vs. Apache: Re-examining the statistics | InfoWorld | Column | 2007-06-29 | By Roge... - 0 views

  • I’ve been a malware fighter for more than 20 years. I consider myself fairly up-to-date on the subject of malicious mobile code, malware, hackers, and exploitation vectors in general. So it was with surprise then that I read another of Google’s recent studies purporting that IIS Web servers were twice as likely to contain malware as Apache Web servers (although Apache and IIS Web servers contained malicious Web sites in equal numbers). This astounded me for several reasons. First, my personal experience tells me it isn’t so. I run multiple IIS and Apache Web servers on my honeynet, and my Apache Web servers get 89 percent more hacking traffic than my IIS servers.  Most of the traffic is PHP/CGI/MySQL based. This is not unexpected, as the Internet contains at least twice as many Apache Web servers, and popularity draws malicious hacking
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
anthony mckeown

Install and Configure Windows Server 2003 DNS Server - 0 views

  •  
    How to install and configure Windows Server 2003 DNS server.
Vitalijus Vasiljevas

Why I Choose CentOS for a Server - 0 views

  •  
    A short article, about why you choose CentOS for a Server.
miriam segondat

Samba Server Security - 0 views

  •  
    Home of Samba, the SMB file server - server security
Frank O'Sullivan

OpenSolaris as a file server - heise open source UK - 0 views

  •  
    Possibly a good option as a file server.
Tim Horgan

Install CentOS 5.2 as a server (LAMP/Bind/ntp) - 0 views

  •  
    Install CentOS 5.2 as a server
  •  
    Install CentOS 5.2 as a server
Tim Horgan

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

  •  
    To setup a LAMP server
  •  
    To setup a LAMP server
james gleeson

ZenPack Project Site - Commercial Open Source Application, Systems and Network Monitor... - 0 views

  •  
    Zenoss is an enterprise-grade open source monitoring platform. Zenoss products provide application, server, and network management capabilities built on the python-based Zope application server. Zenoss Inc. provides support and professional services for the Zenoss open source project.
miriam segondat

Set Up Ubuntu Server With EHCP (LAMP, DNS, FTP, Mail) | HowtoForge - Linux Howtos and T... - 0 views

  •  
    Set Up Ubuntu Server With EHCP (LAMP, DNS, FTP, Mail)
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
james gleeson

Zenoss Home - 0 views

shared by james gleeson on 18 Feb 09 - Cached
  •  
    Zenoss Home page
  •  
    Zenoss is an enterprise-grade open source monitoring platform. Zenoss products provide application, server, and network management capabilities built on the python-based Zope application server. Zenoss Inc. provides support and professional services for the Zenoss open source project.
Tim Horgan

Base Installation of a CentOS Server - 0 views

  •  
    This page provides steps to install CentOS Linux in preparation for installation and setup of an apache web server, mysql database server, tomcat server, or other service.
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
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

PortForward.com - Free Help Setting up Your Router or Firewall - 0 views

  •  
    port forward helps you to open up a port in your router or firewall so that you can play online games, host a web server or ftp server, upload webcam data, instant message or send and receive mIRC DDC fserve operations.
1 - 20 of 73 Next › Last »
Showing 20 items per page