Static IP network

Convert your DHCP based network to a STATIC IP based LAN

Menu: Main Functions   Internet Sharing   Computer Networking   Shopping   About Us  
More About Broadband Routers 
  | Overview & Guide | | Reviews | | Help | | Shopping |  
Static IP address setup
Converting  from a DHCP based LAN configuration
(made easy!)

DHCP Servers automate the process of setting up the 'IP Schema' of your home network. When your computer is turned on, it seeks a DHCP server on the network and gets a 'dynamic' IP address. Each time the computer is turned on, it could get a different IP address depending on a bunch of other factors. Usually your Internet connection sharing solution is responsible for having a DHCP server built in. All broadband routers come with DHCP Servers and almost every software solution like Microsoft Internet Connection Sharing (ICS) does too.
To see your current IP address, go to a command prompt and type IPCONFIG
DHCP Servers and Advanced Applications
The primary reason for switching from a DYNAMIC (DHCP) addressing schema to a static one is the ability to run servers and other advanced applications behind a NAT firewall. When you run any kind of server, a hole must be punched in your firewall and pointed at the computer with the server running - this is called port forwarding. If the IP address of the server changes, the hole will be pointing to the wrong place!
Static IP address' require a small amount of configuration and management up front for a small network but allow the reliable configuration of game and application servers.
INSTRUCTIONS
Side Note:
an IP address is composed of 4 octets, each ranging between 0 and 255. A zero is never used in the first or last octet.
IP Ranges
There are three 'ranges' that are deemed private and are usable for home networks. They are as follows.
192.168.x.x
172.16.x.x
10.x.x.x
The most popular IP address schema set as the default schema is 192.168.x.x, often 192.168.10.x or often 192.168.1.x. Routers and other internet sharing solutions are usually positioned as the first IP address in the schema - in our example it will be 192.168.10.1.
First go to your router's administration page and configure the built in DHCP server. Each router will be a little different and hay have different capabilities. You should leave the DHCP server enabled, but limit the number of IP address it can distribute.
If we allow our DHCP server to start numbering computers at 192.168.10.2 and allow 50 IP address, the last DHCP reserved address will be 192.168.10.52. Sometimes this is done as a 'range' instead of a 'number of computers' setting. To make it easy on ourselves, we might want to start numbering static addressed computers at 192.168.10.100 - well out of the DHCP Range
Example of a DHCP setting. 
Note that this shows 192.168.100.x network instead of a 192.168.10.x
Example of a DHCP range setting
Our IP schema looks like this
192.168.10.0 subnet 255.255.255.0 is our 'network'.
192.168.10.1 is our router
192.168.10.2 to .52 are DHCP reserved address
192.168.10.100 to .255 are the STATIC address
Setting up a computer:
When we change a computer from DHCP to Static IP, we must type in FOUR pieces of information. IP address, Subnet, Default Gateway, and DNS Server. The IP address will be one from our static IP range, the subnet will be 255.255.255.0 and the Gateway and DNS will be the address of our router - 192.168.10.1
Get the TCP/IP properties of your computer and set them up with the four required pieces of information.
Computer 1
IP: 192.168.10.100
Subnet: 255.255.255.0
Gateway: 192.168.10.1
DNS: 192.168.10.1
Computer 2
IP: 192.168.10.101
Subnet: 255.255.255.0
Gateway: 192.168.10.1
DNS: 192.168.10.1
 
Etc.
THAT’S ALL FOLKS!
ADVANCED CONFIGUTATION
Sometimes is necessary or even just beneficial to move your IP schema away from the default that your router comes with. For instance, instead of running the default 192.168.1.0 subnet, you might want to change the third octet to something else. I do this with ALL the networks I set up for both security and routing purposes.
First, pick an third octet - choose something between 11 and 255, anything below 11 is fairly common.
Next, set the internal LAN IP ADDRESS of your ROUTER using the router's administration pages. Next, set your computer up with a STATIC address in that same range and reboot both machines (not necessary to reboot Win2k or WinXP). Lastly, ensure that the DHCP range in your router is set up correctly. Remember, the administration screens are at the NEW router address, not the old one.
 
