Questions tagged [virtual-network]
103 questions
7
votes
3 answers
Setting up DNS within an Azure Virtual Network
I have a few Cloud Services, and a VM running Redis in Azure. From what I understand I need to create a Virtual Network so the cloud services can communicate to Redis on the VM. That was easy. Now what I would like to do is set up DNS so I don't…
user12597
6
votes
1 answer
How can I increase the throughput/bandwith of my virtual network?
I have some virtual machines servers with some micro-services and do some load tests with JMeter. All the servers including the JMeter machine are sharing the same virtual network. The virtual network has no adapters:
The problem is that it seems…

Eduard Florinescu
- 851
- 5
- 24
- 39
5
votes
1 answer
Detect if a network card is a virtual network card (docker/veth/etc) in Linux / bsd
I see some good explanation for fetching information about network cards and their statistics in ubuntu on this page. This gave a nice output as mentioned on the page. I tried reading other documentations too but could not find a flag or something…

Gagan93
- 153
- 1
- 9
4
votes
2 answers
VNET peering with on-premise gateway transit not working properly
We have a VNET (let's call it VN_MAIN) that is configured to have a S2S VPN connection to our on-premise network. The VMs deployed within subnets of VN_MAIN are reachable from on-premise.
What I'm trying to do is to create another VNET (VN_OTHER)…

valorl
- 150
- 4
4
votes
2 answers
Use Azure Public IP With On Prem VM
We have an on prem RRAS server that connects to an Azure Virtual Network that allows us to have an On Prem/Azure hybrid. My query is, if i was to provision a public IP address in azure, what would be the best way to route it to one of our on prem…

MrBeanzy
- 171
- 9
3
votes
0 answers
Best practice for configureing vmware dv uplink port groups?
I'm creating a distributed virtual switch - each host has 2 physical NIC's each of which will map to an uplink port.
I want to create uplink port groups so i can set up NIC teaming, I wanted to know if there were any best practices as to whether I…

samcooper11
- 31
- 2
3
votes
1 answer
How does one add a cloud service to a virtual network in Azure
I have an existing Virtual Network (VN) set up in Azure. There is a VM on it. The VN is a basic network using the Azure DNS and was created with default settings (if memory serves).
I was able to configure a cloud service and add it to the VN via…

Jeff Kramer
- 41
- 4
3
votes
2 answers
How to configure routing between Azure virtual networks?
I'm designing an Azure environment which will contain multiple virtual networks, and a requirement is for all networks to be connected; a VM in any network should be able to talk to another VM in any other network.
I could connect those networks…

Massimo
- 70,200
- 57
- 200
- 323
3
votes
3 answers
Setting up a domain controller in an Azure Virtual Network, how should I configure the DNS Server List?
I've set up a simple Azure Virtual Network (VN) consisting of a single domain controller and a few clients. Now I need to know how to configure the VN's DNS Server List. Here are the two options I've tried:
Make the DC the only IP in the list of…

Mike
- 1,271
- 5
- 18
- 31
2
votes
1 answer
How to route all VM traffic through specific physical interface over a Linux bridge?
My objective is to have all KVM guest VMs send and receive traffic on em2 with addresses on the 192.168.2.0/24 subnet.
I have a host Linux machine (CentOS 7) with several NICs, 2 of which are in use in this scenario, em1 and em2.
The em1 interface…

OnNIX
- 121
- 1
- 3
2
votes
1 answer
Restrict traffic between peered VNETs in Azure
I'm working with Azure, and I have 2 VNETs, each in its own resource group
Peering
+
|
|
…

Cocowalla
- 623
- 1
- 5
- 17
2
votes
1 answer
NIC teaming on hyper-v host or within each VM?
I installed Windows Server 2016 Datacenter on a Dell T620, and then I installed the Hyper-V Role. Next, I created a NIC Team comprised of 2 physical 1Gbps network adapters. Team is called LANTeam. Settings are: Teaming Mode - Switch Independent,…

E C
- 99
- 3
- 9
2
votes
1 answer
Virtual routers to replace proxy server
Most of the questions related to mine are about virtual routers managing virtual machines. I would like to use a virtual router, either DD-WRT or OPNsense inside VMWare to manage my office's network in place of my current proxy server.
Currently…

ranfan06
- 23
- 4
2
votes
0 answers
Map an IP from virtual network interface to physical network
A Linux VPN Router has the IP 192.168.1.1/24 (eth0), in the same network there are other network devices with fixed IPs Machine A 192.168.1.20 and Machine B 192.168.1.21. To access this devices over VPN, I connect to the VPN Server and enter the VPN…

Ñhosko
- 123
- 5
2
votes
2 answers
How can I make an Azure Web Role accessible only via Virtual Network
I have a web role that I have configured via the NetworkConfiguration section of the .cscfg to be part of a Virtual Network. I only want the web role to be accessed from other computers within the Virtual Network, not from the public…

BG100
- 169
- 1
- 14