Questions tagged [private-ip]
6 questions
0
votes
1 answer
How can I reference Firewall Private IP address in Terraform while creating Route in Azure
I am trying to create Route for Azure through Terraform and and wants to next Firewall's private IP address as next hop address. But none of the coding is working.
resource "azurerm_firewall" "Fireall-variable" {
name =…

Azure Wizzard
- 19
- 3
0
votes
0 answers
Using cloud composer to connect different VPC based source
I have a source(BQ) in different VPC and I am able to connect through BQ client lib api using python running on one of my VM instance hosted under my VPC. I am trying to schedule my python code using cloud Composer airflow. But If I am running…

Vikas P
- 13
- 3
0
votes
1 answer
Hostname for private endpoints on Autonomous Database?
When we enable private endpoint for Autonomous Database, we use the assigned IP address to connect to the ADB.
Where we can find the hostname to be used internally to resolve the ADB private endpoint to use the name instead of the IP?

Nilay Panchal
- 541
- 6
- 17
0
votes
2 answers
Unable to ping my remote machine using Ansible
I have a remote machine to which I want the connection to be set.
This is my hosts file:
[remote]
192.168.51.2
where 192.168.51.2 is the private ip of the remote machine.
When I try pinging it using ansible remote -m ping, I get the following…

prudhvi
- 1,141
- 6
- 23
- 46
-2
votes
1 answer
How do I make DHCP ip address scopes in AWS?
I have a AWS VPC where the DHCP optionset gives me random addresses in the scope of the CIDR 10.128.1.0/24.
But I want to have the DHCP scope limited, so that I can use static private ip addresses for some of the servers and dynamic for another set…

Jakob Ojvind Nielsen
- 744
- 1
- 5
- 10
-2
votes
2 answers
How to perfrom subnetting for class B private IP address?
Suppose you are assigned to design a LAN for an office having 8 departments. Each department will have 28 computers located in different rooms. Perform subnetting assuming class B private IP address.

k ho
- 27
- 6