메뉴 바로가기

서브메뉴 바로가기

본문 바로가기

logo

소프트웨어(윈도우) 일반

WINDOWS 네트워크 정보 갱신

2006.07.03 18:38

WhiteAT 조회 수:5677

네트워크 환경에서 컴퓨터의 이름을 변경하면 바로 적용이 되지 않는다.
이 때는 리붓을 하던가 적용될때까지 기다린다 ㅡㅡ;;

이 현상은 netbios 캐쉬때문에 네트워크 환경이 실시간으로 확인되지 않기 때문이다.

netbios는 마이크로소프트 네트워크 환경에서 사용하는 이름확인을 위한 프로토콜인데,
확인을 하기 위해 커맨드 창에서

nbtstat  명령어로 확인 할 수 있습니다.
nbtstat -? 세부 사용 방법은 아래와 같습니다.

nbtstat - RR 실행 해보세요, 기존의 작업그룹명을 지우고 다시 작성합니다.

C:\Documents and Settings\d>nbtstat

Displays protocol statistics and current TCP/IP connections using NBT
(NetBIOS over TCP/IP).

NBTSTAT [ [-a RemoteName] [-A IP address] [-c] [-n]
        [-r] [-R] [-RR] [-s] [-S] [interval] ]

  -a   (adapter status) Lists the remote machine's name table given its name
  -A   (Adapter status) Lists the remote machine's name table given its
                        IP address.
  -c   (cache)          Lists NBT's cache of remote [machine] names and their IP
 addresses
  -n   (names)          Lists local NetBIOS names.
  -r   (resolved)       Lists names resolved by broadcast and via WINS
  -R   (Reload)         Purges and reloads the remote cache name table
  -S   (Sessions)       Lists sessions table with the destination IP addresses
  -s   (sessions)       Lists sessions table converting destination IP
                        addresses to computer NETBIOS names.
  -RR  (ReleaseRefresh) Sends Name Release packets to WINS and then, starts Refr
esh

  RemoteName   Remote host machine name.
  IP address   Dotted decimal representation of the IP address.
  interval     Redisplays selected statistics, pausing interval seconds
               between each display. Press Ctrl+C to stop redisplaying
               statistics.