> For the complete documentation index, see [llms.txt](https://docs.cooku222.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cooku222.kr/project-remind/problem-solving/macos-mac.md).

# MacOS에서 mac주소 고정시키는 법

최근 모 대기업 프로젝트에 파견을 나오게 되었는데 여기선 MAC주소 기반 VLAN 정책을 사용하고 있었다.&#x20;

협력사별로 MAC주소를 전달드리면 해당 MAC주소를 가진 협력사 컴퓨터들만 폐쇄망에 등록 후 접근시켜주는 구조였다.\
\
그런데! 우리 회사는 기본적으로 맥북 macOS를 사용하고 있었다. macOS는 기본적으로 MAC Randomization 정책이 적용되어 MAC주소를 네트워크마다 무작위로 변경된다.\
\
시스템 설정에서 변경을 진행한다.\
\
1\. 시스템 설정 → Wi-Fi 열기\
2\. 연결된 네트워크 옆 세부사항(Details) 클릭\
3\. 개인 Wi-Fi 주소 항목 찾기\
4\. 드롭다운을 고정 또는 끄기 로 변경\
5\. 확인 후 Wi-Fi 재연결\
\
\
참고로 이 문제가 해결되었지만 사내 인증서를 따로 발급받아야하는 이슈가 발견되었고 Help desk에서 1시간동안 사투를 벌인 끝에 해결할 수 있었다.\
안되면 Help desk를 방문하는게 더 빠를 수 있다..


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cooku222.kr/project-remind/problem-solving/macos-mac.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
