Configuring Network Settings for the Enterprise Deployment
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
This topic provides information about the network settings in an enterprise deployment. It categorizes the network setting configurations by the following environments:
Web tier
Data tier
Staging tier
Development/test/business tier
This information supplements the enterprise network connectivity diagram provided in Commerce Server Enterprise Deployment Network Connectivity Diagram.
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. |
|
BizTalk Server (BTS) |
Public |
192.168.10.12 |
255.255.255.0 |
192.168.10.1 |
Private |
192.168.20.12 |
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 |
192.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 |
192.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 |
Data warehouse/analysis (non-clustered database server) |
Private |
192.168.40.34 |
255.255.255.0 |
192.168.40.201 |
Business management server (Websvc/DM) |
Private |
192.168.40.11 |
255.255.255.0 |
192.168.40.201 |
BizTalk Server database server (BTS DB,non-clustered) |
Private |
192.168.40.37 |
255.255.255.0 |
192.168.40.201 |
BizTalk Server (BTS LOB) |
Private |
192.168.40.38 |
255.255.255.0 |
192.168.40.201 |
Domain controller 2 |
Private |
192.168.40.3 |
255.255.255.0 |
192.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
Staging Tier
The following table shows the network settings that you should configure for the staging tier. All network adapters use the same subnet mask value (255.255.255.0), default gateway value (192.168.40.201), and preferred DNS server value (192.168.40.3).
Server |
Adapter |
IP address |
Subnet mask |
Default gateway |
---|---|---|---|---|
Staging server running SQL Server |
Private |
192.168.40.35 |
255.255.255.0 |
192.168.40.201 |
Staging business management server |
Private |
192.168.40.10 |
255.255.255.0 |
192.168.40.201 |
Development/Test/Business Tier
The following table shows the network settings that you should configure for the development/ test/business tier. All network adapters use the same subnet mask value (255.255.255.0), default gateway value (192.168.50.201), and preferred DNS server value (192.168.50.3).
Server |
Adapter |
IP address |
Subnet mask |
Default gateway |
---|---|---|---|---|
Test server running SQL Server |
Private |
192.168.50.30 |
255.255.255.0 |
192.168.50.201 |
Test business management server |
Private |
192.168.50.10 |
255.255.255.0 |
192.168.50.201 |
Test BizTalk Server (Test BTS/LOB) |
Private |
192.168.50.11 |
255.255.255.0 |
192.168.50.201 |
Domain controller 3 |
Private |
192.168.50.3 |
255.255.255.0 |
192.168.50.201 |
See Also
Other Resources
How to Prepare the Network for the Enterprise Deployment
Commerce Server Enterprise Deployment Network Connectivity Diagram