Cosa ti impedisce di modificare il tuo indirizzo IP pubblico e avvincere Havoc su Internet?

Sommario:

Cosa ti impedisce di modificare il tuo indirizzo IP pubblico e avvincere Havoc su Internet?
Cosa ti impedisce di modificare il tuo indirizzo IP pubblico e avvincere Havoc su Internet?

Video: Cosa ti impedisce di modificare il tuo indirizzo IP pubblico e avvincere Havoc su Internet?

Video: Cosa ti impedisce di modificare il tuo indirizzo IP pubblico e avvincere Havoc su Internet?
Video: CS50 2015 - Week 8, continued - YouTube 2024, Aprile
Anonim
Cosa impedisce esattamente a te (oa chiunque altro) di modificare il proprio indirizzo IP e causare ogni sorta di mal di testa per gli ISP e altri utenti di Internet?
Cosa impedisce esattamente a te (oa chiunque altro) di modificare il proprio indirizzo IP e causare ogni sorta di mal di testa per gli ISP e altri utenti di Internet?

La sessione di domande e risposte di oggi ci viene fornita per gentile concessione di SuperUser, una suddivisione di Stack Exchange, un raggruppamento di domande e risposte basato sulla comunità.

La domanda

Il lettore SuperUser Whitemage è curioso di sapere cosa gli impedisce di cambiare il suo indirizzo IP e causare problemi:

An interesting question was asked of me and I did not know what to answer. So I’ll ask here.

Let’s say I subscribed to an ISP and I’m using cable internet access. The ISP gives me a public IP address of 60.61.62.63.

What keeps me from changing this IP address to, let’s say, 60.61.62.75, and messing with another consumer’s internet access?

For the sake of this argument, let’s say that this other IP address is also owned by the same ISP. Also, let’s assume that it’s possible for me to go into the cable modem settings and manually change the IP address.

Under a business contract where you are allocated static addresses, you are also assigned a default gateway, a network address and a broadcast address. So that’s 3 addresses the ISP “loses” to you. That seems very wasteful for dynamically assigned IP addresses, which the majority of customers are.

Could they simply be using static arps? ACLs? Other simple mechanisms?

Due cose da investigare qui, perché non possiamo semplicemente andare in giro a cambiare i nostri indirizzi, e il processo di assegnazione è così dispendioso come sembra?

La risposta

Il collaboratore di SuperUser, Moses, offre alcune informazioni:

Cable modems aren’t like your home router (ie. they don’t have a web interface with simple point-and-click buttons that any kid can “hack” into).

Cable modems are “looked up” and located by their MAC address by the ISP, and are typically accessed by technicians using proprietary software that only they have access to, that only runs on their servers, and therefore can’t really be stolen.

Cable modems also authenticate and cross-check settings with the ISPs servers. The server has to tell the modem whether it’s settings (and location on the cable network) are valid, and simply sets it to what the ISP has it set it for (bandwidth, DHCP allocations, etc). For instance, when you tell your ISP “I would like a static IP, please.”, they allocate one to the modem through their servers, and the modem allows you to use that IP. Same with bandwidth changes, for instance.

To do what you are suggesting, you would likely have to break into the servers at the ISP and change what it has set up for your modem.

Could they simply be using static arps? ACLs? Other simple mechanisms?

Every ISP is different, both in practice and how close they are with the larger network that is providing service to them. Depending on those factors, they could be using a combination of ACL and static ARP. It also depends on the technology in the cable network itself. The ISP I worked for used some form of ACL, but that knowledge was a little beyond my paygrade. I only got to work with the technician’s interface and do routine maintenance and service changes.

What keeps me from changing this IP address to, let’s say, 60.61.62.75 and mess with another consumer’s internet access?

Given the above, what keeps you from changing your IP to one that your ISP hasn’t specifically given to you is a server that is instructing your modem what it can and can’t do. Even if you somehow broke into the modem, if 60.61.62.75 is already allocated to another customer, then the server will simply tell your modem that it can’t have it.

David Schwartz offre alcune informazioni aggiuntive con un link a un white paper per i più curiosi:

Most modern ISPs (last 13 years or so) will not accept traffic from a customer connection with a source IP address they would not route to that customer were it the destination IP address. This is called “reverse path forwarding”. See BCP 38.

Hai qualcosa da aggiungere alla spiegazione? Sound off nei commenti. Vuoi leggere più risposte dagli altri utenti di Stack Exchange esperti di tecnologia? Controlla la discussione completa qui.

Consigliato: