-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Description:
- Create ipam: ipam
- Create 2 networks: network1 (192.168.95.), network2 (192.168.96.)
- Create Logical Router: logical_router
- Create security group (egress IPv4 network 0.0.0.0/0 protocol any ports any ingress IPv4 network 0.0.0.0/0 protocol tcp ports any): security_group
- Created 5 ports: 192.168.95.10, 192.168.95.20, 192.168.96.30, 192.168.96.40, 192.168.95.50
- Apply security group to the port 192.168.95.10
- Create virtual machine for each port
vm1: subnet-192.168.95.10 hypervisor- az-agent-1,
vm2: subnet-192.168.95.20 hypervisor- az-agent-1,
vm3: subnet-192.168.96.30 hypervisor- az-agent-1,
vm4: subnet-192.168.96.40 hypervisor- az-agent-2,
vm5: subnet-192.168.95.50 hypervisor- az-agent-2.
Send ping and udp from other vm's to vm1
ping 192.168.95.10
echo "Hello UDP" | nc -u 192.168.95.10 22
From vm2, vm4, vm5 traffic was blocked (expected behavior)
But from vm3 traffic was passed (incorrect)

Metadata
Metadata
Assignees
Labels
No labels