Wireless networking and web access

In summary, the conversation discusses the difficulties the individual is having with getting their XP laptops and desktop to see each other on the network. They mention that it may be due to a vulnerability issue and that they have tried setting up the desktop as a server, but do not like that solution. They ask for help in setting up their network so that their computers can see each other, access the internet without leaving one on all the time, and still maintain security. Some suggestions are made, including setting up a free ftp server, and the conversation ends with a discussion on LMHOSTS files as a potential solution.
  • #1
DaveC426913
Gold Member
22,483
6,148
I have a laptop and a desktop, both with XP. They are connected via Linksys Wireless AccessPoint (Actually, the desktop is wired but I have a wireless card for it too). Both access the internet via DSL modem hooked up to the access point.

What I can't do is get them to see each other on the network. This seems to be by design - some vulnerability issue. It will not LET me configure it so that they see each other as well as both see the internet.

Now, as I understand, I could set it up so that they both access the intenet and see each other - by setting up the desktop as a server, and let my laptop access the web through it, but that means that the desktop MUST be on in order for me to use the laptop. I don't like that solution.

So:
Is it possible to set up my network so that:
- my computers can see each other
- they can both access the internet without having to leave one on all the time
- my network is still secure
?
 
Computer science news on Phys.org
  • #2
That's odd... as long as they are all in the same workgroup, they should be able to see each other...
 
  • #3
file server?

Are you wanting to simply share files or is there a game involved? If you're wanting to share files, you could set up a free (yes, they do exist on windoze) ftp server on both of them and use explorer for the ftp access. So long as you don't open the ftp port on the WAP it should be relatively secure.

As an aside, if you haven't enabled any form of encryption on the router, then you might as well consider it insecure even without clear-text ftp.

FYI, I too have had this problem with Windoze file-sharing and networking, and I was so disgusted by it that I resorted to using a linux box stuffed into the small part of a desk as an ftp server. It's been running for about a month continuously now (hard some problems at one point totally out of my control).

I don't know any quick and dirty way to really allieviate your problem within windows if you really want to stay away from ftp server software. I'll do some looking though.
 
  • #4
This might help...

I just googled it up (I <3 verbing, btw).

http://www.winplanet.com/article/2544-.htm"

I hope it helps.

As usual, no warranty is implied or offered.
 
Last edited by a moderator:
  • #5
iamsharpie said:
Are you wanting to simply share files or is there a game involved?
Yes to 1, no to 2.

iamsharpie said:
If you're wanting to share files, you could set up a free (yes, they do exist on windoze) ftp server on both of them and use explorer for the ftp access. So long as you don't open the ftp port on the WAP it should be relatively secure.
So, even though I have state-of-the-art network, I can't ... network?

iamsharpie said:
As an aside, if you haven't enabled any form of encryption on the router, then you might as well consider it insecure even without clear-text ftp.
I have enabled encryption. (But only recently. Would that change my ability to network?)

iamsharpie said:
FYI, I too have had this problem with Windoze file-sharing and networking, and I was so disgusted by it that I resorted to using a linux box stuffed into the small part of a desk as an ftp server. It's been running for about a month continuously now (hard some problems at one point totally out of my control).
I don't know any quick and dirty way to really allieviate your problem within windows if you really want to stay away from ftp server software. I'll do some looking though.
Again I ask: state-of-the-art network hardware and I can't simply network?
 
  • #6
Again I ask: state-of-the-art network hardware and I can't simply network?

:rofl: Believe it or not, this crap is the norm for M$. If you leave your security vulnerabilities up, you're liable, and if you close them, you make networking a nightmare!

And now you know why I switched to a linux desktop. I might be forced to use ndiswrapper to run my wireless card, but I can see everything on the network if I want to. Of course it's not windows' fault per se, but maybe something to do with how the drivers have been written. Or the Windows filesharing protocol. Mine does the same thing under Windows, but Debian w/ samba doesn't seem to notice.

As per the article linked above: http://www.winplanet.com/article/2544-.htm"
As far as what could be the cause of the problem, the only thing I can think of is that the wireless adapters aren't broadcasting the NetBIOS information. I'm not sure why that is, but all the symptoms seem to point to that conclusion. That said, the only thing I can suggest you try is creating a LMHOSTS file for each of the wireless PCs. As long as they can ping each other and TCP is configured correctly, the LMHOSTS file should be all you need to get past this problem. It doesn't necessarily explain the cause of your affliction, but at least I can say with confidence that in the past, this has worked for me.

