Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I get an IP address

Status
Not open for further replies.

Scorteera

Programmer
Aug 20, 2001
2
US
Hello everyone,

How do I get an IP address? I know this may sound stupid.

Thank You
 
Well, are you looking for an ip address for the internet? If so, contact an ISP. If you're looking to assign a private ip address to your internal network card, here are my suggestions:

On your network, use the following subnets to ensure security and your greatest weapon against the internet threat:

10.x.x.x (255.255.255.0)
192.168.x.x (255.255.0.0)
172.32.16.x (255.255.240.0)

Make your ip addresses unique (yet match) on the network... there's all kinds of info about this, even at search.com... you should find something.. called SUBNETTING

Otherwise, for some more basic possibilities, install TCP/IP first.
 
There are only two ways to get an IP address:

1) obtain one from DHCP server. You need to have a DHCP server on the network.

2) COnfigure a static IP address. 2 machines in your same network can't have the same address.

You will probably have to give me more information, or get your system administer to give you a IP address.

Mark
Mark@acsconsult.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top