|
|
|
How can I find a file containing my network settings
Showing all messages in thread #1104834607 Windows 2000 Annoyances Discussion Forum
The following are all of the messages in this thread (13 in all), shown in chronological order. Click any message subject to view that message by itself or to view the thread hierarchy.
|
How can I find a file containing my network settings
Tuesday, January 4, 2005 at 2:30 am Posted by panko
(5 messages posted)
Is there any file in windows 2000 that I could open (for example with notepad) and
see my network settings. In fact I am interested only in IP address but it would
be great if I could see other things like mask.
(For all those who are curious - I have a ghost image of the system partition and
need to know this computers IP)
Greetings
panko
[Reply or follow-up to this message]
|
re: How can I find a file containing my network settings
Tuesday, January 4, 2005 at 4:37 am Posted by gopi
(3 messages posted)
hi panko
from run command type cmd ok then on the cmd screen type ipconfig/all
. you should get all the ip configurations that u need.
regards
gopi
On Tuesday, January 4, 2005 at 2:30 am, panko wrote:
>Is there any file in windows 2000 that I could open (for example with notepad) and
>see my network settings. In fact I am interested only in IP address but it would
>be great if I could see other things like mask.
>(For all those who are curious - I have a ghost image of the system partition and
>need to know this computers IP)
>Greetings
>panko
[Reply or follow-up to this message]
|
re: How can I find a file containing my network settings
Tuesday, January 4, 2005 at 5:56 am Posted by sunchao
(15 messages posted)
ipconfig/all
平衡机 动平衡
动平衡机
On Tuesday, January 4, 2005 at 4:37 am, gopi wrote:
>
>hi panko
> from run command type cmd ok then on the cmd screen type ipconfig/all
> . you should get all the ip configurations that u need.
>regards
>gopi
>
>
[Reply or follow-up to this message]
|
re: How can I find a file containing my network settings
Tuesday, January 4, 2005 at 6:08 am Posted by panko
(5 messages posted)
Please don't make me a fool :)
I know how to check IP on the computer I use. I need to know IP from the file system
that is not running. I've got only image of system partition and I need information
about this computers IP without bringing this system to life.
On Tuesday, January 4, 2005 at 5:56 am, sunchao wrote:
>ipconfig/all
>
>
>
> 平衡机 动平衡
>动平衡机
[Reply or follow-up to this message]
|
re: How can I find a file containing my network settings
Tuesday, January 4, 2005 at 7:27 am Posted by DEX
(11805 messages posted)
panko
The PC will not have a IP address until it loads up or to say comes to life and hooks
up to the NetWork this is one of the 1st things win2k OS will do when the machines
boots up...(reads the nic card and gives it a IP)
192.168.0.1 to 192.168.xxx.xxx the norm.
Or you may have one from your ISP..
You can find it with Netdiag from MS (small program from MS) that you can download
and run on your network machines..
----------------------------------------------
network problems ,Tips to fixing Windows 95, 98, 98se, ME, 2000 and XP
http://www.careyholzman.com/netfixes.htm
On Tuesday, January 4, 2005 at 6:08 am, panko wrote:
>Please don't make me a fool :)
>I know how to check IP on the computer I use. I need to know IP from the file system
>that is not running. I've got only image of system partition and I need information
>about this computers IP without bringing this system to life.
>
>
>
[Reply or follow-up to this message]
|
re: How can I find a file containing my network settings
Tuesday, January 4, 2005 at 7:46 am Posted by Erik
(3103 messages posted)
You are making yourself a fool....this image is not connected to a network, therefore
it has no IP. If you are running DHCP then it will grab an IP every time it connects
to the network. If you are using static IPs then just look at your DHCP server and
see what IP you assigned to that computer.
[Reply or follow-up to this message]
|
re: How can I find a file containing my network settings
Tuesday, January 4, 2005 at 9:17 am Posted by panko
(5 messages posted)
It is static and defined on each machine not given by a server.
[Reply or follow-up to this message]
|
re: How can I find a file containing my network settings
Tuesday, January 4, 2005 at 9:34 am Posted by Crash Override
(2150 messages posted)
On 2000, this information is stored in the registry in the HKLM hive and not in a
file that is easily read.
Regards, Crash Override
On Tuesday, January 4, 2005 at 9:17 am, panko wrote:
>It is static and defined on each machine not given by a server.
>
>
[Reply or follow-up to this message]
|
re: How can I find a file containing my network settings
Tuesday, January 4, 2005 at 10:39 am Posted by panko
(5 messages posted)
I thought so.
Too bad :(
On Tuesday, January 4, 2005 at 9:34 am, Crash Override wrote:
>On 2000, this information is stored in the registry in the HKLM hive and not in
a
>file that is easily read.
>
>
>
> Regards, Crash Override
[Reply or follow-up to this message]
|
re: How can I find a file containing my network settings
Wednesday, January 5, 2005 at 5:44 am Posted by adrian
(788 messages posted)
Well, there is a way (not simple). Depending of the version of Ghost, you can extract
individual files, in this case the registry : \WINNT\system32\config\system. You
are looking for the key IPAddress that resides in
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\{hexnumber}\Parameters\Tcpip.
The best way to see it is using a winxp machine. Run regedit, load the hive (the
file you just extracted), and Find the key in that hive. Under win2k, regedt32 does
not have the find function, and navigating to the key is a big pain.
[Reply or follow-up to this message]
|
re: How can I find a file containing my network settings
Wednesday, January 5, 2005 at 6:22 am Posted by panko
(5 messages posted)
That is exactly what I wanted to know!!
Great thanks! I found everything, but what is an explanation for this mysterious
{hexnumber}?
>Under win2k, regedt32 does
>not have the find function,
It does :)
[Reply or follow-up to this message]
|
re: How can I find a file containing my network settings
Wednesday, January 5, 2005 at 6:40 am Posted by adrian
(788 messages posted)
I think it is hardware related. I have several machines running win2k, and the value
is different on each.
[Reply or follow-up to this message]
|
re: How can I find a file containing my network settings
Wednesday, January 5, 2005 at 7:47 am Posted by Crash Override
(2150 messages posted)
The hex number is unique to each connection.
Regards, Crash Override
On Wednesday, January 5, 2005 at 6:40 am, adrian wrote:
>I think it is hardware related. I have several machines running win2k, and the value
>is different on each.
[Reply or follow-up to this message]
| |
Tip: Use one of the [Reply or follow-up to this message] links above to add a message to this thread
| |
Return to the Windows 2000 Discussion Forum
|
|
|
|