Grafitti
Jun 18 2006, 11: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.
Reply
yordan
Jun 18 2006, 05:24 PM
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...
Reply
mpinsky
Jun 24 2006, 01:38 AM
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.
Reply
Grafitti
Jun 25 2006, 09:04 AM
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.
Reply
HeLLRaiSer
Jun 26 2006, 11:23 AM
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  class A class B and CLass C I think i'll have to teach you how to design Subnets  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.htmlThanks  I hope you wont mind at all.
Reply
Grafitti
Jun 26 2006, 01:52 PM
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:  and how i plan for it to be is:  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?
Reply
eurotrash
Jun 26 2006, 06:47 PM
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.
Reply
Recent Queries:--
download cellpipe usb modem - 52.65 hr back. (1)
-
downloads cellpipe driver vista - 55.12 hr back. (1)
-
lucent modem cellpipe 20a download drive soft ware to vista - 77.33 hr back. (2)
-
pop3 over shared connection - 135.48 hr back. (1)
-
how to bulding peer to peer network using cross over cable - 138.40 hr back. (1)
-
connecting 2 computers as peer to peer connection using a two switches - 170.36 hr back. (1)
-
lucent 20a-usb driver vista lan - 231.50 hr back. (1)
-
realvnc problem connecting wlan 3com - 275.04 hr back. (1)
-
will adding a computer onto a single cable line slow the connection down - 283.93 hr back. (1)
-
use run to connect to printers on another networked computer - 312.38 hr back. (1)
-
connection - 338.46 hr back. (1)
-
cellpipe adsl modem driver for mac os x - 360.31 hr back. (1)
-
vista windows cell pipe lucent 20a - 361.66 hr back. (1)
-
how come my printer does sho when i sign on computer as a guest - 382.99 hr back. (1)
Similar Topics
Keywords : layered, networking, barring, networked, computer, shared, connection
- Networking Problems
(4)
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....
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....
Internet Connection Sharing Problems
(2) 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....
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.....
[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....
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?....
Networking Troubleshoot With Realvnc
Help With Realvnc (8) 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 ....
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....
Networking Computers Without Modem?
(10) 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)....
Sharing Printer On Another Computer
(8) 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 documen....
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....
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?....
[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....
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....
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 ....
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....
Quick Questions About Networking (LAN)
Glad I saw this forum : ) (4) What Im looking to do: Hook up 2 computers (one upstairs and one down) and my xbox live. 1) Is
wireed networking significantly faster than normal networking? 2) Can't you get special adapters
and have your network only give info through those (to prevent network hacking)? 3) With wireless
networking would you have to buy adapters for each computer - I think some wireless routers require
it. 4) If I would need those how would that work with xbox live? 5) Any other info on these sorts of
products or if there is any you want to suggest? I use adelphia.net isp & when i....
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??....
Slow Wifi Connection
Slow Wifi connection when in WDS mode (3) I have been experiencing slow connection on my WiFi network. There are 2 AP's (accesspoint) 1 is
connected to the router upstairs, and the other is stand alone downstairs. Both the AP's are in
WDS mode (bridged). I noticed when they are in WDS mode, the connection speed at the downstairs AP,
slow down alot. But the connection to the AP upstairs is quite fast. Modem --> AP 1 (WDS
mode) ~~~~ (WIFI) ~~~~ AP 2 (WDS mode) ~~~~ Notebook The AP1 (upstairs) is set as the master AP, &
AP2 is the slave AP. So why is the connection slow??? the signal strenght of ....
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....
Problem: Network Connection Fails Every 2 Mins
(12) 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....
VDSL : Internet Connection
(6) I just came around an interesting article about vdsl, the next generation of connection speed you
can read it here ....
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........
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....
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. ....
Wireless Router
Wireless Router Networking (11) 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)....
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....
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....
[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, ....
Looking for layered, networking, barring, networked, computer, shared, connection
|
|
Searching Video's for layered, networking, barring, networked, computer, shared, connection
|
advertisement
|
|