Google
Web HomeNetHelp
165 comments
Convert your DHCP based network to a STATIC IP based LAN
Flawd by DW - 4/17/2002 11:29:00 AM
Re: Flawd by ziggy - 5/27/2002 5:54:00 PM
Re: Flawd by ziggy - 5/27/2002 6:06:00 PM
Re: Doesn't seem to work by Deepesh - 5/31/2002 6:38:00 PM
Re: Doesn't seem to work by Graham - 6/7/2002 11:34:00 AM
Re: Doesn't seem to work by mike - 11/1/2002 5:34:00 AM
Re: Doesn't seem to work by DEC - 11/13/2002 1:34:00 PM
Re: Doesn't seem to work by Pdawg - 10/3/2003 1:24:00 PM
Re: Doesn't seem to work by Steven Allen - 5/15/2005 9:44:00 PM
Re: Doesn't seem to work by mike - 11/13/2005 5:27:00 AM
Re: Doesn't seem to work by jay - 12/4/2006 4:21:00 PM
Re: Doesn't seem to work by Deepesh - 5/31/2002 6:45:00 PM
Re: Doesn't seem to work by Bob L - 6/17/2002 10:10:00 AM
Re: Doesn't seem to work by brian - 2/8/2003 12:30:00 PM
DHCP works but static ip doesn't by Executor - 7/27/2002 3:07:00 PM
Re: DHCP works but static ip doesn't by jacob - 8/9/2005 4:36:00 PM
DNS not working by 61.0.150.202 - 7/30/2002 3:00:00 AM
need help by reg - 10/17/2002 7:27:00 PM
Re: need help by Mike - 10/19/2002 7:38:00 AM
problem in home networking ,,,,, by anil raj - 10/22/2002 11:27:00 AM
Re: problem in home networking ,,,,, by div - 11/4/2002 4:19:00 PM
Re: problem in home networking ,,,,, by roy - 1/9/2003 9:09:00 AM
Re: problem in home networking ,,,,, by artem - 2/10/2004 6:41:00 PM
Re: problem in home networking ,,,,, by bhaskaran - 8/3/2005 10:03:00 AM
Re: problem in home networking ,,,,, by mike - 11/13/2005 5:31:00 AM
Re: problem in home networking ,,,,, by Marda - 9/22/2005 11:10:00 PM
problem in home networking ,,,,, by anil raj - 10/22/2002 11:30:00 AM
Re: problem in home networking ,,,,, by Xygoat - 11/7/2002 1:35:00 PM
Re: problem in home networking ,,,,, by Suhas - 11/20/2002 5:06:00 PM
Confused? by frost - 12/31/2002 5:04:00 AM
Re: Confused? by bviti - 1/14/2003 10:11:00 PM
Re: Confused? by Tim J - 2/21/2003 2:45:00 PM
Re: Confused? by Tao - 9/8/2006 6:12:00 AM
Fix this!!! by matt - 1/2/2003 10:44:00 PM
Re: Fix this!!! by drbruce - 8/14/2003 10:19:00 AM
Need some help for a network by Keith - 1/5/2003 2:16:00 AM
What next by Koolaid - 1/13/2003 3:47:00 PM
Re: What next by bviti - 1/14/2003 10:13:00 PM
web server with static IP address by Kenneth - 1/16/2003 2:03:00 PM
Re: web server with static IP address by Koolaid - 1/16/2003 5:53:00 PM
Re: web server with static IP address by Nash121 - 1/22/2004 8:46:00 AM
Re: web server with static IP address by stcroix - 3/18/2004 7:54:00 PM
Re: web server with static IP address by Jason - 1/19/2005 11:12:00 AM
can't ping the router by Stephen Wong - 1/24/2003 2:24:00 AM
Worked perfect! by Jose - 1/25/2003 11:19:00 PM
Re: Worked perfect! by Timothy Jeffryes - 2/21/2003 2:50:00 PM
Re: Worked perfect! by me - 3/9/2003 11:32:00 AM
Re: Worked perfect! by yw - 5/1/2003 2:29:00 PM
How to access my LAN server from work?? by ted - 1/31/2003 3:03:00 PM
Re: How to access my LAN server from work?? by maniac - 3/19/2004 10:22:00 AM
Re: How to access my LAN server from work?? by maniac - 3/19/2004 10:23:00 AM
How to ping Server? by ted - 2/3/2003 11:58:00 AM
Re: How to ping Server? by Lee - 2/5/2003 11:05:00 AM
Re: How to ping Server? by Dr Robert James - 5/20/2003 8:52:00 AM
Connecting from the outside by tyler - 2/21/2003 5:28:00 PM
Re: Connecting from the outside by bryan - 2/28/2003 9:28:00 PM
Re: Connecting from the outside by Dr Robert James - 5/31/2003 11:15:00 PM
Why? by Mike - 3/23/2003 10:34:00 AM
Re: Why? by Greg - 3/30/2003 6:34:00 AM
Need Help -- Multiple router network by yw - 5/1/2003 2:43:00 PM
Great Article But Help by Pete - 5/2/2003 10:21:00 AM
Access Point Problem by Wiehan - 5/12/2003 6:45:00 AM
Routing Thro My Site www.jamesmedline.com To Connect To My Home PC by Dr Robert James - 5/20/2003 10:29:00 AM
Where's router's administration page? by Sisyphus - 6/27/2003 10:38:00 AM
Re: Where's router's administration page? by Hesa - 10/17/2003 5:24:00 PM
stuck please help by russellandlab - 7/1/2003 5:43:00 PM
Re: stuck please help by helene - 5/17/2006 3:46:00 PM
Re: stuck please help by Damien - 6/12/2006 3:40:00 PM
Re: stuck please help by Damien - 6/12/2006 3:45:00 PM
Free Static IP- Even When On LAN!! by Dr Robert James - 7/20/2003 12:19:00 PM
Network path not found by George Klinzing - 9/17/2003 5:48:00 AM
Re: Network path not found by Hesa - 10/17/2003 5:29:00 PM
Re: Network path not found by Adriano Soares - 9/14/2004 6:48:00 PM
Need help Setting One IP for game server by hoa - 10/1/2003 12:13:00 AM
Need help Setting One IP for game server by hoa - 10/1/2003 12:13:00 AM
DHCP/STATIC by Echo - 10/26/2003 7:47:00 AM
LAN down - firewall by Svanur - 11/6/2003 2:18:00 AM
Re: LAN down - firewall by Sean - 11/12/2003 11:36:00 AM
Re: LAN down - firewall - HELP! by Svanur - 11/16/2003 2:58:00 AM
Re: LAN down - firewall - HELP! by Svanur - 11/21/2003 3:56:00 AM
Need DHCP support to Static by KevinO - 12/4/2003 3:23:00 PM
Need 2 static IP (port forwarding) by sal - 1/12/2004 5:25:00 PM
release and renew by Victor - 1/18/2004 8:13:00 PM
How to troubleshoot an internet outage by Bobby - 3/15/2004 2:16:00 PM
static IP address by Al Zoino - 3/23/2004 9:41:00 AM
Re: static IP address by matt - 3/29/2004 2:50:00 AM
running DHCP in conjunction with static by stratman - 5/13/2004 3:47:00 PM
Re: running DHCP in conjunction with static by yasper - 6/29/2004 8:11:00 PM
Re: running DHCP in conjunction with static by ramankumar - 7/19/2006 11:43:00 PM
Broadband DHCP to LAN by Tommy K - 6/15/2004 3:18:00 PM
Question by Donnie - 7/13/2004 1:20:00 PM
problems with Net access by ippollite - 8/1/2004 6:00:00 AM
Problem (big one ) by Adriano Soares - 9/14/2004 5:42:00 PM
Re: Problem (big one ) by Francisco - 9/18/2004 4:51:00 AM
network open to public by flo - 9/17/2004 1:25:00 AM
Re: network open to public by chris sweeney - 10/7/2004 9:52:00 AM
Static Ip on a dynamic ip by Rob - 9/30/2004 6:55:00 PM
IP Restriction using DHCP - Can anyone help ? by Salman - 10/29/2004 5:41:00 PM
Whose domain is this... really ? :) by Xanthos - 12/2/2004 3:51:00 AM
Thanks a bunch! by Chuongster - 1/24/2005 12:15:00 AM
Problem with Home network by Dave in Michigan - 1/31/2005 6:12:00 AM
Re: Problem with Home network by Dave in Michigan - 2/3/2005 5:20:00 PM
question... by manas - 2/18/2005 5:20:00 AM
Multiple Routers on Static IP by Tim - 2/24/2005 12:49:00 PM
How to configure DHCP server by maidul - 6/2/2005 12:24:00 AM
Combining fixed IP & DHCP ? by William - 6/4/2005 12:41:00 PM
LINKING OF NETGEAR ROUTER WITH STATIC IP by Bhuvnesh - 6/20/2005 1:39:00 AM
Re: LINKING OF NETGEAR ROUTER WITH STATIC IP by Steve - 7/7/2005 5:25:00 PM
How to Run a server from behind a router by Ostien - 7/28/2005 7:56:00 PM
very useful by drop - 8/1/2005 9:52:00 PM
Lan not working. by bhaskaran - 8/3/2005 9:58:00 AM
Static IP at home: question... by Janani - 8/6/2005 5:30:00 PM
where is page by m p - 8/10/2005 3:25:00 AM
setting up static by Salahuddin - 8/24/2005 10:57:00 AM
Need info on IP by Solartekk - 9/9/2005 4:47:00 PM
Re: Need info on IP by Larry - 9/21/2005 5:51:00 PM
linking switch with D Link ADSL Router ADSL-502T by bhuvnesh - 9/12/2005 5:18:00 AM
doesnt work by Thea - 10/8/2005 2:19:00 AM
DNS by stuart - 10/9/2005 2:55:00 PM
Re: DNS by Karen - 10/13/2005 4:43:00 AM
Thanks! by Pam - 10/13/2005 7:06:00 PM
dynamic ip adress by Jan - 10/18/2005 9:59:00 AM
Dynamic IP address reply. by Nippoo - 10/21/2005 11:00:00 AM
Static IP address setup by Andrew - 10/26/2005 11:31:00 PM
Configutation by Harrie Clemens - 11/8/2005 4:26:00 AM
Re: Configutation by Jason - 11/28/2005 6:23:00 PM
Thanks :) by Chris - 12/2/2005 7:45:00 AM
Help is really appreciated by Alien - 12/12/2005 10:40:00 AM
Re: Help is really appreciated by Steveo - 12/18/2005 11:48:00 AM
Static IP by amanaka - 12/12/2005 1:10:00 PM
Re: Static IP by jebin - 7/16/2006 1:23:00 PM
hosting a game server with DHCP by Dave - 12/22/2005 10:14:00 PM
hosting a game server with DHCP by Dave - 12/22/2005 10:14:00 PM
Re: hosting a game server with DHCP by Dwayne - 1/4/2006 6:49:00 PM
10. addresses by Gaspar - 1/13/2006 1:44:00 PM
Re: 10. addresses by Danny - 1/22/2006 8:53:00 PM
static ip by Thommie - 1/20/2006 2:36:00 AM
Laptop not getting to Internet by Larry Negro - 1/27/2006 9:11:00 PM
Static IP with DHCP by Justin - 2/1/2006 10:45:00 AM
Re: Static IP with DHCP by Chris - 2/2/2006 11:11:00 AM
i have a i2eye and di-604 by Link - 2/8/2006 7:58:00 AM
Gaming on a linksys by Captaincommander - 2/23/2006 9:03:00 AM
i want to use my cable dynamic ip as static ip by Ali - 2/26/2006 9:29:00 AM
Printserver won't take static IP address by Joe - 3/16/2006 11:45:00 PM
Re: Printserver won't take static IP address by Joe - 3/18/2006 2:07:00 PM
Can't register! by Ximie - 3/30/2006 3:55:00 PM
Home Networking Problem/ confused by Deb - 5/10/2006 2:43:00 AM
Unstable Network? by Larry - 4/19/2006 8:50:00 AM
Router problems by Dan - 5/11/2006 4:55:00 PM
Re: Router problems by DBBung - 5/13/2006 5:38:00 PM
Re: Router problems by Damien - 6/12/2006 3:52:00 PM
VPN Configuration by Prabhu - 6/1/2006 7:54:00 PM
I have a small different problem by Bijesh - 7/13/2006 3:58:00 PM
Playstation2 online thru router by Charlie - 7/13/2006 11:07:00 PM
Re: Playstation2 online thru router by happy - 8/4/2006 10:18:00 AM
DHCP Update Via Static IP? by Blah_face - 8/26/2006 5:06:00 AM
About the Ip by Mathew - 9/27/2006 8:40:00 AM
Computer given 2 IP's by Ken - 10/1/2006 1:36:00 AM
need help config 1 network 3 routers by Elliott Randall - 10/15/2006 8:31:00 AM
STATIC IP but no Internet! by John - 12/2/2006 3:43:00 PM
Re: STATIC IP but no Internet! by RYDER - 12/26/2006 11:09:00 AM
Posted by RYDER
12/26/2006 11:09:00 AM.
Re: STATIC IP but no Internet!
I'D RUN YOUR STATIC IP AT 192.168.2.10, REASON I THINK WOULD BE BECAUSE THE IP YOU GAVE FOOR THE STATIC COMPUTER IS INSIDE THE RANGE YOU GAVE THE ROUTER FOR DYNAMIC IP'S
static ip by rakesh chopra - 12/7/2006 4:46:00 AM
how to set the static ip with Comcast user by raymond - 1/13/2007 1:30:00 AM
Posted by raymond
1/13/2007 1:30:00 AM.
how to set the static ip with Comcast user
i am a Comcast user,

how to set the static ip with Comcast

some people said that Comcast just allow DHCP seting!!

is that true?
Lan short by 10.0.0.10 - 3/23/2007 12:12:00 PM
Posted by 10.0.0.10
3/23/2007 12:12:00 PM.
Lan short
i m Administrating a LAN(Local AREA NETWORK) with static I.P addresses.i have prob while dealing with the network , which make me confused.when i connect the computer with the Ethernet switch , it make short all my network , i a$$ume that may be the PC have a short lan card slot, but when i check that PC at other ethernet switch , thats OK. while the 1st ethernet switch is also working but not work with that PC , & both switches are of same company( BAYNET).it make me confused , & a challenge for me to deal with this prob , & i m going to challenge all u to dignose this prob.u can contact me at me e-mail addres which is topnet_comm@yahoo.com

Need some online coupons and merchant discounts? Check CouponClock.com!

No Poll Today
 
HomeNetHelp: the home computer networking and Internet connection sharing resource
428 users on-line
aprox 17443 users today
5/14/2008 1:08:42 PM
(c)2001 Anomaly, Inc
Site Index