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?

2
  • What did you use to make this diagram? I like.
    – rtf
    Commented May 24, 2013 at 21:00
  • Photoshop, not really that useful for this actually, but it does the job :)
    – user119287
    Commented May 24, 2013 at 21:04

2 Answers 2

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.

5
  • 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?
    – user119287
    Commented May 24, 2013 at 20:49
  • 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.
    – rtf
    Commented May 24, 2013 at 20:51
  • But if the powerline adapter acts like an access point it'll still be transparent right?
    – user119287
    Commented May 24, 2013 at 20:54
  • 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.
    – rtf
    Commented May 24, 2013 at 20:57
  • Ok, well at least I know what to look for now. I'll check it out, thanks!
    – user119287
    Commented May 24, 2013 at 21:01
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.

You must log in to answer this question.