> For the complete documentation index, see [llms.txt](https://mgunexcel.gitbook.io/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mgunexcel.gitbook.io/doc/self/advanced/ip-change.md).

# 테더링 IP 변경

아이피 변경을 위해서는\
안드로이드 폰 1개가 필요합니다.\
갤럭시S 시리즈 기기를 추천 드립니다.\
(갤럭시A 는 제대로 동작하지 않는다는 제보가 있었습니다)

핸드폰 데이터를 사용하며\ <mark style="color:red;">**USB 테더링방식**</mark>이라고 부릅니다.\
그 세팅 방법 아래 설명 드립니다.

## 0. 업데이트

↓ 아래 액션이 선행 되어야 합니다!\
[1. 윈도우, 엑셀 업데이트](/doc/self/install/update.md)를 먼저 마치고 시작해주세요.

## 1. 핸드폰 개발자 모드 활성화

개통된 삼성 안드로이드 폰을 준비해주세요

1. **설정** 맨 하단 **휴대전화 정보** 클릭
2. **소프트웨어 정보** 클릭
3. **빌드번호** 7번 클릭 → 개발자 모드 활성화
4. 뒤로가기 1회 후 **개발자 옵션** 클릭
5. 개발자 옵션 → 중단에 **USB 디버깅** 클릭 & 활성화

{% embed url="<https://youtu.be/exHgavUEJG0>" %}

## 2. 기존 인터넷 연결 해제

랜선 통해 오는 인터넷이 아니라\
모바일 인터넷 사용으로 바꾸는 작업

1. 기존 사용 중인 랜선 컴퓨터에서 뽑기
2. 와이파이를 사용 중이라면 기존 사용 중인 와이파이 끄기
3. 모바일에서도 와이파이 끄기,\
   핸드폰 셀룰러 데이터를 사용해야 IP 변경이 가능합니다!

{% embed url="<https://youtu.be/vXxfBIqvd_8>" %}

## 3. USB 테더링 연결

기존 인터넷이 끊어졌으니\
모바일 인터넷을 사용하게 만드는 작업입니다.\
잘 안되시면, PC 재부팅, 모바일 선 다시 연결 등으로 해결됩니다.

1. 핸드폰과 PC를 USB 케이블로 연결
2. 상단에 뜬 알림 중 **USB로 파일 전송**을 클릭
3. 같은 화면에서 **기타 USB 옵션을 보려면 누르세요** 클릭
4. **USB 테더링** 클릭
5. PC, 모바일 연결 허용

{% embed url="<https://youtu.be/ogksnlV-7IE>" %}

<mark style="color:red;">**마지막에 핸드폰에서**</mark>\ <mark style="color:red;">**꼭 여기까지 승인 해주셔야 됩니다 ! !**</mark>

<figure><img src="/files/W8qHnUqsizdkawQLv3uX" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://mgunexcel.gitbook.io/doc/self/advanced/ip-change.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
