Plugging a switch straight into a cable modem.

Soldato
Joined
5 Dec 2006
Posts
15,370
Can a cable internet connection be shared using a plain switch?

Just having a disagreement with someone who thinks a switch does the same thing as a router.
 
Short answer is no, but I think there is some long winded way of making it work but isn't worth bothering with.
 
Yeah I thought the same. Router is just real simple plug and play. Plus you won't get things like DHCP, uPNP or an SPI firewall will you?
 
Nope. CM's bind to one MAC address when they spin up, so one machine on the switch will get an IP and the others won't get a look in.
 
enjoy being right :p

smug_obama_a18.jpg


:p
 
Can a cable internet connection be shared using a plain switch?

Just having a disagreement with someone who thinks a switch does the same thing as a router.

Some switches can work at Layer 3, but they are far from plain switches.....some routers contain a switch but that's another story.

Ask him this.... if switches and routers do the same thing, why do we have routers to route traffic, and switches to switch traffic if it's the same thing?? :confused:
 
Shared no, still used yes.

VLAN. Not something you'd be able to set up on a basic switch of course and the end result is effectively the same as connecting directly to a router/computer. But you can set your switch up so that, for example, ports 1 and 2 are untagged in VLAN 10 (no other members) with PVIDs set to 10 also. You connect your modem to port 1 and your router/computer to port 2. Hey presto you have your modem connected to a switch and working.

That's pretty pointless on its own though. I use this idea so that I can pipe the modem directly into a vSphere cluster and pick up the DHCP lease from a VM inside that.

But as above, generally you can't connect a modem to a switch and expect everything to work ;)
 
Back
Top Bottom