Hello,
I need help with some routing. I have 3 LANs in Australia (CBR, SYD, and MELB) and 2 international LANs (NY, and LDN). Each network has 3 VLANs, one for Native, one for Admin, and one for Receptionist (data). CBR, NY, and LDN should each have DMZs and any LAN should be able to ping the servers within the DMZs. However, the LANs are not supposed to ping each other. I will configure that with the ASA firewall with access control lists. I need the LANs to at least ping the DMZs. The networks are also connected with nodes in between, which is done for practical purposes. Also, OSPF routing is the main IP routing in this project.
Any help is appreciated.
PKT (this is the correct one): https://drive.google.com/file/d/1gXsHfxHyZUHi2F2mN1YNMX1AoprnZ6ey/view?usp=sharing
Here is the VLSM table.
Subnet Description | Public Network Address | Number of Host created | Subnet Mask | 1st Public Usable Host Address | last Public Usable Host Address | Broadcast |
Headquarters (CBR) | 128.0.0.0 | 1022 | 255.255.252.0 | 128.0.0.1 | 128.0.3.254 | 128.0.3.255 |
Branch Office (SYD) | 128.0.4.0 | 510 | 255.255.254.0 | 128.0.4.1 | 128.0.5.254 | 128.0.5.255 |
Branch Office (MEL) | 128.0.6.0 | 510 | 255.255.254.0 | 128.0.6.1 | 128.0.7.254 | 128.0.7.255 |
Branch Office (LDN) | 128.0.8.0 | 510 | 255.255.254.0 | 128.0.8.1 | 128.0.9.254 | 128.0.9.255 |
Branch Office (NY) | 128.0.10.0 | 510 | 255.255.254.0 | 128.0.10.1 | 128.0.11.254 | 128.0.11.255 |
Admin (CBR) | 128.0.12.0 | 126 | 255.255.255.128 | 128.0.12.1 | 128.0.12.126 | 128.0.12.127 |
Admin (SYD) | 128.0.12.128 | 126 | 255.255.255.128 | 128.0.12.129 | 128.0.12.254 | 128.0.12.255 |
Admin (MELB) | 128.0.13.0 | 126 | 255.255.255.128 | 128.0.13.1 | 128.0.13.126 | 128.0.13.127 |
Admin (LDN) | 128.0.13.128 | 126 | 255.255.255.128 | 128.0.13.129 | 128.0.13.254 | 128.0.13.255 |
Admin (NY) | 128.0.14.0 | 126 | 255.255.255.128 | 128.0.14.1 | 128.0.14.126 | 128.0.14.127 |
Reception (AU) | 128.0.14.128 | 62 | 255.255.255.192 | 128.0.14.129 | 128.0.14.190 | 128.0.14.191 |
Reception (SYD) | 128.0.14.192 | 62 | 255.255.255.192 | 128.0.14.193 | 128.0.14.254 | 128.0.14.255 |
Reception (MELB) | 128.0.15.0 | 62 | 255.255.255.192 | 128.0.15.1 | 128.0.15.62 | 128.0.15.63 |
Reception (LDN) | 128.0.15.64 | 62 | 255.255.255.192 | 128.0.15.65 | 128.0.15.126 | 128.0.15.127 |
Reception (NY) | 128.0.15.128 | 62 | 255.255.255.192 | 128.0.15.129 | 128.0.15.190 | 128.0.15.191 |
DMZ (AU) | 128.0.15.192 | 62 | 255.255.255.192 | 128.0.15.193 | 128.0.15.254 | 128.0.15.255 |
DMZ (LDN) | 128.0.16.0 | 62 | 255.255.255.192 | 128.0.16.1 | 128.0.16.62 | 128.0.16.63 |
DMZ (NY) | 128.0.16.64 | 62 | 255.255.255.192 | 128.0.16.65 | 128.0.16.126 | 128.0.16.127 |
ASA/Firewall | 128.0.16.128 | 62 | 255.255.255.192 | 128.0.16.129 | 128.0.16.190 | 128.0.16.191 |