Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to assign any public IPv4 to windows server instance in the same subnet #76

Open
aayushrangwala opened this issue Jun 6, 2024 · 1 comment

Comments

@aayushrangwala
Copy link
Contributor

As part of support for this tasks #67

  1. Created a c3 small x86 windows server instance on metal console along with cluster setup using TF module
  2. Followed this workshop https://deploy.equinix.com/developers/guides/windows-server-setup/ to setup windows server.
  3. WHile configuring network modes, based on these steps https://deploy.equinix.com/developers/guides/windows-server-setup/#configuring-networking-modes, When trying to assign a public IPv4 to windows server in the same subnet as of bastion host, IP is not connect to the intranet via VLan and as a test, ping to bastion IP fails
  4. By default the bastion server (linux) comes with /31 cidr and allowing only 2 public IPs to be used and both are used by bastion - 1 default gateway and another as the server
  5. Overridden the resource equinix_metal_device{} with ip_addresses {cidr: 30} as suggested here https://registry.terraform.io/providers/equinix/equinix/latest/docs/resources/equinix_metal_device#ip-address but new error is private IP needs to be provided in ip_addresses

Blocked on setting up windows server as AD

@displague
Copy link
Member

private IP needs to be provided in ip_addresses

You can supply multiple ip_addresses {}. When specifying public_ipv4, you must also specify private_ipv4 which is required for Layer3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants