Nov 21, 2009

Layered Networking - barring a networked computer from using a shared connection

free web hosting
Open Discussion & Free Web Hosting > Computers & Tech > Networking

Layered Networking - barring a networked computer from using a shared connection

Grafitti
Since I haven't had any luck with my internet connection sharing problem which i posted previously, due to the terrible quality of service here, i've decided a second connection may be the answer.
I won't give up the cable because i also have 2 phone lines on it, plus cable tv, but I will get a 256K DSL connection in addition to my 128K cable. The benefits of this will be that it's double, plus i'll get the full 256K connection for myself without having to share it with other users. (I explained previously about the 10to1 ratio used here in pakistan)
My question is: (let's say there are 10 computers) How can I have them all networked and sharing files, but having 2 internet connections, and restricting 5 computers to the cable, and the other 5 to the DSL. I'll have a computer being the host for the cable, and another being the host for the DSL. Otherwise, am I stuck with having to buy a router for the DSL, and a second network card and consequent cabling for each computer i want to use DSL for?
My worries stem from them fact that the cable is unlimited, but the DSL is capped at 2Gb per month. Since i usually download that much in 3 or 4 days, i'll easily end up paying 10 times as much as the monthly line rental costs unless i can stop the computer for accessing that particular shared connection, and the computer will automatically choose that connection because it'll be much faster, or even because the cable is so slow sometimes it doesn't register as an internet connection.
To complicate matters more, i'll need to add a wireless network, over which the laptops will be able to access only the cable, when it's working.

 

 

 


Comment/Reply (w/o sign-up)

yordan
Ouch ! Starts being complicated.
Need a drawing.
What do you have now, howe are your computers currently connected ?
with nic cards ? All of them to a single switch, or do you have two switches?
If you have two switches everything is simple...

Comment/Reply (w/o sign-up)

mpinsky
QUOTE(Grafitti @ Jun 18 2006, 07:26 AM) *

Since I haven't had any luck with my internet connection sharing problem which i posted previously, due to the terrible quality of service here, i've decided a second connection may be the answer.
I won't give up the cable because i also have 2 phone lines on it, plus cable tv, but I will get a 256K DSL connection in addition to my 128K cable. The benefits of this will be that it's double, plus i'll get the full 256K connection for myself without having to share it with other users. (I explained previously about the 10to1 ratio used here in pakistan)
My question is: (let's say there are 10 computers) How can I have them all networked and sharing files, but having 2 internet connections, and restricting 5 computers to the cable, and the other 5 to the DSL. I'll have a computer being the host for the cable, and another being the host for the DSL. Otherwise, am I stuck with having to buy a router for the DSL, and a second network card and consequent cabling for each computer i want to use DSL for?
My worries stem from them fact that the cable is unlimited, but the DSL is capped at 2Gb per month. Since i usually download that much in 3 or 4 days, i'll easily end up paying 10 times as much as the monthly line rental costs unless i can stop the computer for accessing that particular shared connection, and the computer will automatically choose that connection because it'll be much faster, or even because the cable is so slow sometimes it doesn't register as an internet connection.
To complicate matters more, i'll need to add a wireless network, over which the laptops will be able to access only the cable, when it's working.


You need three seperate IP domains or three seperate IP ranges. You'll need to set your subnet masks so five computers access one gateway, five computers access the other gateway and all computers can access each other. For example, the DSL can be 192.168.1.1, the cable can 192.168.1.254, and the subnet masks can be 255.255.255.XX, where XX is the subnet filter to restrict one gateway or the other and the computers would have IP addresses in the range of 192.168.1.120 to 130 and the subnet masks would overlap in this range. You'd need your network guru to figure out the best subnet masks to use.

You'd best be off though, using one of the computers as a server and save all the grief.

 

 

 


Comment/Reply (w/o sign-up)

Grafitti
Sorry people. my connection's been down for over a week. i'll try to get up a drawing of how i envision it being.

Comment/Reply (w/o sign-up)

HeLLRaiSer
QUOTE(Grafitti @ Jun 18 2006, 04:26 PM) *

Since I haven't had any luck with my internet connection sharing problem which i posted previously, due to the terrible quality of service here, i've decided a second connection may be the answer.
I won't give up the cable because i also have 2 phone lines on it, plus cable tv, but I will get a 256K DSL connection in addition to my 128K cable. The benefits of this will be that it's double, plus i'll get the full 256K connection for myself without having to share it with other users. (I explained previously about the 10to1 ratio used here in pakistan)
My question is: (let's say there are 10 computers) How can I have them all networked and sharing files, but having 2 internet connections, and restricting 5 computers to the cable, and the other 5 to the DSL. I'll have a computer being the host for the cable, and another being the host for the DSL. Otherwise, am I stuck with having to buy a router for the DSL, and a second network card and consequent cabling for each computer i want to use DSL for?
My worries stem from them fact that the cable is unlimited, but the DSL is capped at 2Gb per month. Since i usually download that much in 3 or 4 days, i'll easily end up paying 10 times as much as the monthly line rental costs unless i can stop the computer for accessing that particular shared connection, and the computer will automatically choose that connection because it'll be much faster, or even because the cable is so slow sometimes it doesn't register as an internet connection.
To complicate matters more, i'll need to add a wireless network, over which the laptops will be able to access only the cable, when it's working.


Yaar You'll have to subnet your Major Ip address in order to share files and other devices on the Network.
+ you'll have been given a certain number of IP addresses you can use.
Problem is How do you make subnet masks work?
There are basically 3 Class. You should have known wink.gif class A class B and CLass C
I think i'll have to teach you how to design Subnets wink.gif

Listen Graffiti As u know IP (Internet Protocol) address is a unique identifier for a node or host connection on an IP network. An IP address is a 32 bit binary number usually represented as 4 decimal values, each representing 8 bits, in the range 0 to 255 (known as octets) separated by decimal points. This is known as "dotted decimal" notation ok.
Here is an Example 140.179.220.200

Every Single IP address consists of two parts.. one identifying the network and one identifying the node...OK The Class of the address and the subnet mask determine which part belongs to the network address and which part belongs to the node address.

There are 5 different address classes. you can determine which class any IP address is in by examining the first 4 bits of the IP address.
Class A addresses begin with 0xxx, or 1 to 126 decimal.
Class B addresses begin with 10xx, or 128 to 191 decimal.
Class C addresses begin with 110x, or 192 to 223 decimal.
Class D addresses begin with 1110, or 224 to 239 decimal.
Class E addresses begin with 1111, or 240 to 254 decimal. You cant use this Class ok

I'd like to tell you that this material is also Available on NET!
lol.... you can Visit This Website http://www.ralphb.net/IPSubnet/subnet.html
Thanks wink.gif I hope you wont mind at all. tongue.gif




Comment/Reply (w/o sign-up)

Grafitti
thanx, hellraiser. I'll definitely look up that site. Hopefully in conjunction with what i find out and whatever expertise the techs here have, i should be able to sort it out then. See, the problem here is finding someone who actually knows what they're talking about. I'm not trying to be real negative about Pakistan, don't get me wrong, and i'm sure there are a lot of capable people. just probably they're all outside the country so they can get a decent salary. Really, how it is here is if i ever do call a tech support person either over the phone or to come over to my house, whether it's for internet problems, software problems, or hardware, 9 times out of 10, what happens is the guy sits down, i explain the problem and why it's a problem, and then he tells me i'm probably right, but there's no solution (because he doesn't know of it) and so i end up online trying to figure it out somehow. They just have their preconfigured responses but can't think outside of the box.
Newayz, just because some were asking for a visual of my plans, here is how it is now:
IPB Image
and how i plan for it to be is:
IPB Image
with of course all computers sharing files, but with the 3 in red barred from using the shared DSL connection. My brother also had some input: First of all you can't, or shouldn't, have two ICS comps on the same network. The hub doesn't divide them, it joins them all as one, as I'm sure you know. When you enable ICS on a pc, this is what happens: it assigns itself the 192.168.0.1 ip address and becomes a DHCP server for the 192.168.0.x range. You can't have two comps on the same network wit the same IP (which is what will happen if you enable ICS on two comps), and you can't have two DHCP servers on the same network, or rather you can but not the ICS type, as you can't control them.

It would be simple enough to make comps choose a certain comp for internet access - just change the client's default gateway to whatever exit point you want them to use. Though if you don't have a real DHCP server, you'd have to configure the ip settings manually. Which is simply setting up static IP addresses.

The default gateway is what the client will use whenever it needs to go somewhere ouside of its network, if it doesn't already have a preconfigured route for it. So if your client wants to go to 123.45.67.89, which is outside your network, it will send its request to the default gateway. So all you have to do is tell the client which default gateway you want it to use.

But as I said, it won't work in your scenario because you can't have two ICS comps on the same network.


Does that sound correct?

Comment/Reply (w/o sign-up)

eurotrash
One possibility (but I'm not sure this would work, you'd have to try it) would be to do it like this:

(We'll call the two ICS comps ICSdsl and ICScable)


Get all your "normal" client computers and assign them all static IP addresses, starting from 192.168.0.2, 192.168.0.3, 192.168.0.4, etc.
Assign the other three clients IPs starting from 192.168.0.101 (just to avoid confusion).

Give all the normal clients a default gateway of 192.168.0.1, but for the three clients that shouldn't access the DSL connection, give them a default gateway of 192.168.0.100.

All the clients should have a subnet mask of 255.255.255.0.

All the clients should have their respective default gateway as their preferred DNS server. IOW, assign the normal clients a preferred DNS server address of 192.168.0.1, and for the other three clients, give them the 192.168.0.100.



Enable ICS on first ICSdsl and then ICScable.

Then open the TCP/IP properties for the internal NIC (the one that will do the sharing - the one that has the 192.168.0.1 IP) of ICScable, and assign it an IP address of 192.168.0.100.

When you enable ICS on ICScable, you will likely get an error msg that says "There is an IP address conflict". It should go away when you change the IP address to 192.168.0.100



And that's about that. Obviously you could have problems with any other devices you attach that use a dynamic IP; you'd also have to configure them statically, or else you will get IP conflicts (two DHCP servers handing out same IPs).

Let me know how you get on.

Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords : Layered Networking Barring Networked Computer Shared Connection

  1. Sharing Printer On Another Computer - (17)
    I have 3 computers that are all connected wirelessly and are able to share files. All have files and
    printer sharing enabled also. I have my laptop here that's connected to a USB printer. I shared
    the printer and just called it Printer. I tried to connect to this printer from one of the other
    computers and added it via Network->Server option. I typed in \\laptopsComputername\Printer and it
    automatically changed the shared name to the actual printer name I have on my laptop. I didn't
    care since it was still detected/seen. So I printed out a document from that oth...
  2. Internet Connection Sharing Problems - (12)
    Hello, I am having some trouble setting up Internet Connection Sharing. Here is my setup. My
    internet is through a neighbor who is sharing there internet with me wirelessly, so I don't have
    any type of broadband modem, just a wireless card on my desktop PC. I have a linksys WRT54G router
    connected to the desktop PC and tried following the guidelines for home networking, and works fine,
    but no internet connection now. When I unhook my router then my internet connection comes back.
    Its as if the computer is looking for internet on my network, and I dont know how t...
  3. Wireless Router - Wireless Router Networking (14)
    Hey boys and girls! this is my first post on these boards so please be nice 2 me! I have recently
    purchased a SMC Wireless route and its working fine! My only question is: Is it possible to make a
    network over the router, or can it only be used to route the internet to other computers! I would
    like to share files on my main computer with other computers in my home network and havnt been
    successful in finding a way to do so yet! Any help would be apriciated greatfuly! Mentalsatan
    (Aaron)...
  4. Networking Troubleshoot With Realvnc - Help With Realvnc (9)
    Hi, I recently installed RealVNC so that I can look after a remote computer on my network. I have
    installed the server on computer a and the client on computer b! The server is running in service
    mode and has been setup with a password for authentication. My first problem comes when I try to
    connect from B to A. I get different errors messages including Connection Timed Out and Connection
    Refused. I have unblocked the ports on windows firewall (ports 5920 and 5820 (thats what im using))
    and opened a series of ports on my router to allow access. Using command prompt and ...
  5. Problem: Network Connection Fails Every 2 Mins - (17)
    From time to time, my internet connection falls out; It's been happening since i installed XP
    again. In the beginning it was 2 minutes after you started up the pc. Happily, now it's jsut
    when you download a big file or so. Does anyone know how to solve my problem?? Thanks, Michiel...
  6. Problems With A Di524 Router - can't maintain a stable connection (4)
    Hi! I'm having trouble with my new router, it's a D-link DI524, i can't keep my
    conection stable, in resume, i wrote to D-Link tech support, i wrote: QUOTE Hi! I just bought
    a DI-524, and i did every step of the quick guide installation... The thing is, i'm hard-wire
    connected but my connection goes down.. restores... goes down.. restore... every 5 minutes!!!! What
    can i do to solve this???? They answered the following: QUOTE David, if the connection
    drops on all computers simultaneously, then try using the crash recovery method flash t...
  7. Networking Computers Without Modem? - (16)
    I don't know if that is the right title but here goes. The computer I'm on is connected to
    the internet via dial-up and has a printer connected to it. My computer has no internet connection,
    but has many graphics programs and things that I would like to transfer the the internet connected
    computer. I had the computers networked when I had highspeed internet and a cable modem, but
    I'm not sure how to network them now that their both not on the internet. So my question is,
    how do I network these two computers? (I know it's probably very simple)...
  8. Networking - networking laptop to PC (3)
  9. Need Help With Cisco Networking - (2)
    Hey Guys, i want to learn cisco networking or probably wireless networking, i don't even know
    the difference. I've heard about CCNA and CWNA .Please i would like to know all about networking
    or wireless networking infact to become a Guru, some guys say personal study would be better, i mean
    reading online.I just completed a course on AUTOCAD. Please i need your advise on which steps to
    take, good text books, websites for online study, i even heard about the exams and other benefits.I
    desperatly want to know about it....
  10. How To Transfer Files From One Computer To Another - (16)
    Hi friends, I have two computers both having windows XP pro operating system and i have
    one LAN cable and i connected both computers through LAN terminals and i'm unable to transfer
    data from both computers.So what setting i have to make for doing this? Thanks, sunny...
  11. Dyndns (get A Domain Name For Your Home Computer) - wuth this free service (7)
    Most Home internet users have dynamic IP address' Meaning they may change every time you reboot
    your computer or router. For most internet use, you dont need to worry about your IP, but if like
    me you need to ssh into your home network from work or university... OR run quake servers somtimes
    to play againsed your friends... then you probably know how annoying dynamic IP's really are.
    Maybe you want to run a public webserver from home ? getting a non computer savvy fiend to remember
    and type "connect 103.213.7.* " usually probes way more complicated than it sho...
  12. Wireless Networking: Recommended MTU Setting ? - (5)
    Does anyone know how I would be able to change my MTU, Maximum Trasmitting Units on a Wireless
    networking router. In particularly a Linksys super-g Router. I need to know to connect my xbox
    360 to the network. Thanks, CoLDFuSIoN...
  13. How To Connect Computers In A Wi-fi Network - Peer-to-peer connection? (10)
    My parents have been persuading me over and over again to do something about our wireless internet
    connection. No, its not that the router has any problems connecting the computers to the internet.
    My problem is that i want to connect my computers together to enable the sharing of files,
    programs, and most importantly, my printer. Unfortunately, I have no idea how to use the already set
    up wireless connection to link all the computers together. I've done networking with cables yeah
    but never with wireless. I've tried the wizards Windows XP provides to create ne...
  14. Networking Problems - (4)
    hey everyone...i was wondering if someone could help me with a problem we were trying to hook up a
    computer to my home network and realized that the network on the computer was a domain while the
    rest of ours at home were on a workgroup. so, i had the computer join my home work group instead of
    it's previous domain. the join was successful but once the computer restarted, we can now no
    longer log onto that computer! is there anyway to bypass the network logon? my father has
    extremely important work files on that computer, and we cannot log on! i tried canceling ou...
  15. Connection Problems - (9)
    I have a very strange situation with my ADSL home connection, I can send emails but can't
    recieve any from my POP3/SMTP email accounts, using outlook express. I can browse to some domains
    (10% maximum) only, i can connect to almost all the google and related domains like gmail, google,
    adsense, blogger, etc. but i can't connect to msn or yahoo, and most important to ASTAHOST. I
    can upload and download files using my ftp client. Ping and Tracert commands work almost 100%. I
    have a Zyxel Prestige 630-11, it is an USB ADSL modem that works pefect for the last 3...
  16. Unable To Connect My Comp. To A Wireless Network - (5)
    This happened to me many times before and i eventually had to call my uncle over to help me fix it
    up. Miraculously, it always works everytime he comes. So the last time he came, i watched carefully
    and made sure i remembered everything he did. It was not exactly complicated, and he set up the
    network manually for each computer. All he did was set up a wireless network using the wizard and
    then set up a home or small office network using another wizard. I did it again with my new desktop
    but it didn't work. Even though i set permissions for the firewall to allow it a...
  17. Dialup On Wireless Network - cant get this dial up connection shared (18)
    I just purchased a D-Link wireless router, a DI-524. On my computer i connect through dial up to the
    internet. I have been trying to figure out how to share this connection through the router, but i
    haven't been able to because the router is made to hook up to an external modem through a WAN
    port. If there is a way to share my connection through this router, please help me with how....
  18. How To Share Inernet Connection Over Switch - 3com 24-port switch (2)
    was at a rummage sale a while back and picked up some of these 3com 24-port switches for about a
    buck a piece....they are only 10mb but they work fantasticly....i want to share inernet connection
    over them....was at a lan party recently and they used the same thing and the guy told me just to
    run the inernet connection over a crossover into the 1st port on the hub....then it will automaticly
    be shared....is that how...cause some other people are saying to just bring the internet in on the
    uplink (either port 1 or 24 - not sure) and think it will be automaticly shared.......
  19. Broadband Connection Monitoring - ....how to password access to internet? (3)
    So i have 12 computers i just bought, all with XP Pro, and i need to connect 6 of them to the
    internet, and not the other 6. but they all need to be on the network. so how do i go about doing
    this? i've not recieved clear answers on this from anyone i've asked. how can i prevent some
    of the computers from accessing the internet through the always on connection, but permit them to
    communicate with each other over the network? is there a program available, or is it possible to do
    it simply through the registry and windows settings? any help or advice is much appr...
  20. Networking With A Wireless Network Adapter - (10)
    So my question is this, I have a desktop pc connected to the net through a wired modem. I also have
    a free (as in not used) wireless network adapter build in to the desktop pc which I want to share
    with a laptop. The goal is to have a live internet connection on the laptop. What are the steps I
    need to follow to achive my goal. Thnx in advance EDIT: additional info, I have winxp installed on
    the desktop and windows vista installed on the laptop...
  21. Sharing Broadband Connection Between Mac And Windows - (6)
    Hi, I am running a Broadband cable connection on a sb5100 modem on a desktop windows computer and i
    am wondering if i could share the internet connection between it and my Apple Macbook pro running on
    Mac OS X v10.4. If you could help me out it would be greatly appreciated....
  22. How To Control Home Computer Remotely? - (12)
    I usually work in the company at night. and I want to control my home FTP server and other programs
    that run on my home computer. And I want to transfer files between these two computers. I have tried
    "remote desktop" which comes with windows xp. Are there any other software that can do this job??...
  23. [connection Sharing] Dual Wan Port Routers? - (2)
    Hi, I've been thinking about getting a dual wan port router for awhile. It is my understanding
    that I will beable to plug in 2 cable/dsl connections and beable to use the combined bandwith as
    long as I download with multiple connections (i.e. 4 connection newsgroup servers). Is this correct?
    What inexpensive 100$ router would you guys recommend for this. Thanks,...
  24. [help] Networking A Mac With Pc (file Share & Internet) - (1)
    Hello Folks, Long time since i last posted here. Anyways, I am having problems or rather having
    issues about networking my PC with the MAC at home through a Modem+wireless router. I have been
    using a normal DSL modem since i switched to broadband 5 years ago. A Lucent Cell Pipe 20A USB. I
    finally decided i needed to change my modem because firstly the drivers werent updated any more and
    secondly the product is discontinued. I bought a new Wireless ADSL2 + Modem router. This is what i
    was told to buy as i had no idea of what i needed for the upgrade. Its a NETGEAR DG834G...
  25. Remote Desktop Connection Question - (10)
    Is there some way that I can use remote desktop without it locking the user's screen? As if
    i'm trying to troubleshoot a problem over the network i want them to be able to see what i'm
    doing to their machine so they can learn, but I can't figure out how to do it. I don't need
    it to have dual keyboard and mouse input, I just need the monitor on their end to be enabled as well
    as mine. Possibly a third-party program is available for this?...
  26. Cable Internet Connection Requires Aol To Go Online? - (17)
    Just took a look at one of my user's computer and found a very strange problem. For some odd
    reason, he must sign into AOL in order to use his internet. I would understand if this is required
    if he is using AOL as his main connection, but he is using a dedicated cable service line. The same
    thing is happening to his other computer (requires him to sign onto AOL first before he can
    connect). After playing around with it for a while, Internet Explorer connected without
    AOHell's assistance. I made sure AOL was completely signed off and tried a few more websites and...
  27. Help Starting A Wireless Networking - (3)
    I lived in Indonesia with less knowledges that i had, I am having a chance to bulding a networking ,
    specially in wireless technology. It would make 8 clients using Win Xp and a Server. Anyone would
    help me make this thing came true, What kind of PC (Specifications) for the Cliants should I have,
    and others equipments. I am trying to build in an office, so. the range would be just beyond 100
    meters. Thanks for your attention and good coorporation. Looking forward to it. Regards Farhan
    my mail ...
  28. Wireless Networking Components - Whats better? (13)
    Hi all, i have just recently upgraded my home network to a wireless connection. I have a older
    laptop (maybe 2 years) that doesn't have a built in wireless lan. i am trying to work out what i
    should do for a wireless lan adapter. Should i get a USB connector or a PCMCIA card? i borrowed a
    friends PCMCIA card and put it into my laptop so see how the range was! it was really, really bad!
    my friend also lent me his psp to test the signal sstrength. The PSP could get 100% strength while
    the PCMCIA card could get nothing. does this mean that the PCMCIA cards are bad? al...
  29. Bizarre Networking Issue - (11)
    I have 3 PC's all XP, networked. All 3 have internet access and are part of the same work
    group. PC #1 can access shared folders on PC#2 and PC#3. PC #2 can only access shared folders on
    PC #1. PC #3 can only access shared folders on PC #1. PC #2 and 3 can't access shared folders
    on each other. Any thoughts?...
  30. [help] Networking Pc & Laptop - (10)
    Just bought a new Laptop and would like to configure it to connect to my PC for File Sharing and
    Internet . My PC Details are as follows : Connects to the Internet via a ADSL USB Modem. Cellpipe
    20A USB modem. PC has 1 Dlink Network Card (Internal). My Laptop Details: Its a Compaq Presario
    V5233EA with a built in network card and wifi. I am completely new to the networking scene so
    please tell me what extra information you need. I have a Cross over cable and i have connected both
    the computers and it connects. Just that the first time it showed me that it was u...



Looking for layered, networking, barring, networked, computer, shared, connection

See Also,

*SIMILAR VIDEOS*
Searching Video's for layered, networking, barring, networked, computer, shared, connection
advertisement



Layered Networking - barring a networked computer from using a shared connection

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com