Skip to main content

Home/ inetserv/ Group items tagged Hosting

Rss Feed Group items tagged

Ciaran Kearney

HOWTO: Editing /etc/hosts [Archive] - Ubuntu Forums - 0 views

  •  
    Editing /etc/hosts to include virtual hosts
anthony mckeown

Virtual Hosting Explanation and Configuration - 0 views

  •  
    This webpage gives a good explanation of Virtual hosting and some configuration scripts.
Ciaran Kearney

Apache Virtual Host documentation - Apache HTTP Server - 0 views

  •  
    Virtual Hosts on apache v2.2
Ciaran Kearney

Virtual Hosts - 0 views

  •  
    Virtual Hosting with Apache
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
Liam Russell

DNS Tools | BeginLinux - 0 views

  •  
    There are 3 valuable tools that you can use from your desktop to review DNS settings; host, nslookup and dig.
miriam segondat

Configuring Teams - 0 views

  •  
    This site talks about creating virtual machine teams. This concept as discovered in our lab last tuesday night allows you to set up a virtual computer lab on one host computer.
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.
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
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.
miriam segondat

Look at Cloud Computing from Both Sides Now - 0 views

  •  
    This looks at both the risks and the benefits of cloud computing.
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.
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

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.
1 - 18 of 18
Showing 20 items per page