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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

internal space

Status
Not open for further replies.

vintl

Technical User
Jun 9, 2000
72
MY
hi,
how can i create an internal working space for testing my system? for example somename.internal.net which run internally. how to create a database for this internal,net?
i installed the linux as server based. of course with apache and suppose also mysql. pls advice step by step.thank you.
 
Hello,
I think I understand what your asking: How do I set up a test network? The Private IP Range 192.168.0.0 has been set aside for this purpose.

1) Assign your linux server the address 192.168.1.1 (man ifconfig)
2) Change the hostname so something you would like (ie hostname test1.internal.net)
3) Set up the servers you wish to run on your linux box (ie apache, mysql. See associated docs)
4) Test out the server.

All needed docs can be obtained from the linux documentation project, howto and guide sections:

Hope this NFO helps,
-Out0fOrder

"I can only lead you to water, I cannot make you drink"
-TheLight
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top