Networking Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationNetworking Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #16  
Old February 12th, 2004, 11:50 AM
juniperr juniperr is offline
network dude
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Dec 2003
Posts: 1,679 juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 6 Days 21 h 55 m 2 sec
Reputation Power: 85
Im confused on number of clients? you allocated storage for 6500 and specify 350 workstations. if 6500 clients and 8 departments and you subnet for each department that would be 812 Ip addresses you would need for each not including printers and other network peripherals so a class C is out of the question. Also you are trying to use a public address in your internal network which is a big mistake. Outside interfaces of your router and inside , outside address of PIX, Global addresses on PIX and static NAT to webservers and mail server will need Public addresses. your web servers should have private addresses applied with PIX NAT'ing to them with acl applied for only port 80 and 21 if desired. your PIX 535 will have 3 interfaces one is the outside interface with public IP address going to the internet router the inside interface will be private IP address going to your core switch and the DMZ interface will be private IP address to small switch with web servers attached and mail server if you want. all devices inside network will be private also on different network than the DMZ. your DHCP server will be put on the core switch pushing DHCP to all subnetworks (VLANS) using IP-Helper so you can administrate all VLAN dhcp from one server. If you have WAN links connecting sites I would put a DHCP server at the remote site. BIG thing here is to use a private IP scheme inside the network ie 10.0.0.0/8, 172.16.0.0/16, 192.168.0.0/24 you dont have to use class full scheme this is the real world of VLSM which save greatly on IP addresses. The domain IP is not what you use internaly it is the IP address applied to domain.com you need to break that down for "A" record, MX record and all public access devices thats it! everything internal will be NAT/PAT to private addresses.

Reply With Quote
  #17  
Old February 12th, 2004, 09:38 PM
mouwgli_the_kid mouwgli_the_kid is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Location: T.O.
Posts: 16 mouwgli_the_kid User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 h 23 sec
Reputation Power: 0
Okay, i understood what you told me. But i am going to clarify something.
First, the storage for 6500 clients is on the webserver, each client taking up 100MB webspace.
The subnet i tried to do was for the internal network +DMZ zone+ Router that uplinks to the Internet. But after some research, i found that i was wrong.( which you pointed out too) .
So, now i understood that the given IP address is for the Domain (webserver) only and everything behind PIX ( as it has NAT feature in it) i will be assigning Class C address range. ANd there will be 8 subnets and the whole internal LAN will have 350 workstations in total and not individual (per subnet).
And hey, thanx for replying!!!

Reply With Quote
  #18  
Old February 13th, 2004, 07:31 AM
juniperr juniperr is offline
network dude
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Dec 2003
Posts: 1,679 juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 6 Days 21 h 55 m 2 sec
Reputation Power: 85
Personaly I would do a address scheme like this...

10.0.0.0/16 is networks so you would have 10.1.0.0, 10.2.0.0, 10.3.0.0, etc

then I would make all routers and switches use .1.0 example 10.1.1.1, 10.1.1.2, 10.1.1.3

all servers would be .2.0 so server1 would be 10.1.2.1 then server2 would be 10.1.2.2 and so on

printers would be 10.1.3.1 and so on

PCs would be 10.1.4.1 and so on

Reply With Quote
  #19  
Old July 12th, 2004, 01:40 PM
mouwgli_the_kid mouwgli_the_kid is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Location: T.O.
Posts: 16 mouwgli_the_kid User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 h 23 sec
Reputation Power: 0
Thumbs up thanx for all ur help...

I passed this course with a B+(the highest grade the teacher assigns..) and also got an A for the project, 8.5/10 as he reduced mark for the format and executive summary. Remark on the project "Creative presentation".
Also, i got a co-op job when i showed the project to my (current)Boss and explained in detail what i did for the project! Wooo hoooo!

Thank u juniperr! I owe ya !

Reply With Quote
  #20  
Old July 12th, 2004, 05:35 PM
juniperr juniperr is offline
network dude
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Dec 2003
Posts: 1,679 juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level)juniperr User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 6 Days 21 h 55 m 2 sec
Reputation Power: 85
CONGRATS!!!!!!!

your very welcome, Im glad you stopped back by to say HI! and give us an update.

Reply With Quote
  #21  
Old July 12th, 2004, 09:10 PM
WorldBuilder's Avatar
WorldBuilder WorldBuilder is offline
Big Daddy
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Sep 2003
Location: Boston
Posts: 1,470 WorldBuilder User rank is Sergeant (500 - 2000 Reputation Level)WorldBuilder User rank is Sergeant (500 - 2000 Reputation Level)WorldBuilder User rank is Sergeant (500 - 2000 Reputation Level)WorldBuilder User rank is Sergeant (500 - 2000 Reputation Level)WorldBuilder User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 3 Days 4 h 53 m 8 sec
Reputation Power: 21
Send a message via AIM to WorldBuilder
Nice work! Glad we could help.

Chris
__________________
Pop, pop, fizz, fizz, oh what a relief it is!

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationNetworking Help > Buisness LAN setup `need direction`


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway
Stay green...Green IT