Question:
I'm supposed to have a dynamic IP address with ATT. Is there some reason why it won't change?
1970-01-01 00:00:00 UTC
I'm supposed to have a dynamic IP address with ATT. Is there some reason why it won't change?
Six answers:
RnB
2007-10-13 00:23:05 UTC
nope, no reason
TechGirl
2007-10-16 23:50:20 UTC
Go check in your Residential Gateway (Modem/Router) by typing in the addres to your Residential Gateway. If you need help just IM me. I can answer all your questions. Thanks! Also, you can try to call AT&T Tech Support @



1 (800) 288-2020



Just say Internet and then Tech Support!
been there done that got shirt
2007-10-13 00:25:47 UTC
You've probably had a constant connection for the last month. Type in "IPCONFIG /RELEASE" in the run dialog box, unplug your DSL terminal for 30 seconds, plug your DSL terminal back in, and then type in "IPCONFIG /RENEW" in the run dialog box. (Make sure you use the quotation marks both times, unless you go into a DOS box.)
Clark Kent
2007-10-13 00:24:56 UTC
Dynamic Host Configuration Protocol (DHCP) is a protocol used by networked computers (clients) to obtain IP addresses and other parameters such as the default gateway, subnet mask, and IP addresses of DNS servers from a DHCP server. The DHCP server ensures that all IP addresses are unique, e.g., no IP address is assigned to a second client while the first client's assignment is valid (its lease has not expired). Thus IP address pool management is done by the server and not by a human network administrator.



Extent of DHCP usage



Most home routers and firewalls are configured in the factory to be DHCP servers for a home network. An alternative to a home router is to use a computer as a DHCP server. Releases of Linux usually include a DHCP server and the Internet Software Consortium provides free DHCP servers and clients that run on a variety of Unix-based systems.



Service providers, as well as large enterprise networks, may link DHCP to a dynamic DNS server, so a given user or access port can be associated with a more human-friendly name using RFC2136 conventions [2]. When DHCP is linked to dynamic DNS, operations staff can ping a name, rather than laboriously look up a dynamically assigned address, to check connectivity.



ISPs cable internet and with broadband access generally use DHCP to assign customers individual IP addresses. Alternatively, especially for dialup, they may assign the address using the IP Control Protocol function in PPP. The PPP server may have a proxy relationship to dynamic DNS.



In the UK many broad-band ISP networks use DHCP, but xDSL providers make extensive use of "infinite lease", which amounts to assigning semi-static IPs.



Gateway devices provide DHCP support for networks running many computers being assigned private IP addresses.



Network administrators that are responsible for large networks involving many clients and many subnetworks also use DHCP to minimize manual configuration and avoid mistakes in configuring multiple clients. For example, most large organizations use DHCP for configuring desktop and laptop computers.



Network routers and often multilayer switches employ a DHCP relay agent, which relays DHCP "Discover" broadcasts from a LAN which does not include a DHCP server to a network which does have one. These devices may sometimes be configured to append information about the port from which a DHCP request originates (also known as option 82). One example of such a relay agent is the UDP Helper Address command employed by Cisco routers.



[edit] Security



Since DHCP servers provide IP addresses and thus network connectivity to anyone who has physical network access, DHCP simplifies network intrusion. While seasoned attackers will have no trouble finding usable IP addresses and other settings manually, amateur intruders may be grateful for the service.



If DHCP is used on an unprotected wireless LAN, anyone within range has access to the network, including use of internet connectivity and potentially access to data not otherwise protected. On a wired LAN, an attacker will need a physical connection which is more difficult to establish unnoticed.



When DHCP and DNS are interconnected with Dynamic DNS, there are several methods of cryptographic authentication of the DNS update. Should a miscreant be trying to defeat security on DHCP, there will either be an authentication error if he tries to update DNS, or there will be a DHCP database entry matched by no DNS entry.



[edit] IP address allocation



Depending on implementation, the DHCP server has three methods of allocating IP-addresses:



* manual allocation, where the DHCP server performs the allocation based on a table with MAC address - IP address pairs manually filled by the server administrator. Only requesting clients with a MAC address listed in this table get the IP address according to the table.

* automatic allocation, where the DHCP server permanently assigns to a requesting client a free IP-address from a range given by the administrator.

* dynamic allocation, the only method which provides dynamic re-use of IP addresses. A network administrator assigns a range of IP addresses to DHCP, and each client computer on the LAN has its TCP/IP software configured to request an IP address from the DHCP server when that client computer's network interface card starts up. The request-and-grant process uses a lease concept with a controllable time period. This eases the network installation procedure on the client computer side considerably.



This decision remains transparent to clients.



Some DHCP server implementations can update the DNS name associated with the client hosts to reflect the new IP address. They make use of the DNS update protocol established with RFC 2136.



[edit] DHCP and firewalls



Firewalls usually have to permit DHCP traffic explicitly. Specification of the DHCP client-server protocol describes several cases when packets must have the source address of 0x00000000 or the destination address of 0xffffffff. Anti-spoofing policy rules and tight inclusive firewalls often stop such packets. Multi-homed DHCP servers require special consideration and further complicate configuration.



To allow DHCP, network administrators need to allow several types of packets through the server-side firewall. All DHCP packets travel as UDP datagrams; all client-sent packets have source port 68 and destination port 67; all server-sent packets have source port 67 and destination port 68. For example, a server-side firewall should allow the following types of packets:



* Incoming packets from 0.0.0.0 or dhcp-pool to dhcp-ip

* Incoming packets from any address to 255.255.255.255

* Outgoing packets from dhcp-ip to dhcp-pool or 255.255.255.255



where dhcp-ip represents any address configured on a DHCP server host and dhcp-pool stands for the pool from which a DHCP server assigns addresses to clients
Daniel Rodd
2007-10-13 00:23:06 UTC
You have to reboot your router but becareful not to reset the config settings, if you plan on voting in a dj poll or something, you must know that It can't be the same subnet
Dan G
2007-10-13 00:22:25 UTC
sometimes ISPs change IPs as needed. I have gone months with the same IP before. It all depends on the ISPs IP management scheme.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...