|

- 7 Servers total
- Auth_Domain: This is the domain controller. This server will run DHCP
- Auth_Prog: This is the application server For the entire MDF's
- Auth_Data: This is the data server.
- Auth_Mail: This will be the mail server and run Microsoft Exchange
Server.
- Auth_Print: This server will run the print services.
- Auth_Website: This will be the web server to handle all website ordering and traffic.
- Auth_Engine: This is the engineering server our autocad software will be run of this server.

- All servers will be placed on the Managment MDF the only server that will be placed off the Managment MDF is the Auth_engine server which will be placed on the Engine_1 network.

! ******************************************************************
! RouterNet1_MDF.cfg - Cisco router configuration file
! Automatically created by Cisco ConfigMaker v2.6 Build 6
! Wednesday, October 23, 2002, 04:13:51 PM
!
! Hostname: RouterNet1_MDF
! Model: 2610
! ******************************************************************
!
service timestamps debug uptime
service timestamps log uptime
service password-encryption
no service tcp-small-servers
no service udp-small-servers
!
hostname RouterNet1_MDF
!
enable password cisco
!
no ip name-server
!
ip subnet-zero
no ip domain-lookup
ip routing
!
interface Ethernet 0/0
no shutdown
description connected to Internet
ip address 206.10.5.20 255.255.255.0
ip nat outside
keepalive 10
!
interface Ethernet 1/0
no shutdown
description connected to Managment1_48port
no ip address
keepalive 10
!
interface Ethernet 1/1
no shutdown
description connected to Engine1_48port
ip address 206.10.51.7 255.255.255.0
ip nat inside
keepalive 10
!
interface Ethernet 1/2
no description
no ip address
shutdown
!
interface Ethernet 1/3
no description
no ip address
shutdown
!
interface Serial 0/0
no shutdown
description connected to RouterNet2_IDF
ip address 206.10.50.1 255.255.255.252
ip nat inside
encapsulation ppp
!
! Access Control List 1
!
no access-list 1
access-list 1 permit 206.10.50.0 0.0.0.3
access-list 1 permit 206.10.51.32 0.0.0.31
access-list 1 permit 206.10.51.0 0.0.0.255
access-list 1 permit 206.10.52.0 0.0.0.255
access-list 1 permit 206.10.53.0 0.0.0.255
!
! Dynamic NAT
!
ip nat translation timeout 86400
ip nat translation tcp-timeout 86400
ip nat translation udp-timeout 300
ip nat translation dns-timeout 60
ip nat translation finrst-timeout 60
ip nat inside source list 1 interface Ethernet 0/0 overload
!
router rip
version 2
network 206.10.51.0
network 206.10.50.0
passive-interface Ethernet 0/0
no auto-summary
!
!
ip classless
!
! IP Static Routes
ip route 0.0.0.0 0.0.0.0 Ethernet 0/0
no ip http server
snmp-server community public RO
no snmp-server location
no snmp-server contact
!
line console 0
exec-timeout 0 0
password class
login
!
line vty 0 4
password class
login
!
end
! ******************************************************************
! RouterNet2_IDF.cfg - Cisco router configuration file
! Automatically created by Cisco ConfigMaker v2.6 Build 6
! Wednesday, October 23, 2002, 04:18:31 PM
!
! Hostname: RouterNet2_IDF
! Model: 2610
! ******************************************************************
!
service timestamps debug uptime
service timestamps log uptime
service password-encryption
no service tcp-small-servers
no service udp-small-servers
!
hostname RouterNet2_IDF
!
enable password cisco
!
no ip name-server
!
ip subnet-zero
no ip domain-lookup
ip routing
!
interface Ethernet 0/0
no shutdown
description connected to OfficeGroup_48Port
ip address 206.10.52.10 255.255.255.0
keepalive 10
!
interface Ethernet 1/0
no shutdown
description connected to FactorySwitch_48Port
ip address 206.10.53.12 255.255.255.0
keepalive 10
!
interface Ethernet 1/1
no description
no ip address
shutdown
!
interface Ethernet 1/2
no description
no ip address
shutdown
!
interface Ethernet 1/3
no description
no ip address
shutdown
!
interface Serial 0/0
no shutdown
description connected to RouterNet1_MDF
ip address 206.10.50.2 255.255.255.252
encapsulation ppp
!
router rip
version 2
network 206.10.52.0
network 206.10.53.0
network 206.10.50.0
no auto-summary
!
!
ip classless
no ip http server
snmp-server community public RO
no snmp-server location
no snmp-server contact
!
line console 0
exec-timeout 0 0
password class
login
!
line vty 0 4
password class
login
!
end
|