Broadband connection with the ability of running 2 PCs
independently.One is
connected by wireless and the other by Ethernet cable
At present one of the PCs is connected to my printer via a
USB connector
What is the cheapest method to allow access to the printer
by both PCs?
[start] {settings} {printers and faxes}
Rightclick on the printer you wish to share {sharing...}
(Printer Properties)
( ) Do not share the printer
(*) Share the printer
Share Name ["whatever-you-like"]
[OK]
-----------------
It may or may not be "as" simple as all that... but the cheapest way is
to share the printer under windows... presuming you are running
windows. You may be running a firewall, or you might be given ip
addresses from your ISP that are simply not on the same subnet. But
since both PCs are already on a network, you already have the stuff.
A good way to check is the following commands (quotes denote what to
type, don't type them)
[start]{run}"cmd"
c:\whatever> "ipconfig"
----
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : whatever.com
IP Address. . . . . . . . . . . . : x.x.x.y
Subnet Mask . . . . . . . . . . . : whatever
Default Gateway . . . . . . . . . : whatever
---
If x.x.x.y = something like 192.168.0.something on both PCs your good
to go, or basicly any sequence of numbers where only the y value is
different.
-----
On the PC you wish to use the printer use this command
[start]{run}"file://x.x.x.y"
Where x.x.x.y = the address shown on the PC that has the printer. You
may also browse the network (my network places > entire network) but
i'm told that "XP home" is tweeky in that regard and i'd rather give
instructions that work on anything win98 and above. You should be able
to see the host system in an file explorer window, and the printer
"whatever" you named it, and you should be able to install it...
provided that you don't have pesky firewall software in the way.