Page 12 of 13 FirstFirst ... 2910111213 LastLast
Results 111 to 120 of 127
  1. #111

    Default Re: Informative Guide in Setting up Local Area Network (LAN).


    or just simply refer to NETWORK LOAD BALANCING(NLB)
    heres the link:
    Network Load Balancing Technical Overview

  2. #112

    Default Re: Informative Guide in Setting up Local Area Network (LAN).

    Quote Originally Posted by netcommando View Post
    pwedi kaau but for short distance lang, mag problema na if taas ang cable. mao ng naay standard color coding to follow to minimize impedance mismatch and interference...

    paniti lang then atan-awa giunsa pag intertwined ng mga cables, compare pud unsay kalainan sa cat5, cat5e and cat6.

    mag ulbo gyud akung comm termination ani kung naay RTP mag dagan sa linya.

    ===============
    sorry mana man diay ni nga topic. hehe sayup ko og basa.
    Last edited by dammy; 08-15-2011 at 08:51 PM.

  3. #113

    Default Re: Informative Guide in Setting up Local Area Network (LAN).

    Quote Originally Posted by redfox775 View Post
    @tishop1234 ah,so you mean to say you got 2 existing connection? am i right?
    sa akong na try ako siya ingun ani:
    Connecting to Two ISPs with Redundant Routers

    In this example, we have two routers in our AS, which has ASN 65500. The first router has a link to the first ISP, whose ASN is 65510: Router1#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router1(config)#interface Serial0 Router1(config-if)#description connection to ISP #1, ASN 65510 Router1(config-if)#ip address 192.168.1.6 255.255.255.252 Router1(config-if)#exit Router1(config)#interface Ethernet0 Router1(config-if)#description connection to internal network, ASN 65500 Router1(config-if)#ip address 172.18.5.2 255.255.255.0 Router1(config-if)#exit Router1(config)#ip as-path access-list 15 permit ^$ Router1(config)#router bgp 65500 Router1(config-router)#network 172.18.5.0 mask 255.255.255.0 Router1(config-router)#neighbor 172.18.5.3 remote-as 65500 Router1(config-router)#neighbor 172.18.5.3 next-hop-self Router1(config-router)#neighbor 192.168.1.5 remote-as 65510 Router1(config-router)#neighbor 192.168.1.5 filter-list 15 out Router1(config-router)#no synchronization Router1(config-router)#exit Router1(config)#end Router1#

    Then the second router connects to the second ISP which uses ASN 65520.
    And because these two routers are both members of the same AS, they also must have an iBGP connection:

    Router2#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router2(config)#interface Serial1 Router2(config-if)#description connection to ISP #2, ASN 65520 Router2(config-if)#ip address 192.168.2.6 255.255.255.252 Router2(config-if)#exit Router2(config)#interface Ethernet0 Router2(config-if)#description connection to internal network, ASN 65500 Router2(config-if)#ip address 172.18.5.3 255.255.255.0 Router2(config-if)#exit Router2(config)#ip as-path access-list 15 permit ^$ Router2(config)#router bgp 65500 Router2(config-router)#network 172.18.5.0 mask 255.255.255.0 Router2(config-router)#neighbor 192.168.2.5 remote-as 65520 Router2(config-router)#neighbor 192.168.2.5 filter-list 15 out Router2(config-router)#neighbor 172.18.5.2 remote-as 65500 Router2(config-router)#neighbor 172.18.5.2 next-hop-self Router2(config-router)#no synchronization Router2(config-router)#exit Router2(config)#end Router2#

    but here we have split the functions across two routers to ensure that you can sustain a link failure or a router failure without losing your Internet connection.



    The main difference is that we have had to configure an eBGP link from each router to its ISP, as well as an iBGP link between the two routers. Note that we have included the same AS Path filter on both routers to ensure that our network doesn't allow transit routing from one ISP to the other.
    However, just as in the single router example, you have to decide how you want to deal with the problem of the excessive number of routes that you will receive from both of these ISPs.
    Notice we have included the next-hop-self option for the iBGP peers on both routers:
    Router1(config)#router bgp 65500 Router1(config-router)#neighbor 172.18.5.3 remote-as 65500 Router1(config-router)#neighbor 172.18.5.3 next-hop-self
    Without this option, the next hop IP address for prefixes learned through Router1 will be the ISP connected to Router1. But even in this simple network, Router2 will not have a route to this next hop address. We could also get around this problem by including static routes on both routers. We discuss the next-hop-self option in more detail in Recipe 9.3.
    In this example, we only have two routers inside our AS. You could add more, using exactly the same configuration commands that we used here. However, you need to remember to create a full mesh of iBGP peer relationships between all of these routers. Every BGP router must have a neighbor statement connecting to every other BGP router in the same AS.





    this is a special build scenario, kinahanglan ni ug config sa ISP

  4. #114

    Default Re: Informative Guide in Setting up Local Area Network (LAN).

    mga pre need ko inyo advice ani..
    among network is 15 PC naka connect sa router, .ang problema namo is hasol ang pag update sa mga online games kay tagsatagsaon kada PC.unsa mga paagi para paspas ang pag update?..

  5. #115

    Default Re: Informative Guide in Setting up Local Area Network (LAN).

    Quote Originally Posted by edisonjason View Post
    mga pre need ko inyo advice ani..
    among network is 15 PC naka connect sa router, .ang problema namo is hasol ang pag update sa mga online games kay tagsatagsaon kada PC.unsa mga paagi para paspas ang pag update?..
    Bro...tagsa2x on gyud na nimo og update bro..unless na a ky server for ur games...pero ISP>>router>>work station lng ang setup mag individual gyud ka og update anah...

  6. #116

    Default Re: Informative Guide in Setting up Local Area Network (LAN).

    @dude
    ty sa reply bro..ok ra ba ni nga network setting bro?unsa man jud pina ka nindot network setting sa internet cafe bro?..kani amua hulog hulog man ni gud , ang tigbantay tig kupot ra sa sinsiyo ^^..ako ra pud nag set up ani tanan hasta coin slots ako ra nag taod.d ko sweto aning networking bcin napa mas nindot ani nga set up paki share naman bro ....

  7. #117

    Default Re: Informative Guide in Setting up Local Area Network (LAN).

    Quote Originally Posted by edisonjason View Post
    @dude
    ty sa reply bro..ok ra ba ni nga network setting bro?unsa man jud pina ka nindot network setting sa internet cafe bro?..kani amua hulog hulog man ni gud , ang tigbantay tig kupot ra sa sinsiyo ^^..ako ra pud nag set up ani tanan hasta coin slots ako ra nag taod.d ko sweto aning networking bcin napa mas nindot ani nga set up paki share naman bro ....

    so far mao raman na suitable sa internet cafe networking bro...kung ganahan ka makabalo or maka kuha idea dig into this thread naay mga older post makakuha kag idea

  8. #118

    Default Re: Informative Guide in Setting up Local Area Network (LAN).

    @redfox
    mao ba bro?kasagaran man gud ako makit an internet cafe naa may server PC or client server set up ( correct me if im wrong)..unsay naka advantage ug disadvantage ani akung set up ug ang server/client nga set up bro?? cge nako ukay dere about ani wa pa jud ko kita, sulirap na ako mata bro

  9. #119

    Default Re: Informative Guide in Setting up Local Area Network (LAN).

    Quote Originally Posted by edisonjason View Post
    @redfox
    mao ba bro?kasagaran man gud ako makit an internet cafe naa may server PC or client server set up ( correct me if im wrong)..unsay naka advantage ug disadvantage ani akung set up ug ang server/client nga set up bro?? cge nako ukay dere about ani wa pa jud ko kita, sulirap na ako mata bro
    no need naman ka mag server kay coin operated man na inyung cafe bro...angay ka mag server kung software imu gamit pareha sa una nga mga cafe

  10. #120

    Default Re: Informative Guide in Setting up Local Area Network (LAN).

    Quote Originally Posted by redfox775 View Post
    no need naman ka mag server kay coin operated man na inyung cafe bro...angay ka mag server kung software imu gamit pareha sa una nga mga cafe
    aw ok.ang ako gipangita ra jud unsa paagi nga mas paspas ako pag update sa mga online games,every saturday ko mag update gud mag buntagay huhuhu,,ang client server nga set up maka dungan ba na og update sa tanang PC sa network using the server PC?

  11.    Advertisement

Page 12 of 13 FirstFirst ... 2910111213 LastLast

Similar Threads

 
  1. DUAL IP ON LOCAL AREA NETWORK IS POSSIBLE?
    By morscal in forum Networking & Internet
    Replies: 20
    Last Post: 05-02-2013, 04:24 PM
  2. Anybody experienced in setting up an Internet Cafe?
    By LytSlpr in forum Networking & Internet
    Replies: 31
    Last Post: 04-18-2012, 07:25 PM
  3. need help: setting up a small network
    By barbilaw in forum Networking & Internet
    Replies: 16
    Last Post: 08-27-2009, 06:07 PM
  4. Local Area Network
    By jblim1980 in forum Networking & Internet
    Replies: 7
    Last Post: 10-05-2008, 08:39 AM
  5. Multimedia Website on Local Area Network
    By xdeal in forum Websites & Multimedia
    Replies: 2
    Last Post: 04-19-2007, 10:53 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top