An LMHOSTS file, for those not familiar with it, is a static table that resolves a host name to an IP address and assists with remote NetBIOS name resolution on computers that, for one reason or another, cannot respond to NetBIOS name-query broadcasts. You can find a sample LMHOSTS file in the %SYSTEMROOT%\SYSTEM32\DRIVERS\ETC directory in Windows 2000 and Windows XP. The file is named LMHOSTS.SAM. After you make the appropriate changes to the file, it must be saved as LMHOSTS (without the SAM extension, or any other extension for that matter) before it can be used. This is important to note because sometimes Notepad will inadvertently add a TXT extension to the end of a document's filename. A .txt extension would prevent the file from functioning properly.

The format of the LMHOST file is typically the IP address and system name, followed by the extension #PRE. Following any entry in the file with the characters #PRE will cause the entry to be preloaded into the name cache for faster resolution. An example of the contents of an LMHOSTS file would be:

192.168.1.110 TDS-SERVER #PRE
192.168.1.111 FRONT-DESK #PRE
192.168.1.112 ADMIN#PRE
192.168.1.113 TDS-CAMERA #PRE
192.168.1.114 TDS-WS#PRE
192.168.1.115 HELPDESK#PRE

By running NBTSTAT -r (the r must be in lower case) from a command prompt, you can see if your name requests are being resolved by broadcast or WINS. An LMHOSTS lookup will appear as a broadcast. NBTSTAT -c will show the contents of the name cache that is loaded from the LMHOSTS file each time you boot.

I haven't tried this, and I don't know if you'll want the hassle of assigning static ip addresses, but if you want to use workgroup networking under Windows, then this is the route to go (no pun intended).

And yes, workgroups should work on XP pro, if you're wondering.

NOTE: I've had similar problems in the past between WIRED computers. In fact, I'd have to say that I HATE workgroup networking. However, even if you do have XP pro on both, I don't think you'd want the insanity of setting up a client-server model to share a few files. I only bring up the ftp servers because I've had success in the past with them. They don't use the windows filesharing protocol and thus don't rely on windows to see them (you simply use the ips). In fact, in most cases you can look the ipaddresses up on the routers client table. Then all you have to do is ftp into the server (something like ftp://192.168.1.101)[/URL]. Either way, these solutions would allow you to access the internet and have filesharing without setting one up as a gateway.

Good luck.
 
Last edited by a moderator:
  • #7
