Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
kr:docs:user-guide:network_interface_alias [2017/03/27 16:19] rocksanko:docs:guide-user:network_interface_alias [2021/09/09 20:04] (current) – ==> 21.02 migration / use the previous page version for 19.07 <== vgaetera
Line 1: Line 1:
 ==== Aliases ==== ==== Aliases ====
- 
 //Alias// 세션을 사용하여 인터페이스에 대한 추가 IPv4 및 IPv6 주소를 정의 할 수 있습니다, //Alias// 세션을 사용하여 인터페이스에 대한 추가 IPv4 및 IPv6 주소를 정의 할 수 있습니다,
 또한 기본 인터페이스의 DHCP와 aliase의 고정 IPv6 주소 (예 : 일반적인 인터넷 연결을 유지하면서 wan에 IPv6을 배포)와 같은 조합을 허용합니다. 또한 기본 인터페이스의 DHCP와 aliase의 고정 IPv6 주소 (예 : 일반적인 인터넷 연결을 유지하면서 wan에 IPv6을 배포)와 같은 조합을 허용합니다.
Line 7: Line 6:
 IP마다 '인터페이스'세션을 만들지 만 aliase 인터페이스는 브리지 유형이 아니어야합니다.  IP마다 '인터페이스'세션을 만들지 만 aliase 인터페이스는 브리지 유형이 아니어야합니다. 
  
-  * 브리지되지 않은 인터페이스 (물리적 인터페이스 인 physdev)의 경우''ifname'' 은 <interface-of-network-for-same-phydev> +  * 브리지되지 않은 인터페이스 (물리적 인터페이스 인 physdev)의 경우''device'' 은 <interface-of-network-for-same-phydev> 
-  * For cases where the interface is bridged the ''ifname'' is br-''base-interface'', where ''base-interface'' is the name of the primary IP's config section (e.g. for a the default lan interface config, the first alias would use ifname br-lan).+  * For cases where the interface is bridged the ''device'' is br-''base-interface'', where ''base-interface'' is the name of the primary IP's config section (e.g. for a the default lan interface config, the first alias would use device br-lan).
  
 브리지 인터페이스의 최소 aliase 정의는 다음과 같습니다 (VLAN이없는 시나리오의 경우).  브리지 인터페이스의 최소 aliase 정의는 다음과 같습니다 (VLAN이없는 시나리오의 경우). 
 <code>config interface lan <code>config interface lan
-        option 'ifname' 'eth0'+        option 'device' 'eth0'
         option 'type' 'bridge'         option 'type' 'bridge'
         option 'proto' 'static'         option 'proto' 'static'
Line 19: Line 18:
  
 <code>config interface lan2 <code>config interface lan2
-       option 'ifname' 'br-lan'+       option 'device' 'br-lan'
        option 'proto' 'static'        option 'proto' 'static'
        option 'ipaddr' '10.0.0.1'        option 'ipaddr' '10.0.0.1'
Line 27: Line 26:
  
 <code>config interface lan <code>config interface lan
-        option 'ifname' 'eth0'+        option 'device' 'eth0'
         option 'proto' 'static'         option 'proto' 'static'
         option 'ipaddr' '192.168.1.1'         option 'ipaddr' '192.168.1.1'
Line 33: Line 32:
  
 <code>config interface lan2 <code>config interface lan2
-       option 'ifname' 'eth0'+       option 'device' 'eth0'
        option 'proto' 'static'        option 'proto' 'static'
        option 'ipaddr' '10.0.0.1'        option 'ipaddr' '10.0.0.1'
  • Last modified: 2021/09/09 20:04
  • by vgaetera