Do powerline network adapters create a different subnet?

3

My planned network layout is as follows:

network layout

I've got a clearos server that acts as a router (and DHCP server), a freenas fileserver in the same rack and a powerline adapter that connects from the switch to the other devices in my house.

However, will the powerline adapters create a different subnet? Because I want the HTPC, desktop and wireless clients to not only see eachother, but also see the freenas and clearos server.

Will all computers be able to discover eachother with this layout?

user119287

Posted 2013-05-24T20:33:27.647

Reputation:

What did you use to make this diagram? I like. – Tanner Faulkner – 2013-05-24T21:00:47.233

Photoshop, not really that useful for this actually, but it does the job :) – None – 2013-05-24T21:04:04.220

Answers

1

When you say "create a different subnet" it sounds like you're talking about NAT. As long as the device is not performing NAT, you shouldn't have any issues. It would likely be marked as a router with this functionality. You'll also need to make sure all devices are on the same subnet, meaning all are on 192.168.1.x or something similar.

Tanner Faulkner

Posted 2013-05-24T20:33:27.647

Reputation: 11 948

Yeah, I might be mistaken on the terminology, sorry. If I understand correctly: since 1 powerline adapter can communicate with the 3 others, should I assume it acts like a switch and is transparent to the other computers on the network? – None – 2013-05-24T20:49:45.747

I would assume that. Perusing the documentation it looks like it would function the way you're hoping. Although someone recently mentioned a similar device that I would suspect could perform NAT for its wireless clients.

– Tanner Faulkner – 2013-05-24T20:51:52.547

But if the powerline adapter acts like an access point it'll still be transparent right? – None – 2013-05-24T20:54:46.873

Maybe. :) It could also have an isolate wireless "feature". It really depends on what the manufacturer thought best. I would hope it would be transparent but I would want to look through the documentation first. – Tanner Faulkner – 2013-05-24T20:57:05.990

Ok, well at least I know what to look for now. I'll check it out, thanks! – None – 2013-05-24T21:01:44.113

3

Power line adaptors act as an ethernet bridge, forwarding ethernet packets over the wire, then back to ethernet. A subnet has to do with IP addressing, which is a higher level protocol that the power line adaptors know nothing about. Your computer can't tell the difference between being plugged into the power line adaptor and being plugged directly into the ethernet switch. Logically you can replace the power line adaptors with an ethernet hub and have the same network configuration.

psusi

Posted 2013-05-24T20:33:27.647

Reputation: 7 195