Skip to main content

2026년 9월 4일

Configure a Virtual Machine with Multiple NICs for Horizon Agent

When you install Horizon Agent on a virtual machine that has more than one NIC, you must configure the subnet that Horizon Agent uses. The subnet determines which network address Horizon Agent provides to the Connection Server instance for client protocol connections.

Procedure for Windows Machines

On the virtual machine on which Horizon Agent is installed, open a command prompt, type regedit.exe and create a registry entry to configure the subnet.

For example, in an IPv4 network:

HKLM\Software\Omnissa\Horizon\IpPrefix = n.n.n.n/m (REG_SZ)

In this example, n.n.n.n is the TCP/IP subnet and m is the number of bits in the subnet mask.

Procedure for Linux Machines

On the virtual machine where Horizon Agent is installed, edit the viewagent-custom.conf file to specify the subnet.

  • In an IPv4 environment, configure the value for Subnet using CIDR notation, for example:

    Subnet=192.168.1.0/24
    
  • In an IPv6 environment, configure the value for Subnet6 using prefix/length notation, for example:

    Subnet6=2001:db8:abcd:0012::0/64
    

이 페이지가 도움이 되었나요?

이 항목에 대한 피드백 보내기

이 항목이 도움이 되었나요?

개인정보나 기밀정보는 입력하지 마세요.

링크를 생성하는 중…