up vote 2 down vote favorite
1
share [g+] share [fb]

I have two Windows Vista computers (A & B) with an ad-hoc network connecting them. Can I somehow then connect computer C with A through a switch/router and have all three computers on "one" network?

link|improve this question

75% accept rate
@ Yes, you just have to bridge the connections for wireless A->B and wired A>C. I assume machine A has wired and wireless network connections. This is very simple to do in windows. You can just select the two network interfaces and "bridge" the connections. link|edit|flag answered Aug 13 '09 at 20:20 @Troggy♦ i've tried this already... i have similar problem...except i have Win 7 in my main PC and i'm trying to share its wired internet connection on my nokia c6 using ad-hoc on win7 computer...i'm using a Netgear Wireless USB Adapter for this... can u help me ? – user65761 Feb 2 '11 at 12:09
feedback

4 Answers

up vote 2 down vote accepted

Yes, you just have to bridge the connections for wireless A->B and wired A>C. I assume machine A has wired and wireless network connections. This is very simple to do in windows. You can just select the two network interfaces and "bridge" the connections.

link|improve this answer
feedback

Sure. Just connect each of them to a switch with normal patch cables (as opposed to the cross over cable you might currently be using). You will have to assign static IPs (which I assume you are doing already) and keep them all on the same subnet and in the same workgroup. But, other than that, it should be fine.

link|improve this answer
feedback

A home router can connect multiple computers onto one network and also the Internet. routers can also setup the IPs for you.

Buy one.

link|improve this answer
Yes, but that wasn't what I was asking for... – Eikern Aug 16 '09 at 20:37
feedback

The best way is to use a Network Switch on A, B, & C(for wired connection) and assign an IP for each.

A: IP=10.0.0.101 SUBNET = 255.0.0.0 GATEWAY: 10.0.0.1
B: IP=10.0.0.102 SUBNET = 255.0.0.0 GATEWAY: 10.0.0.1
C: IP=10.0.0.103 SUBNET = 255.0.0.0 GATEWAY: 10.0.0.1

or

A: IP=192.168.0.101 SUBNET = 255.0.0.0 GATEWAY: 192.168.0.1
B: IP=192.168.0.102 SUBNET = 255.0.0.0 GATEWAY: 192.168.0.1
C: IP=192.168.0.103 SUBNET = 255.0.0.0 GATEWAY: 192.168.0.1

Just leave the DNS blank.

But if you want it to be Wireless. just use a Wireless Router. no need to assign an IP. It will automatically an IP for Computer A, B, & C.

link|improve this answer
Yes, but that was not what I was asking for. – Eikern May 11 '10 at 16:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.