FortiGate/System
IPv6에서 Secondary IP 설정하는 방법
에티버스이비티
2021. 4. 5. 08:52
IPv6에서 인터페이스에 Secondary IP 설정은 CLI 에서만 가능하다.
먼저, secondary-IP를 enable 하고, config ip6-extra-addr 명령어로 secondary IP를 설정한다.
# config system interface
edit <interface>
set secondary-IP enable
# config ipv6
# config ip6-extra-addr
edit <IP/Prefix>
end
end
end
DHCP mode 에서는 Secondary IP 설정이 불가능하다.