Ip routing

Closed
VICKY - Jun 9, 2008 at 05:02 AM
 dusty.techstudentMCP,NET+ - Aug 17, 2008 at 12:31 AM
Hello,


I am new in networking area. When i go to in the command prompt, and type C:\ipconfig/all then i receved some data.
Data is given below:-

HOST NAME...........................himanshu
Primary Dns Suffix...................
Node Type...........................Unknown
IP Routing Enabled...............No
WINS Proxy Enabled.............No

Ethernet adapter Local Area Connection:

Connection -specific DNS Suffix .:
Description ...................................Intel(R) PR0/100 VE Network Connection

Physical address.............................00-19-D1-F7-30-BB
Dhcp Enabled...............................No
IP Address...................................192.168.1.8
Subnet Mask................................255.255.255.0
Default Gateway...........................192.168.1.1
DNS Servers.................................202.56.215.54
202.56.215.55

C:\>


Sir can you tell me what is the meaning of following data:-
1. Primary DNS Suffix
2. Node Type...........................Unknown
3. IP Routing Enabled...............No
4. WINS Proxy Enabled.............No
5. Dhcp Enabled...............................No
Related:

2 responses

dhcp is the thing that sends an ip address to your computer. if it's not enabled then you can't get an ip, so can't get internet. the ip address 192.168.?.? which is what you've got means that your computer has given you an automatic private address - basically, useless.
2
dusty.techstudentMCP,NET+
Aug 17, 2008 at 12:31 AM
Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation. All rights reserved
Wireless LAN adapter wireless M:

Connection-specific DNS Suffix . : blue.net
Description . . . . . . . . . . . : Realtek RTL8187B Wireless 802.11b/g 54Mbp
s USB 2.0 Network Adapter
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 192.168.1.101(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : Saturday, August 16, 2008 11:36:47 PM
Lease Expires . . . . . . . . . . : Sunday, August 17, 2008 11:36:46 PM
Default Gateway . . . . . . . . . : 192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 66.38.0.241
66.38.0.240
66.38.1.240
NetBIOS over Tcpip. . . . . . . . : Enabled


I have DHCP enabled and I am getting my IP address from my router. You example shows an IP address but no on DHCP. This means someone had to go into your network configuration and enter it statically (manually). If not you would have a different address such as 169 instead of a 192 address.
0