Building A LAN ( NET /GAMING CAFe

chiefwonk

Distinguished
May 5, 2006
29
0
18,530
iwant to build a net/gaming cafe

i know all i need switch,router DSL
please help me about the connection, configuration of router & switch

Do i need to configure the switch & question(DSL) about staich ip & PPPoE
 

Buzzons

Distinguished
Jul 21, 2005
39
0
18,530
Right then, firstly the WAN link - this depends where you are? if you are in the UK you could go with a company like aaisp and get 4 of their maxDSL lines and bond them together to get a decent link, or rent an SDSL link.

Router wise, a decent (80+ £) one should do, maybe look to get a cisco 837/857/877 as they are pretty nice bits of kit and can do a hell of a lot of stuff (QoS and the like)

Switch wise - get a single switch that has enough ports for the entire place, it is better to have 1 large switch than to have two small switches linked together.

I would get a managed switch just because it allows you to see what is going on and find bugs easier, and of course a NON blocking gigabit switch would be the way to go. Jumbo frames not really needed but could be a bonus.

Linksys/Dell/HP all make decent switches == Cisco too, but they will be rather expensive.

Cables : use standard Cat5e cable (no need for cat6)

you would want it set up like this

WAN => Router => switch => PCs

the router should have a dhcpd running on it to offer all pcs on the LAN side an ip address/gateway/subnet etc as well as a decent firewall to stop anything getting in that you do not want.

PPPoE and PPPoA are determined where you are and what ISP you get.

Static external WAN IP not really needed, but if you intend for the gamers to be able to game on any server you wish, I would see if you can get an ip range from an ISP so that each PC can have its own external IP address (no need for NAT) - these would be given out by the router.
 

dotNET

Distinguished
Jul 8, 2004
15
0
18,510
Mac Adress (Media Access Connection) : 48 bit's hexadecimal numbers all computers have a different Mac Adress
Ip Adress (Internet Protocol) : IP's 32 bits 4 "Octed"Ip's can write decimal
Public IP : For Wan
Privade Ip : For local area not for wan examples;
A Class IP: 10.0.0.0 - 10.255.255.255
B Class IP: 172.16.0.0 - 172.32.255.255
C Class IP: 192.168.0.0 - 192.168.255.255
Octed: "10.0.201.32"
10 0 201 32
1 octed 1 1 1 (octeds)
Örneğin;

"10.2.200.79"

"00001010.00000010.11001000.01001111" =this is a binary code system
10 2 200 79
ip classes "A,B,C,D,E"

A Class IP : "1.0.0.0" between "126.255.255.255" for a class subnet mask >255.0.0.0
B Class IP : "128.0.0.0" between "191.255.255.255" for b class 255.255.0.0
C Class IP : "192.0.0.0" between "223.255.255.255"for c class 255.255.255.0
D Class IP'ler : "224.0.0.0" ile "239.255.255.255" Multi cast ip's we cannot use them "host give it automaticly"
E Class IP'ler : "240.0.0.0" ile "255.255.255.255" TEST ip's

APIPA (Automating Private Internet Protocol Adress) :


Subnet Mask : if u want to connect the same local area computers u must use the same network id's

Network ID operation

00001010.00000101.00000000.00000001 => (IP : 10.5.0.1)
11111111.00000000.00000000.00000000 => (SM :255.0.0.0)
----------------------------------------------------------- => (AND)
00001010.00000000.00000000.00000000 => (10.0.0.0 = NETWORK ID)


01111100.00000010.01111110.00000001 => (IP : 124.2.126.1)
11111111.00000000.00000000.00000000 => (SM : 255.0.0.0)
----------------------------------------------------------- => (AND)
01111100.00000000.00000000.00000000 => (124.0.0.0 = NETWORK ID)

124.0.0.0 = NETWORK ID
10.0.0.0 = NETWORK ID

impossible

10000001.00010000.00010101.00101010 => [IP : 129.16.21.42 / 16
11111111.11111111.00000000.00000000 => (SM : 255.255.0.0)
---------------------------------------------------------- => (AND)
10000001.00010000.00000000.00000000 => (129.16.0.0 = NETWORK ID)


10000001.00010000.11001000.00000101 => (IP : 129.16.198.10 / 16)
11111111.11111111.00000000.00000000 => (SM : 255.255.0.0)
----------------------------------------------------------- => (AND)
10000001.00010000.00000000.00000000 => (129.16.0.0 = NETWORK ID)

IP = 129.16.21.42 (NID = 129.16.0.0)
IP = 129.16.198.10 (NID = 129.16.0.0)

its ok!!!


192168.1.1 / 24 u can make a network and 255 host

Ancak 192.168.1.1 / 24 u want to make 4 networks in this ip

192.168.1.0 / 24


11000000.10101000.00000001.00000000 = (192.168.1.1)
11111111.11111111.11111111.00000000 = (255.255.255.0)
------------------------------------------------------------
11000000.10101000.00000001.00000000 = (192.168.1.1)
11111111.11111111.11111111.11000000 = (255.255.255.192)

255-192 = 63 this is just number of clients in a netwrok

63+63+63+63 = 255 u can make 4 diffrent network

192.168.1.0 - 192.168.1.63
192.168.1.64 - 192.168.1.127
192.168.1.128 - 192.168.1.191
192.168.1.192 - 192.168.1.255

THIS IS A SUBNETTING!!!



192.180.1.0 / 24 => 1 Network 255 Host

10 Network ?

111111111.111111111.11111111.11110000
255. 255. 255. 240

255 - 240 = 15
15 x 16 = 240

u can make 16 networks