Creating Local Network with Connected WiFi in Apartment

I hope this is the right place for this question! I live in an apartment that provides internet as part of the rent, with ethernet ports in each room, managed by a third party company.

Because I host my own NAS, media server, Apple TV, etc; I connected all devices in my individual room to my own router, which has its own DHCP server, and maintains an entirely local network "within" my apartment's network. However, this local network only exists when I connect directly to my router, wirelessly or with ethernet.

I would like to extend this local network to encompass all ethernet ports within my apartment unit. Currently, there exists what appears to be a 16-port switch within a wiring box in my unit. This switch connects to ethernet wiring that goes into the main building, presumably connecting the unit to the entire complex network.

I have my own, fully managed, 16-port ethernet switch. I could, theoretically, effectively bypass the apartment complex's switch, plug all of my unit's ethernet connections to my own switch (including the port that my router is currently connected to), and disable my router's DHCP so that the local network is managed by my switch, allowing all ports in my unit to connect locally to the devices connected to my router.

My question(s):

  • Will that work?
  • Will the apartment's third-party network administrators be able to easily notice that I've done this?

Of note - currently, the apartment's network requires that I "whitelist" any device's MAC address on their management software. I did this for the MAC address of my router, and it worked fine. Thus, I imagine I'd be able to do this same thing for the MAC address of my managed switch.(?)

3

3 Answers

I'd recommend looking up the details of the existing switch and see if it's a managed switch or not. If it's not a managed switch, then the "ISP" (the third party apartment complex LAN management company) probably isn't monitoring it. I would figure out which port of that switch is the uplink to the rest of the building's network, disconnect that cable from the switch, and plug it into my router's WAN port. Then I'd connect one of my router's LAN ports to the switch.

The downside to this arrangement is it sounds like your router contains an integrated Wi-Fi AP, and "inside a metal wiring panel enclosure" is not a good place for an AP, because the metal will act as an RF shield blocking all your signal. I might disable the AP functionality of that router and put other Wi-Fi APs in one or two better locations where I have Ethernet jacks in the apartment.

2

The topology you are describing is actually very common. Since you intend for all the devices to be able to connect to the server, its most important to connect the server to the main access point first. In this case your router. The switch that is inside the metal box, leave that alone. I would venture to say that its most likely a demarcation point or a large repeater to push the signal to all the apartments in your complex. Chances are, without permission if you go and start yanking on wires...people will start to get upset. And if you accidentally temporarily shut someone else's network access off, they most likely wont be too exited about that. The easiest and most efficient way would be to follow my steps as follows.

1)Check your IP address to determine your local subnet. 2)Determine the subnet of your wall outlets as well. If you have RJ-45 ports built into your apartment, plug one up, check the ip and see if its on the same subnet as your devices are. Double check those built in ports first though. Be careful that the ports in the wall are not RJ-11 ports used for telephone. If that is the case nothing will work no matter how hard you try lol. 3)Once you have determined your subnet, plug your server into the router or switch(which ever you went with here...) and set a static IP address that is inside the scope of your network. Make sure you configure the subnet correctly or nothing will work. Then simply connect all the other devices back up and make sure there are no conflicting IP addresses(dhcp should handle that) and configure each device you want to get to the server with for sharing. If all that is done as stated, your network will work flawlessly.

Also another option you could do is port forwarding, but I would recommend getting everything working locally first before doing anything like that.

Let me know how it goes.

Does the number of cables connected to the switch equal to the number of jacks in your apartment plus one? If there are more then it effects more then your apartment. If the cable count is good then a basic wired router in front of the switch is the way to go. And turning off the dhcp from your router. Otherwise, I would recommend the To extend your current network to other rooms.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like