Archive for the 'Networking' Category

Find info Using ipconfig command

December 07, 2007 Posted By: Jim ~ Filed under Category: Networking, Windows

Welcome, Visitor. Subscribe to our RSS Feed and consider adding this article/site to your favorite social bookmark site if you find it useful. Thank you!

Subnet Mask, Default Gateway, DHCP Server – These are very easy to find, just open a dos/command prompt window and type ‘ipconfig /all’ without the ‘ ‘. You should see something like this:

Windows IP Configuration:

Host Name . . . . . . . . . . . . . . : My Computer Name Here
Primary Dns Suffix . . . . . . . . . :
Node Type . . . . . . . . . . . . . . .: Unknown
IP Routing Enabled. . . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No

Continue reading »


Bridging your network connections

December 02, 2007 Posted By: Jim ~ Filed under Category: Internet, Networking

Welcome, Visitor. Subscribe to our RSS Feed and consider adding this article/site to your favorite social bookmark site if you find it useful. Thank you!

If you’d like to connect two or more computers via LAN, then you should utilize the Network Bridge option provided in Windows XP. There is no configuration required and you do not need to purchase additional hardware such as routers or bridges. IP addressing, address allocation, and name resolution is highly simplified in a single subnet IP network.
To use this feature you have to do this:

1.open Network Connections.Under LAN or High-Speed Internet.
2.select each of the private network connections that you want to be part of the bridge.
3.Right-click one of the highlighted private network connections and click Bridge Connections.


Enable or Disable Password in DUN

November 23, 2007 Posted By: Jim ~ Filed under Category: Networking, Registry tweak, Windows

Welcome, Visitor. Subscribe to our RSS Feed and consider adding this article/site to your favorite social bookmark site if you find it useful. Thank you!

This tweak saves user passwords for Dial Up Networking so they do not have to be re-entered each session.

Start>Run>Regedit

Go to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RasMan\Parameters

Modify/Create DWORD Value of Data type REG_DWORD Named [DisableSavePassword]
Setting for Value Data: [0 = Disabled (Passwords Saved) / 1 = Enabled (Passwords Not Saved)]

Exit Registry / Reboot