Can computers that use different SSIDs communicate?

1

I would like computer A and C be able to communicate with each other but they should not be able to communicate with computer B. Is simply making them use different SSIDs enough to get this done?

Network Diagram

bobo

Posted 2016-01-25T12:52:57.837

Reputation: 1 649

1There are devices on which you can simply isolate the computer (isolate LAN). This would normally be found on the configuration tab Wireless config or security. – Terry – 2016-01-25T13:34:01.003

Answers

3

No, just having different SSIDs as per your diagram would put Computer B on the same network as your other machines. It would be able to communicate with everything else on your network.

The SSID is just used as an identifier for the wireless connection your adapter will connect to. Beyond this, it will communicate with the same network.

In order to solve your problem, you could look into setting up VLANs, which would allow you to segregate traffic from different parts of the network. You may need different (more advanced) hardware to configure this.

Jonno

Posted 2016-01-25T12:52:57.837

Reputation: 18 756

If the VLAN feature exists on the AP but not the router with AP function, can I get this done or I will have to purchase another router with VLAN feature? – bobo – 2016-01-25T13:21:45.850

2

VLANs are usually defined at a switch level, so it would be possible if your AP point can do that. Further reading here, it's quite a complex subject.

– Jonno – 2016-01-25T13:51:09.823

1

Both computers join different SSIDs, but their network is the same (192.168.0.0 nm 255.255.255.0), so based on this picture they will see eachother.

Sander_V

Posted 2016-01-25T12:52:57.837

Reputation: 11