Core(컴퓨터 이름바꾸기, DNS지정, ipv4정보설정)
Server/Windows Server 2008 2016. 4. 19. 10:24Windows Server Core 명령어
컴퓨터 이름 : hostname, echo %computername%
이름 바꾸기 : netdom renamecomputer %COMPUTERNAME%
컴퓨터 셧다운 : shutdown /r /t 0
할당된 DNS 주소 확인 : nslookup
네트워크 설정 : netsh 명령으로 들어간다.
interface ipv4 show interface -> ipv4에 대한 interface가 나온다.
ipv4의 네트워크 정보 설정
interface ipv4 set address name = "색인번호" source=static
address=IP주소 mask=넷마스크 gateway=게이트웨이주소
DNS 지정
interface ipv4 add dnsserver name="색인번호" address=DNS주소
index=1
** 1의 의미는 주 DNS서버이다. 2를 지정할 경우에는 보조 DNS서버라는 뜻이다.
서버 역할에서 설치가 가능한 것을 볼 때 : oclist
서버 역할 설치 : ocsetup 역할이름
'Server > Windows Server 2008' 카테고리의 다른 글
네크워크 켜기 안될때 (0) | 2016.04.05 |
---|