Skip to content

network configuration issue #4

@rajnathsah

Description

@rajnathsah

I tried network configuration for newly created centos vm, but machine is not accessible outside using ip. On debugging i found, though gateway is getting updated in configuration of centos but when i opened graphical interface, i found gateway is blank.

Below is part of yml file which i am using

- name: Configure VMs IP
  win_hyperv_guest_config_net:
    name: test.example.com
    ip: "172.23.77.146" 
    netmask: "255.255.248.0"
    gateway: "172.23.72.1"
    dns: "172.23.78.176,172.23.78.177"
    type: static 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions