Category: Networking Ports & Protocols

Set NIC to full DHCP via netsh
article #1057, updated 2496 days ago

To set a Windows NIC to full DHCP via netsh, do this, replacing “Local Area Connection” to the name of the NIC if it’s not the same:

netsh interface ip set address "Local Area Connection" dhcp
netsh interface ip set dns "Local Area Connection" dhcp
netsh interface ip set wins "Local Area Connection" dhcp

Sometimes, if WINS is set static, you have to do this before WINS can be set DHCP:

netsh interface ip set wins "Local Area Connection" static none

Categories:      

==============

How to check NetBIOS status of a LAN and VPN
article #956, updated 2880 days ago

To learn what is going on NetBIOS-wise on your LAN, in Windows, do this:

NBTSTAT -r

This will get you something like the below. If you have WINS active — which is essential for NetBIOS and group policy over a VPN if you don’t do IPv6 — you will see the names resolved by name server as below. If not, if names are resolved by broadcast, you don’t have WINS, and NetBIOS will not work across VPN.

    NetBIOS Names Resolution and Registration Statistics
    ----------------------------------------------------

    Resolved By Broadcast     = 0
    Resolved By Name Server   = 1187

    Registered By Broadcast   = 0
    Registered By Name Server = 6

Categories:      

==============

Scan Your Network for IP Devices
article #793, updated 3307 days ago

Excellent tool:

http://www.advanced-ip-scanner.com/

Categories:      

==============

Windows 7 sharing and peer-to-peer networking
article #490, updated 4148 days ago

Here are a large number of changes to try if Windows 7 sharing doesn’t work:

http://social.technet.microsoft.com/Forums/en/w7itpronetworking/thread/68ffbe2a-09a7-4e29-859c-ca1aaf75dcd1

Categories:      

==============

Oracle ports list
article #428, updated 4372 days ago

The entire list appears to be here:

http://docs.oracle.com/cd/B28359_01/install.111/b32006/ports.htm#CIHHFDFH

Categories: