Networks: Difference between revisions

From Unix Lab
Content added Content deleted
No edit summary
Line 1: Line 1:
=Network Topology=
=Network Topology=
[[File:unix-lab-network1.png|860px|center|Global Network Topology]]
[[File:unix-lab-network1.png|720px|center|Global Network Topology]]
=Maps=
=Maps=
GLOBAL1 AS001 R1 VLAN 100,101,103,104,105,201
GLOBAL1 AS001 R1 VLAN 100,101,103,104,105,201
Line 20: Line 20:
ORG2 R1 VLAN 100,115,1201
ORG2 R1 VLAN 100,115,1201


=Networks=
=Address=
10.0.2.0/24 back MGMT (each host has individual interface in this VLAN)
10.0.2.0/24 back MGMT (each host has individual interface in this VLAN)
192.0.2.0/24 public IPv4 (special scope for doc)
192.0.2.0/24 public IPv4 (special scope for doc)
Line 51: Line 51:
VLAN804 192.0.2.176/29
VLAN804 192.0.2.176/29
VLAN904 192.0.2.184/29
VLAN904 192.0.2.184/29
=Address=



=Libvirt netrowks=
=Libvirt netrowks=

Revision as of 18:33, 29 July 2023

Network Topology

Global Network Topology
Global Network Topology

Maps

GLOBAL1 AS001  R1 VLAN 100,101,103,104,105,201
CDN1    AS002  R1 VLAN 100,102,103,106,107,301,302
               R2 VLAN 100,301,303
ISP1    AS003  R1 VLAN 100,104,109,401,402
               R2 VLAN 100,106,110,402,403
               R3 VLAN 100,108,401,403,404
ISP2    AS004  R1 VLAN 100,105,111,501,502
               R2 VLAN 100,107,112,502,503
               R3 VLAN 100,108,501,503,504
ISP3    AS005  R1 VLAN 100,109,114,601,603
               R2 VLAN 100,111,602,603
               R3 VLAN 100,113,601,602,604
ISP4    AS006  R1 VLAN 100,110,701,703
               R2 VLAN 100,112,115,702.703
               R3 VLAN 100,113,701,702,704
ORG1           R1 VLAN 100,114,1101
ORG2           R1 VLAN 100,115,1201

Networks

10.0.2.0/24  back MGMT (each host has individual interface in this VLAN)
192.0.2.0/24 public IPv4 (special scope for doc)

VLAN

VLAN20 172.16.3.0/24 DMZ
VLAN21 10.28.13.0/24 LAB (WAN{1,2,3})
VLAN100 10.0.2.0/24
VLAN101 192.0.2.0/30 # first 64
VLAN102 192.0.2.4/30
VLAN103 192.0.2.8/30
VLAN104 192.0.2.12/30
VLAN105 192.0.2.16/30
VLAN106 192.0.2.20/30
VLAN107 192.0.2.24/30
VLAN108 192.0.2.28/30
VLAN109 192.0.2.32/30
VLAN110 192.0.2.36/30
VLAN111 192.0.2.40/30
VLAN112 192.0.2.44/30
VLAN113 192.0.2.48/30
...alignment
VLAN201 192.0.2.128/29 # third 64
VLAN302 192.0.2.136/29
VLAN404 192.0.2.144/29
VLAN504 192.0.2.152/29
VLAN604 192.0.2.160/29
VLAN704 192.0.2.168/29
VLAN804 192.0.2.176/29
VLAN904 192.0.2.184/29

Address

Libvirt netrowks

swglobal.xml

virsh net-define swglobal.xml
virsh net-start swglobal
virsh net-autostart swglobal
virsh net-list --all