Browsing Korean translation

Don't show this notice anymore
Before translating, be sure to go through Ubuntu Translators instructions and Korean guidelines.
10421051 of 2130 results
1042.
When "method" is set to "auto" and this property to TRUE, automatically configured nameservers and search domains are ignored and only nameservers and search domains specified in the "dns" and "dns-search" properties, if any, are used.
"method"가 "auto"로 설정되고이 속성이 TRUE로 설정되면 자동으로 구성된 nameservers 및 검색 도메인은 무시되며 "dns"및 "dns-search"속성에 지정된 이름 서버 및 검색 도메인 만 사용됩니다.
Translated by Copied by Zanata
Located in ../clients/common/settings-docs.c.in:222 ../clients/common/settings-docs.c.in:242
1043.
When "method" is set to "auto" and this property to TRUE, automatically configured routes are ignored and only routes specified in the "routes" property, if any, are used.
"method"가 "auto"로 설정되고 이 속성이 참으로 설정되면 자동으로 구성된 경로는 무시되고 "routes" 속성에 지정된 라우팅만 사용됩니다.
Translated by Changwoo Ryu
Located in src/libnmc-setting/settings-docs.h.in:179 src/libnmc-setting/settings-docs.h.in:208
1044.
If TRUE, allow overall network configuration to proceed even if the configuration specified by this property times out. Note that at least one IP configuration must succeed or overall network configuration will still fail. For example, in IPv6-only networks, setting this property to TRUE on the NMSettingIP4Config allows the overall network configuration to succeed if IPv4 configuration fails but IPv6 configuration completes successfully.
참일 경우 이 속성로 지정된 구성이 제한 시간 초과 되더라도 전체 네트워크 구성을 계속할 수 있습니다. 하나 이상의 IP 구성이 성공하거나, 아니면 전체 네트워크 구성이 계속 실패합니다. 예를 들어 IPv6 전용 네트워크에서 NMSettingIP4Config에서 이 속성을 참으로 설정하면 IPv4 구성이 실패했지만 IPv6 구성이 성공적으로 완료되면 전체 네트워크 구성이 성공할 수 있습니다.
Translated by Changwoo Ryu
Located in src/libnmc-setting/settings-docs.h.in:181 src/libnmc-setting/settings-docs.h.in:210
1045.
IP configuration method. NMSettingIP4Config and NMSettingIP6Config both support "disabled", "auto", "manual", and "link-local". See the subclass-specific documentation for other values. In general, for the "auto" method, properties such as "dns" and "routes" specify information that is added on to the information returned from automatic configuration. The "ignore-auto-routes" and "ignore-auto-dns" properties modify this behavior. For methods that imply no upstream network, such as "shared" or "link-local", these properties must be empty. For IPv4 method "shared", the IP subnet can be configured by adding one manual IPv4 address or otherwise 10.42.x.0/24 is chosen. Note that the shared method must be configured on the interface which shares the internet to a subnet, not on the uplink which is shared.
IP 구성 방법. NMSettingIP4Config 및 NMSettingIP6Config는 모두 "disabled", "auto", "manual" 및 "link-local"을 지원합니다. 다른 값에 대해서는 하위 클래스 특정 문서를 참조하십시오. 일반적으로 "auto" 방식의 경우 "dns" 및 "routes"와 같은 속성은 자동 구성에서 반환된 정보에 추가되는 정보를 지정합니다. "ignore-auto-routes" 및 "ignore-auto-dns" 속성은 이 동작을 수정합니다. "shared" 또는 "link-local"과 같은 업스트림 네트워크를 암시하지 않는 메소드의 경우 이 특성은 비어 있어야 합니다. IPv4 방법 "공유"의 경우 하나의 수동 IPv4 주소를 추가하여 IP 서브넷을 구성하거나 10.42.x.0/24를 선택할 수 있습니다. 공유 방법은 공유된 업 링크가 아닌 서브넷과 인터넷을 공유하는 인터페이스에서 구성해야 합니다.
Translated by Changwoo Ryu
Located in src/libnmc-setting/settings-docs.h.in:180 src/libnmc-setting/settings-docs.h.in:208
1046.
If TRUE, this connection will never be the default connection for this IP type, meaning it will never be assigned the default route by NetworkManager.
참이면 이 연결은 이 IP 유형에 대한 기본 연결이 되지 않습니다. 즉 네트워크 관리자에 의해 기본 경로가 할당되지 않습니다.
Translated by Changwoo Ryu
Located in src/libnmc-setting/settings-docs.h.in:183 src/libnmc-setting/settings-docs.h.in:213
1047.
The default metric for routes that don't explicitly specify a metric. The default value -1 means that the metric is chosen automatically based on the device type. The metric applies to dynamic routes, manual (static) routes that don't have an explicit metric setting, address prefix routes, and the default route. Note that for IPv6, the kernel accepts zero (0) but coerces it to 1024 (user default). Hence, setting this property to zero effectively mean setting it to 1024. For IPv4, zero is a regular value for the metric.
메트릭을 명시적으로 지정하지 않은 경로의 기본 메트릭. 기본값 -1은 메트릭이 장치 유형에 따라 자동으로 선택됨을 의미합니다. 이 메트릭은 동적 경로, 명시적 메트릭 설정, 주소 접두사 경로 및 기본 경로가없는 수동 (정적) 경로에 적용됩니다. IPv6의 경우 커널이 0을 허용하지만 1024로 강제 변환합니다 (사용자 기본값). 따라서 이 속성을 0으로 설정한다는 것은 1024로 설정하는 것과 마찬가지입니다. IPv4의 경우 0은 메트릭의 일반 값입니다.
Translated by Changwoo Ryu
Located in src/libnmc-setting/settings-docs.h.in:186 src/libnmc-setting/settings-docs.h.in:217
1048.
Enable policy routing (source routing) and set the routing table used when adding routes. This affects all routes, including device-routes, IPv4LL, DHCP, SLAAC, default-routes and static routes. But note that static routes can individually overwrite the setting by explicitly specifying a non-zero routing table. If the table setting is left at zero, it is eligible to be overwritten via global configuration. If the property is zero even after applying the global configuration value, policy routing is disabled for the address family of this connection. Policy routing disabled means that NetworkManager will add all routes to the main table (except static routes that explicitly configure a different table). Additionally, NetworkManager will not delete any extraneous routes from tables except the main table. This is to preserve backward compatibility for users who manage routing tables outside of NetworkManager.
정책 라우팅을 (소스 라우팅) 사용하고, 경로를 추가할 때 사용되는 라우팅 테이블을 설정합니다. 이는 장치 경로, IPv4LL, DHCP, SLAAC, 기본 경로 및 고정 경로를 비롯한 모든 경로에 영향을줍니다. 그러나 고정 경로는 0이 아닌 라우팅 테이블을 명시적으로 지정하여 설정을 개별적으로 덮어 쓸 수 있습니다. 테이블 설정이 0으로 유지되면 전체 구성을 통해 덮어 쓸 수 있습니다. 전체 구성 값을 적용한 후에도 속성이 0이면 이 연결의 주소 패밀리에 대한 정책 라우팅이 비활성화됩니다. 정책 라우팅을 비활성화하면 네트워크 관리자가 모든 경로를 주 테이블에 추가합니다 (다른 테이블을 명시적으로 구성하는 고정 경로 제외). 또한 NetworkManager는 주 테이블을 제외한 테이블에서 불필요한 경로를 삭제하지 않습니다. 이는 네트워크 관리자 외부의 라우팅 테이블을 관리하는 사용자의 이전 버전과의 호환성을 유지하기 위한 것입니다.
Translated by Changwoo Ryu
Located in src/libnmc-setting/settings-docs.h.in:187 src/libnmc-setting/settings-docs.h.in:218
1049.
Array of IP routes.
IP 라우팅의 배열.
Translated by Changwoo Ryu
Located in src/libnmc-setting/settings-docs.h.in:219
1050.
Configure method for creating the address for use with RFC4862 IPv6 Stateless Address Autoconfiguration. The permitted values are: NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE_EUI64 (0) or NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE_STABLE_PRIVACY (1). If the property is set to EUI64, the addresses will be generated using the interface tokens derived from hardware address. This makes the host part of the address to stay constant, making it possible to track host's presence when it changes networks. The address changes when the interface hardware is replaced. The value of stable-privacy enables use of cryptographically secure hash of a secret host-specific key along with the connection's stable-id and the network address as specified by RFC7217. This makes it impossible to use the address track host's presence, and makes the address stable when the network interface hardware is replaced. On D-Bus, the absence of an addr-gen-mode setting equals enabling stable-privacy. For keyfile plugin, the absence of the setting on disk means EUI64 so that the property doesn't change on upgrade from older versions. Note that this setting is distinct from the Privacy Extensions as configured by "ip6-privacy" property and it does not affect the temporary addresses configured with this option.
RFC4862 IPv6 Stateless Address Autoconfiguration과 함께 사용할 주소를 생성하는 방법을 구성합니다. 허용되는 값은 다음과 같습니다: NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE_EUI64 (0), NM_SETTING_IP6_CONFIG_ADDR_GEN_MODE_STABLE_PRIVACY (1). 속성이 EUI64로 설정된 경우 주소는 하드웨어 주소에서 파생된 인터페이스 토큰을 사용하여 생성됩니다. 이렇게 하면 주소의 호스트 부분이 일정하게 유지되어 네트워크 변경시 호스트의 존재를 추적할 수 있습니다. 인터페이스 하드웨어가 교체되면 주소가 변경됩니다. stable-privacy의 값은 RFC 7217에 명시된 바와 같이 연결의 stable-id 및 네트워크 주소와 함께 비밀 호스트별 키의 암호학적으로 안전한 해시를 사용할 수 있게 합니다. 이렇게 하면 주소 트랙 호스트의 존재를 사용할 수 없으며 네트워크 인터페이스 하드웨어를 교체할 때 주소가 안정됩니다. D-버스에서 addr-gen-mode 설정이 없으면 안정적인 개인 정보 보호가 가능합니다. keyfile 플러그인의 경우 디스크에 설정이 없다는 것은 EUI64를 의미하므로 이전 버전에서 업그레이드할 때 속성이 변경되지 않습니다. 이 설정은 "ip6-privacy" 속성으로 구성된 개인 정보 보호 확장과 별개이며이 옵션으로 구성된 임시 주소에는 영향을 미치지 않습니다.
Translated by Changwoo Ryu
Located in ../clients/common/settings-docs.c.in:231
1051.
A string containing the DHCPv6 Unique Identifier (DUID) used by the dhcp client to identify itself to DHCPv6 servers (RFC 3315). The DUID is carried in the Client Identifier option. If the property is a hex string ('aa:bb:cc') it is interpreted as a binary DUID and filled as an opaque value in the Client Identifier option. The special value "lease" will retrieve the DUID previously used from the lease file belonging to the connection. If no DUID is found and "dhclient" is the configured dhcp client, the DUID is searched in the system-wide dhclient lease file. If still no DUID is found, or another dhcp client is used, a global and permanent DUID-UUID (RFC 6355) will be generated based on the machine-id. The special values "llt" and "ll" will generate a DUID of type LLT or LL (see RFC 3315) based on the current MAC address of the device. In order to try providing a stable DUID-LLT, the time field will contain a constant timestamp that is used globally (for all profiles) and persisted to disk. The special values "stable-llt", "stable-ll" and "stable-uuid" will generate a DUID of the corresponding type, derived from the connection's stable-id and a per-host unique key. You may want to include the "${DEVICE}" or "${MAC}" specifier in the stable-id, in case this profile gets activated on multiple devices. So, the link-layer address of "stable-ll" and "stable-llt" will be a generated address derived from the stable id. The DUID-LLT time value in the "stable-llt" option will be picked among a static timespan of three years (the upper bound of the interval is the same constant timestamp used in "llt"). When the property is unset, the global value provided for "ipv6.dhcp-duid" is used. If no global value is provided, the default "lease" value is assumed.
DHCP 클라이언트가 DHCPv6 서버를 (RFC 3315) 식별하는데 사용하는 DHCPv6 고유 식별자가 (DUID, DHCPv6 Unique Identifier) 포함된 문자열입니다. DUID는 클라이언트 식별자 옵션에서 전달됩니다. 속성이 16진수 문자열이면 ('aa:bb:cc') 이진 DUID로 해석되고 클라이언트 식별자 옵션에서 불투명한 값으로 채워집니다. 특수 값 "lease"는 연결에 속한 임대 파일에서 이전에 사용된 DUID를 검색합니다. DUID가 없고 설정된 DHCP 클라이언트가 "dhclient"인 경우, 시스템 전체 dhclient 임대 파일에서 DUID가 검색됩니다. DUID가 없거나 다른 DHCP 클라이언트가 사용되면 컴퓨터 ID를 기반으로 전체 및 영구 DUID-UUID(RFC 6355)가 생성됩니다. 특수 값 "llt" 및 "ll"은 장치의 현재 MAC 주소를 기반으로 유형 LLT 또는 LL의 (RFC 3315 참조) DUID를 생성합니다. 안정적인 DUID-LLT를 제공하기 위해 시간 필드에는 전체 설정으로 (모든 프로파일에 대해) 사용되고 디스크에 지속되는 일정한 타임스탬프가 포함됩니다. 특수한 값 "stable-llt", "stable-ll" 및 "stable-uuid"는 연결의 stable-id 및 호스트별 고유 키에서 파생된 해당 유형의 DUID를 생성합니다. "${DEVICE}" 또는 "${MAC}"을 stable-id에 포함하면 이 프로파일을 여러 장치에서 활성화할 수 있습니다. 따라서 "stable-ll" 및 "stable-llt"의 링크 계층 주소는 stable id에서 파생된 생성된 주소가 됩니다. "stable-llt" 옵션의 DUID-LLT 시간 값은 3년의 정적 시간 간격 중에서 선택됩니다 (간격의 상한은 "llt"에서 사용된 것과 동일한 상수 타임스탬프입니다). 속성이 설정되지 않은 경우 "ipv6.dhcp-duid"에 제공된 전체 값이 사용됩니다. 전체 값이 제공되지 않으면 기본 "lease" 값으로 간주됩니다.
Translated by Changwoo Ryu
Located in src/libnmc-setting/settings-docs.h.in:194
10421051 of 2130 results

This translation is managed by Ubuntu Korean Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Bundo, CI Train Bot Account, Changwoo Ryu, Copied by Zanata, DasomOLI, Eunju Kim, Exsecrabilus, Hyunsok Oh, Kim Boram, Mathieu Trudel-Lapierre, Min-Soo Kim, Namhyung Kim, Para, Seonghun Lim, Sunil, Yongmin Hong, Young-Ho Cha, minwook shin, sungyup.