Ihave the following scenario and want expert input on the problem I’m facing.
I have the ISP 4 Ethernet-port cable modem in bridge mode, apparently due to setup or bug – who knows – this device gives away public IPs on each of the ports. I want to exploit this and I tried connecting a four port hAP Lite on three of the modem ports, I run one Cat6 cable to my basement abd then I do the other way around; another hAP and three cables going to a CCR a CRS and a cisco router which I want each of them to get a public IP from the cable modem. Each hAP has it’s four ports in a bridge with no firewall, IPs or anything just plain Bridge.
I don’t know if this is absolutely bananas to attempt this and make it work, I know connection is ok because one of the devices on the other end of the link actually gets an IP – the CCR1009 – the others just time out.
Is this scenario possible?, can I setup the MT in another way so that using just one cable I can get three IPs from the ISP’s modem?. which setup should I use?, I though of VLANs but I have no access to the Arris modem and it doesn’t support VLANs either.
This is lake a mux-demux kinda thing
I anyone and shed a light on this, it’d be greatly appreciated.
Are you sure that the different IPs are operational at once? You would observer this behavior if you had a dynamic IP plan, and connected your PPPoE client device to different ports one ofter another. Cable modem (when operating in bridge mode) simply relays ethernet frames to all ports since they are bridged together, so you can initiate a PPPoE session being connected to any of those. At the same time, dynamic IP plan means that each time you reconnect you may receive a new IP.
However, provider may not allow simultaneous PPP session with the same user account credentials, or it may want to charge for each concurrent connection. In the former case you would observe that the first device to initiate a PPPoE session would work, and the others wouldn’t. Try disabling PPPoE client on the connected device and see if one of the others connect.
Your VLANs would be untagged on the ports facing the Arris modem [ie, whatever plugs into them would not be VLAN-aware]. You would tag VLANs on the trunk between the two hAP Lite’s.
@troffasky, now, that’s what I’m talking about, I didn’t put it in the right way there, but here’s what I think.
Setup the Arris <> MT with three untagged access ports connected to the Arris, tag the trunk port with eg: vlan1, vlan2, vlan3, connect the trunk-clae to the downstairs MT’s trunk port which will also have the same vlans and connect to the devices; so no bridges, no routing, just plain VLANs, now what I need to figure out is how to do that on the hAPs as I know how to do so on a CRS.