I.   Virtual Hosts   

Virtual Host : A domain, either unique or subdomain, hosted on an existing server with its own dedicated unique IP Address.

To explain further, In order to use a domain (mydomain.com) or a subdomain (whatever.satexas.com) of an existing domain on IRC, that domain must have it's own dedicated IP address. Since an existing physical server must be configured with this unique domain and it's IP address, it is not possible for this domain to be shared across two different physical servers - which is why in SATEXAS VHosts Table we show exactly what domains and their IP address belong to what physical SATEXAS server.

   II.   Virtual Host Configuration   

A full listing of SATEXAS Virtual Hosts and what servers they reside on, can be found here.

There are 2 lines in your master eggdrop configuration file that need modification :

    setmy-hostname"virtualbackbone.com"
    setmy-ip"216.198.1.74"
In order to make these 2 lines active, you will need to remove the # sign in front of each line to make them active (referred to as un-commenting).

The above example shows the user configuring their bot to use the domain virtualbackbone.com with assigned IP address of 216.198.1.74.

Warning : If you try to use a virtual host that does not belong to the server your bot is on, or incorrectly input the data in those 2 lines, the bot will return a PORT problem upon launch.