VMware Networking Community
jobl
Enthusiast
Enthusiast
Jump to solution

NSX 6.2 Controller dns and ntp

Hi

How do i set ntp/dns on NSX 6.2 controllers? I have added dns to the ip pool but show

show network dns-servers gives me nothing.

Br

Johan

VCI, VCAP-DCA,VCAP-DCD,VCP-NV and so on 🙂 www.rtsab.com
1 Solution

Accepted Solutions
larsonm
VMware Employee
VMware Employee
Jump to solution

DNS servers would need to be added to the ip pool before the Controllers are deployed in order for them to be configured on the Controller.

Assuming 192.168.2.22 is a dns server and 192.168.2.23 is an ntp server, the commands are as follows:

add network dns-server 192.168.2.22

add network ntp-server 192.168.2.23

View solution in original post

3 Replies
larsonm
VMware Employee
VMware Employee
Jump to solution

DNS servers would need to be added to the ip pool before the Controllers are deployed in order for them to be configured on the Controller.

Assuming 192.168.2.22 is a dns server and 192.168.2.23 is an ntp server, the commands are as follows:

add network dns-server 192.168.2.22

add network ntp-server 192.168.2.23

jobl
Enthusiast
Enthusiast
Jump to solution

Thanks! I got confused with this as the add command with "file complete" when pressing tab... I knew I used the command before though

VCI, VCAP-DCA,VCAP-DCD,VCP-NV and so on 🙂 www.rtsab.com
0 Kudos
jobl
Enthusiast
Enthusiast
Jump to solution

Btw  I added the dns servers to the ippool but they do not get configured with just this.. I needed to run the command to..

VCI, VCAP-DCA,VCAP-DCD,VCP-NV and so on 🙂 www.rtsab.com
0 Kudos