New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Comments
No.
That's a question to your provider.
Until you want to proxy/tunnel your traffic via many VPSes/IPs on single VPS - then most likely doable
You are talking about IPv4 correct?
Is your ISP using PPPoE?
You need multiple dynamic addresses for each WiFi host? Or you want/need one IPv4 address for each WiFi host?
IPv6 that is the default setup..
IPv4, yes, it is technically possible.. Will your ISP allow it? By default probably not, but if it is something you need, you should be willing to pay for it, then it can be done.
IPv6 has this built-in .
I mistakenly connected the FiOS ONT to the LAN port of the home router.
This resulted in every WiFi device receiving a public IPv4 from Verizon DHCP server.
Thus, it's technically possible, but definitely against ToS.
I'm wondering if he's really just wanting DHCP reservation in his router.
Huh. How can this even happen? Your home/wifi router should give each client an internal nat ipv4 address. No way the devices would skip your router and directly talk to ISP dhcp. Seems there was a major misconfiguration?
This happens when you rent router from the isp. They often modify router os to hardcode dns servers and dhcp server. That’s why I always buy my own router. Plus, always use dns crypt.
Each time you restart your router, you get a new dynamic IP address assigned by your ISP, but you can't control how many different IPs you get for each user. If you need separate addresses for each user, you might want to use a VPN or a different network setup.
This happened during a major version upgrade of OpenWrt.
In this upgrade, Ethernet interface names are swapped: what used to be
eth0
becomeseth1
and vice versa.In OpenWrt,
eth1
is usually the LAN port, and it is placed into abr-lan
bridge along with WiFi clients.Due to the interface name swap, the home router is now bridging the WiFi clients with the ISP line.
Since the OpenWrt system is still starting, its DHCP server is not yet ready, so that WiFi clients received responses from ISP DHCP server first.
This is resolved by (1) pulling the ISP line (2) editing OpenWrt configuration to consider
eth0
as LAN.Now that makes a whole lot of sense now. Lmao.
But I doubt this would work in Germany. At least not with the major ISPs here (Telekom, Vodafone, o2). And even doubtful with smaller providers. Vast majority here is using routers offered by the ISP.
I guess you got cgnat addresses?
Verizon gives public IPv4 to every DHCP client.
I have one computer and two phones connected over WiFi, so they each got a public IPv4.
However, the router itself didn't get public IPv4, because its "WAN" port
eth0
isn't connected to the ISP line.Computers connected via wired Ethernet didn't get public IPv4 either, because they were attached to
eth0
and weren't bridged with the ISP line.