Configuring Network Settings for the Base Deployment
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
This topic provides information about the network settings in a base deployment. It categorizes the network setting configurations by the following environments:
Web tier
Data tier
Web Tier
The following table shows the network settings that you should configure for the Web tier. All network adapters use the same subnet mask value (255.255.255.0) and preferred DNS server value (192.168.30.3).
Server |
Adapter |
IP address |
Subnet mask |
Default gateway |
---|---|---|---|---|
Web server 1 |
Public |
192.168.10.10 |
255.255.255.0 |
192.168.10.1 |
Private |
192.168.20.10 |
255.255.255.0 |
See note. |
|
Web server 2 |
Public |
192.168.10.11 |
255.255.255.0 |
192.168.10.1 |
Private |
192.168.20.11 |
255.255.255.0 |
See note. |
|
Domain controller 1 |
Private |
192.168.30.3 |
255.255.255.0 |
192.168.30.201 |
Note
You can only have one default gateway defined on a Windows server that has multiple network adapters. For the private VLAN2 (198.168.20.0), you can set up your routers to use static routes or Routing Information Protocol (RIP), or you can define static routes using Windows on the Web servers. For more information about how to configure static routes, see How to Configure Static Routes.
Data Tier
The following table shows the network settings that you should configure for the data tier. All network adapters use the same default gateway value (192.168.40.201) and preferred DNS server value (192.168.40.3), except for the private network adapters on each computer that is running SQL Server (leave these values blank).
Server |
Adapter |
IP address |
Subnet mask |
Default gateway |
---|---|---|---|---|
SQL Server 1 (clustered database server) |
Public |
192.168.40.30 |
255.255.255.0 |
198.168.40.201 |
Private |
10.0.0.1 |
255.0.0.0 |
||
SQL Server 2 (clustered database server) |
Public |
192.168.40.31 |
255.255.255.0 |
198.168.40.201 |
Private |
10.0.0.2 |
255.0.0.0 |
||
Management server |
Private |
192.168.40.32 |
255.255.255.0 |
192.168.40.201 |
Business management server |
Private |
192.168.40.41 |
255.255.255.0 |
198.168.40.201 |
Domain controller 2 |
Private |
192.168.40.3 |
255.255.255.0 |
198.168.40.201 |
The SQL Server database cluster in the run-time environment shares the following cluster IP addresses:
192.168.40.32 for Cluster service
192.168.40.33 for SQL Server clustering
See Also
Other Resources
Commerce Server Enterprise Deployment Network Connectivity Diagram