File: net-findip.page

package info (click to toggle)
gnome-user-docs 48.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 142,176 kB
  • sloc: xml: 829; makefile: 532; sh: 514
file content (100 lines) | stat: -rw-r--r-- 4,034 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="net-findip" xml:lang="ko">

  <info>
    <link type="guide" xref="net-general"/>
    <link type="seealso" xref="net-what-is-ip-address"/>

    <revision pkgversion="3.37.3" date="2020-08-05" status="final"/>
    <revision version="gnome:42" status="final" date="2022-04-09"/>

    <credit type="author">
      <name>Shaun McCance</name>
      <email>shaunm@gnome.org</email>
    </credit>
    <credit type="author">
      <name>Jim Campbell</name>
      <email>jwcampbell@gmail.com</email>
    </credit>
    <credit type="editor">
      <name>Michael Hill</name>
      <email>mdhillca@gmail.com</email>
    </credit>
    <credit type="editor">
      <name>Ekaterina Gerasimova</name>
      <email>kittykat3756@gmail.com</email>
    </credit>
    <credit type="editor">
      <name>Rafael Fontenelle</name>
      <email>rafaelff@gnome.org</email>
    </credit>

    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>

    <desc>IP 주소를 알면 네트워크 문제 해결에 도움이 될 수 있습니다.</desc>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>조성호</mal:name>
      <mal:email>shcho@gnome.org</mal:email>
      <mal:years>2021, 2022, 2023</mal:years>
    </mal:credit>
  </info>

  <title>IP 주소 찾기</title>

  <p>IP 주소를 알면 인터넷 연결 문제 해결에 도움이 될 수 있습니다. IP 주소에 <em>두가지</em> 방식이 있다는걸 알면 놀랄지도 모릅니다: 하나는 내부 네트워크용 IP 주소이며, 다른 하나는 인터넷에 연결한 컴퓨터의 IP 주소입니다.</p>
  
  <section id="wired">
    <title>유선 연결 내부 (네트워크) IP 주소 찾기</title>
  <steps>
    <item>
      <p><gui xref="shell-introduction#activities">현재 활동</gui> 개요를 열고 <gui>설정</gui> 입력을 시작합니다.</p>
    </item>
    <item>
      <p><gui>설정</gui>을 누릅니다.</p>
    </item>
    <item>
      <p>가장자리 창에서 <gui>네트워크</gui>를 눌러 창을 엽니다.</p>
      <note style="info">
        <p its:locNote="TRANSLATORS: See NetworkManager for 'PCI', 'USB' and 'Ethernet'">하나 이상의 유선 연결을 활용할 수 있는 경우 <gui>유선</gui> 대신<gui>PCI 이더넷</gui>, <gui>USB 이더넷</gui>을 볼 수 있습니다.</p>
      </note>
    </item>
    <item>
      <p>활성 연결 옆 <media its:translate="no" type="image" src="figures/emblem-system-symbolic.svg"><span its:translate="yes">설정</span></media> 단추를 눌러 IP 주소 및 기타 세부 설정을 확인합니다.</p>
    </item>
  </steps>

  </section>
  
  <section id="wireless">
    <title>무선 연결의 내부 (네트워크) IP 주소 찾기</title>
  <steps>
    <item>
      <p><gui xref="shell-introduction#activities">현재 활동</gui> 개요를 열고 <gui>설정</gui> 입력을 시작합니다.</p>
    </item>
    <item>
      <p><gui>설정</gui>을 누릅니다.</p>
    </item>
    <item>
      <p>가장자리 창에서 <gui>와이파이</gui>를 눌러 창을 엽니다.</p>
    </item>
    <item>
      <p>활성 연결 옆 <media its:translate="no" type="image" src="figures/emblem-system-symbolic.svg"><span its:translate="yes">설정</span></media> 단추를 눌러 IP 주소 및 기타 세부 설정을 확인합니다.</p>
    </item>
  </steps>
  </section>
  
  <section id="external">
  	<title>외부 (인터넷) IP 주소 찾기</title>
  <steps>
    <item>
      <p><link href="https://whatismyipaddress.com/">whatismyipaddress.com</link> 사이트를 열어봅니다.</p>
    </item>
    <item>
      <p>이 사이트를 방문하면 여러분이 사용하는 외부 IP 주소를 알려줍니다.</p>
    </item>
  </steps>
  <p>컴퓨터의 인터넷 연결 방식에 따라 내외부 주소가 같을 수 있습니다.</p>  
  </section>

</page>