• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Can you have multiple IPs on broadband without a router?

busmaster11

Platinum Member
So a co-worker of mine told me the other day he's paying 32.95 a month for Comcast Cable modem service, and he's able to have multiple machines on the net via a hub plugged into the cable modem. Is this possible? I'd assume if he knows what he's talking about that those would be external IPs, but would Comcast issue cable modems that can do that? If they're internal IPs, are they now integrating routing functions into these things? He's not even paying for additional IPs.

Can someone shed some light on this for me?
 
i have a charter cable intenet account. i am allowed up to 3 different ip addresses. alll you need to do is plus in the hub. i am guessing that comcast does something similar.
 
They're public IPs he's paying for.

The hub just broadcasts all the packets through each connected port, and each NIC knows which to receive.

One annoyance is that for any communications between the two nodes, the packets go through the ISP gateway first. That means latency of multiple milliseconds instead of microseconds (on a LAN).

The workaround is to setup appropriate static routes on each client.
 
You can do this with Verizon PPPoE, at least in my area. You just plug multiple computers into a hub connected to the DSL modem, and just log in from each computer.
 
Originally posted by: manly
They're public IPs he's paying for.

The hub just broadcasts all the packets through each connected port, and each NIC knows which to receive.

One annoyance is that for any communications between the two nodes, the packets go through the ISP gateway first. That means latency of multiple milliseconds instead of microseconds (on a LAN).

The workaround is to setup appropriate static routes on each client.

If they're public IPs then no router is involved I assume. Why would an ISP allow this and not charge for it? Don't they all charge extra for more IPs?

A router would still be better, correct? As far as security is concerned?

Thanks to those who put in their two cents btw.
 
Originally posted by: busmaster11
Originally posted by: manly
They're public IPs he's paying for.

The hub just broadcasts all the packets through each connected port, and each NIC knows which to receive.

One annoyance is that for any communications between the two nodes, the packets go through the ISP gateway first. That means latency of multiple milliseconds instead of microseconds (on a LAN).

The workaround is to setup appropriate static routes on each client.

If they're public IPs then no router is involved I assume. Why would an ISP allow this and not charge for it? Don't they all charge extra for more IPs?

A router would still be better, correct? As far as security is concerned?

Thanks to those who put in their two cents btw.
ISPs usually charge about $5 for each extra public IP you get.

A router is usually a smarter choice, unless you do want to run multiple public servers.
 
Back
Top