"PWB" wrote in message news:Wz1rj.3536$...
> I have two pcs networked on a wireless router with Windows , 1 has
> Windows XP Home and the other Vista . Is it possible to add a third
> and use it with Linux wirelessly. If so is it added in the same way
> as a networked PC. TIA
"use it"
Does that mean you just want to have network connectivity on the Linux
host? Presumably NAT is included in your router (which means it also
has a DHCP server). So either assign a static IP address (different
than any other host in your intranet) or have it get a dynamically
assigned IP address from the router's DHCP server.
Or do you want to share files between the Windows and Linux hosts. If
so, check on using Samba.
http://www.google.com/search?hl=en&q...linux+%2Bsamba
Also see Windows Services for Unix (SFU):
http://technet.microsoft.com/en-us/i.../bb380242.aspx
(I've never used it myself. It adds NFS support.)