Notice that even if a computer does not show up it doesn't mean it's inaccessible. I would assign static IPs, make sure you disable any firewalls (temporarily, just to see if this works), then on one of the machines, the desktop for example, share a couple of files/folders. On the laptop, go to start -> run -> and then type (lets pretend your desktop's IP is 192.168.1.2):
\\192.168.1.2\MySharedFolder
Just so you know, i have the exact same setup as yours. Me and my brother have computers on a wireless network, and i tried the above and it didn't work but i believe that was because i have ISA and my brother has some other firewall which i didn't feel like palying around with, so it may work for you.
My solution, and this worked, was, as mentioned, to setup my computer as an FTP server. Of course i hate FTP and it usually requires an FTP client (IE's FTP capabilities are not the best). There's a simple way, which is to use WebDAV, which is secure and windows explorer supports it so you don't need any special software.
In order to set it up you need to have IIS up and running, then you install the WebDAV capability onto it and share your folders.
After this all you'd do is go to My Network Places and Add a Network Place by specifying the IP of the computer running WebDAV and that's it, real easy. :smile:
 
  • #8
I had a similar problem getting two XP computers to see each other. I created a network and both computers accessed the internet. One was wired and the other was wireless. I managed to fix it by adding the IP addresses being used in your access point/router to the firewall exceptions. You should be able to acces this just by going to windows help and typing firewall into the search window. Find out which IP address your router is assigning and just add those to the exceptions. It worked for my computers. Hope this helps.
 
  • #9
incognito41 said:
Find out which IP address your router is assigning and just add those to the exceptions. It worked for my computers. Hope this helps.
Doesn't it assign a different one every time it connects? Or are you talking about something different?
 
  • #10
If you log into your router's setup page, you should be able to find what addresses it's using. Say for example, if you have to log into your router using 192.168.1.1, then your router will assign all its ports, wired and wireless, a number based on this numbering system. Usually, the wired ports are the first in the series so for a 4 wired port router it will use 192.168.1.2,192.168.1.3, and so on. it then starts numbering the wireless address. The router's setup page should list which ones are being used by your other computers. All you have to do is add these to the exceptions in the windows firewall and you're set. I'm using a belkin wireless router so I'm not sure if lynksis works the same, but i would bet that these things all pretty much work the same. I'm assuming you've done this but I'll ask just anyway, you never know. You did set up a network on each computer right?

When i had this problem my computers all connected to the internet and they could see each other but they could not network together. i know your computers can't even see each other so I'm not sure if this will help but it doesn't hurt to try.

I just read your original post and noticed that you only made reference to an access point. Is only an access point or is it also a router? If it's only an access point it will not allow you to connect to the internet with more than one computer at a time. I'm sure you've already considered this, but again I'm just covering all the bases. What is the model number of the access point?

hope this helps.
 
Last edited:
  • #11
Just setup DHCP on your router, jot down the name of both your computers and uses this name to connect to each other. Because they sit both on your LAN there won't be any problems with the so called "firewall" on your wifi router.

Make your shares on each computer you want to be accessed, and ensure you allow "Everyone" to connect.

Now map a drive by doing the following at run \\nameofcomputer\nameofshare

This will work as long as you have netbios/netbieu enabled which you will be default. Netbios is a broadcast technology and will find the other computer on your LAN

Just for you information:

Usually, the wired ports are the first in the series so for a 4 wired port router it will use 192.168.1.2,192.168.1.3, and so on. it then starts numbering the wireless address.
DHCP doesn't work like that, it doesn't care where you come from as long as you hit the correct interface where dhcp is enabled. And it receives a vaild DHCPreq packet asking for an IP address

s only an access point or is it also a router? If it's only an access point it will not allow you to connect to the internet with more than one computer at a time
An access point won't let anything connect to the interenet unless there is a router present. An access point works at layer 2 of the osi model and can be compared to a wired switch
 
  • #12
Anttech said:
...

That is conventionally true but

:
Usually, the wired ports are the first in the series so for a 4 wired port router it will use 192.168.1.2,192.168.1.3, and so on. it then starts numbering the wireless address.
DHCP doesn't work like that, it doesn't care where you come from as long as you hit the correct interface where dhcp is enabled. And it receives a vaild DHCPreq packet asking for an IP address
you should to configure your ip rather than only let plug-n-play cable do its job
 
  • #13
HP's wireless networking center.

http://h20239.www2.hp.com/techcenter/Wireless/index.htm?jumpid=ex_R602_info/hho-ng-1050-

and http://www.linksys.com

I upgraded the home network to include wireless access via a mixed router (Linksys, 4 cable ports + at least 2 wireless).

I seems to working fine, except two problems.

1.) After installing Norton Internet Security on one PC, it lost the ability to recognize the workgroup ( :grumpy: :mad: ), although one of the other PC's can 'see', it is not accessible on the work group. This seems to be a problem with WinXP-SP2 (?), in which there is some incompatibility with security settings that muckup Windows Networking.

2) The cordless phone interrupts the wireless connection of at least on one PC. The cordless uses ~ 2.4 GHz comm frequency, which is close to the wireless router, so I still have to twiddle with the frequencies to see if I can eliminate the interference. :grumpy: :mad:
 
Last edited:
  • #14
Clin said:
That is conventionally true but

you should to configure your ip rather than only let plug-n-play cable do its job

:confused:

I said setup DHCP on the router.. I wasnt telling anyone to use 169 IP address..
 

What is wireless networking?

Wireless networking is a method of connecting devices to communicate with each other without the use of physical cables. It utilizes radio waves to transmit data between devices, providing a convenient and flexible way to access the internet and share information.

What are the benefits of wireless networking?

Wireless networking offers many benefits, including convenience, flexibility, and cost-effectiveness. It allows for easy access to the internet from anywhere within the network's range, eliminates the need for cables, and reduces installation costs. It also allows for easy expansion and scalability as new devices can be added to the network without the need for additional wiring.

What is web access?

Web access is the ability to connect to and use the internet through a web browser. It allows users to browse websites, access online services, and communicate with others through various online platforms.

What is the difference between wired and wireless web access?

The main difference between wired and wireless web access is the method of connectivity. Wired web access uses physical cables to connect devices to the internet, while wireless web access uses radio waves. This means that wired connections tend to be faster and more stable, while wireless connections offer more flexibility and convenience.

What are some common types of wireless networks?

Some common types of wireless networks include Wi-Fi, Bluetooth, and cellular networks. Wi-Fi networks are used for wireless internet access in homes, offices, and public places. Bluetooth is commonly used for connecting devices such as smartphones, laptops, and speakers. Cellular networks use mobile data to provide internet access to devices on the go.

Similar threads

  • Computing and Technology
Replies
24
Views
3K
  • Computing and Technology
Replies
1
Views
1K
  • Computing and Technology
Replies
12
Views
2K
  • Computing and Technology
2
Replies
36
Views
2K
Replies
13
Views
1K
  • Computing and Technology
Replies
10
Views
1K
  • Computing and Technology
Replies
27
Views
2K
  • Computing and Technology
Replies
3
Views
13K
  • Computing and Technology
Replies
12
Views
1K
  • Computing and Technology
Replies
8
Views
2K
Back
Top