3 Running Multiple Servers on One Computer
Assigning distinct IP addresses
Use this method if you want your guests and members to access each Palace with
different IP addresses or domain names, but with the same frontend port number.
Each Palace will require:
A unique IP Address (For example, 208.129.210.5 and 208.129.210.77)
A separate Palace server registration code
A separa te p
server.conf
file with unique addresses and/or port numbers.
In addition, a separate domain name is preferable, though not required. For
example,
pserverone.domain.com
,
pservertwo.domain.com
.
Make sure the Palaces are not running while performing these operations.
To enable multiple servers, edit each server's
pserver.conf
with the following
changes:
The
FRONTEND
number and the IP address. These must be unique for each server.
The
PORT
number in each
pserver.conf.
This must be unique for each server.
NOTE
If you do not know either your IP address or Port number, see your systems
administrator.
M
To enable multiple servers in the pserver.conf file
1.
Edit the
pserver.conf
file for the first server using the following as an example:
;FRONTEND: This adds frontends for the server. There must be at least
;one frontend specified.
;Note: There can be a maximum of 10 frontends.
FRONTEND "9997" "208.129.210.5"
;PORT: Local port number to bind to
;Default value: 10001
PORT 10012
2.
Edit the
pserver.conf
file for the second server using the following as an
example:
;FRONTEND: This adds frontends for the server. There must be at
; least one frontend specified.
;Note: There can be a maximum of 10 frontends.
FRONTEND "9997" "208.129.210.77"
22
UNIX Palace Server Guide
New Page 1