0% found this document useful (0 votes)
33 views16 pages

85-One Armed Lab

Uploaded by

Ismail Kurnaz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views16 pages

85-One Armed Lab

Uploaded by

Ismail Kurnaz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 16

One-Armed Deployment Lab:

ISP Router Configuration


Router(config)#hostname ISP
ISP(config)#interface f0/0
ISP(config-if)#ip add 192.168.1.254 255.255.255.0
ISP(config-if)#no shutdown
ISP(config-if)#exit
ISP(config)#interface f0/1
ISP(config-if)#ip add 1.1.1.254 255.255.255.0
ISP(config-if)#no shutdown
ISP(config-if)#exit
ISP(config)#no cdp run
ISP# write memory

PC Configuration
IP address: 1.1.1.1
Subnet Mask: 255.255.255.0
Gateway: 1.1.1.254
DNS: 8.8.8.8

1 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@gmail.com , WhatsApp: 00966564303717


Local Servers Configuration
Internal Server-1 IP Address 192.168.1.1
Internal Server-2 IP Address 192.168.1.2
Internal Server-3 IP Address 192.168.1.3
Gateway is ISP Router 192.168.1.254
DNS 8.8.8.8
Docker Eve-gui-server

2 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@gmail.com , WhatsApp: 00966564303717


Navigate to Server-1 Docker desktop click on WWW folder inside open html folder right click on
index.html file open with Pluma copy past below html click Save.
<html>
<head>
<title>This is Server 1</title>
</head>
<body>
<h1 style="color:red;">THIS IS SERVER 1</h1>
</body>
</html>

Navigate to Server-2 Docker desktop click on WWW folder inside open html folder right click on
index.html file open with Pluma copy past below html click Save.
<html>
<head>
<title>This is Server 2</title>
</head>
<body>
<h1 style="color:blue;">THIS IS SERVER 2</h1>
</body>
</html>

Navigate to Server-3 Docker desktop click on WWW folder inside open html folder right click on
index.html file open with Pluma copy past below html click Save.
<html>
<head>
<title>This is Server 3</title>
</head>
<body>
<h1 style="color:green;">THIS IS SERVER 3</h1>
</body>
</html>

3 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@gmail.com , WhatsApp: 00966564303717


Management Access Configuration:
Log in to the CLI using the default user account. Use root as username and default as password.
It will ask to change the password type old password default type new password Abc@Admin1

Issue the config command.

Once you get the prompt as shown below, click OK.

4 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@gmail.com , WhatsApp: 00966564303717


The next prompt will ask you if you want to use the automatic configuration, choose No.

Enter desired IP address for the management interface and click OK.

Enter desired subnet mask for the management interface and click OK.

5 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@gmail.com , WhatsApp: 00966564303717


To access the BIG-IP from any network, configure a default gateway, click Yes. You will be
prompted to enter the IP address of the default gateway and click OK

Confirm the management IP address changes by clicking Yes.

6 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@gmail.com , WhatsApp: 00966564303717


With a browser on your PC, navigate to the IP address of the management interface in HTTPS
(HTTP wont’ work). Ignore the certificate warning, and the F5 LTM login page will appear. Type
username admin/Abc@admin1 the password which is set earlier through configuration.

It will prompt you to change the password type current password in our case Abc@admin1
while New password type the same Abc@admin1 and confirm Abc@admin1

Now login with new password Username Admin Password: Abc@admin1

7 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@gmail.com , WhatsApp: 00966564303717


Internal VLAN Configuration:
On the Main tab, click Network > VLANs. The VLAN List screen opens. Click Create. The New
VLAN screen opens. In the Name field, type a unique Name for the VLAN. In the Tag field, type a
numeric tag, between 1-4094, for the VLAN, or leave the field blank if you want the BIG-IP
system to automatically assign a VLAN tag. The VLAN tag identifies the traffic from hosts in the
associated VLAN. From the Interface list, select an interface number. From the Tagging list,
select Tagged or Untagged. Select Tagged when you want traffic for that interface to be tagged
with a VLAN ID. If you specified a numeric value for the Customer Tag setting and from the
Tagging list you selected Tagged, then from the Tag Mode list, select a value. Click Add. Click
Finished.

8 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@gmail.com , WhatsApp: 00966564303717


Creating Static Self IP Addresses:
On the Main tab, click Network > Self IPs. Click Create. The New Self IP screen opens. In the
Name field, type a unique name for the self IP address. In the IP Address field, type an IP. This IP
address should represent the address space of the VLAN that you specify with the VLAN setting.
In the Netmask field, type the full network mask for the specified IP address. From the VLAN
list, select the VLAN to associate with this self IP address. From the Port Lockdown list, select
Allow Default. From the Traffic Group list, retain the default value or select a traffic group. Click
Finished. The screen refreshes and displays the new self IP address.

9 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@gmail.com , WhatsApp: 00966564303717


Creating Node:
Create 1st Node Server-1:
From the F5 home page, click Local Traffic > Nodes > Node List. Click Create. In the New Node
page, enter the following information: In the Name field, enter a name for the node. In the
Address field, enter the IP address of the node. Optionally, in the Description field, enter a brief
description for the node. In the Configuration area, keep the default configurations. Click
Finished. The new node is created.

Create 2nd Node Server-2 and 3rd Node Server-3:


From the F5 home page, click Local Traffic > Nodes > Node List. Click Create. In the New Node
page, enter the following information: In the Name field, enter a name for the node. In the
Address field, enter the IP address of the node. Optionally, in the Description field, enter a brief
description for the node. In the Configuration area, keep the default configurations. Click
Finished. The new node is created.

10 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@gmail.com , WhatsApp: 00966564303717


11 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@gmail.com , WhatsApp: 00966564303717
Creating Pool:
From the F5 home page, click Local Traffic > Pools > Pool list. From the Pool List page, click
Create. Enter the following information in the New Pool page. From the Configuration drop-
down list, select Basic. In the Name field, enter a name for the pool. Optionally, in the
Description field, enter a brief description for your pool. For Health Monitors, select the
appropriate health monitor from the Available list, and move it to the Active list. You need
health monitors to ping the defined URLs at a defined interval and check whether the node is
alive. In the Resources area, select the appropriate load balancing method from the Load
Balancing Method drop-down list default Round Robin. Click the Members Tab. Click Add. Click
Node List. From the Address drop-down list, click to select the node that you want to add to the
pool. Enter the service port number. Keep the default configurations. Click Finished.

12 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@gmail.com , WhatsApp: 00966564303717


Create Virtual Server:
From the F5 home page, click Local Traffic > Virtual Servers > Virtual Server List. Click Create.
Click the Properties tab. In the General Properties area, enter the information: In the Name
field, enter a name for the virtual server. In the Destination field, enter the appropriate IP
address that has been allocated for your virtual server. Enter the service port number.

Click the Resources tab, from the Default Pool drop-down list select the pool you have created.
Click Finished.

13 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@gmail.com , WhatsApp: 00966564303717


Create Default Route:
Navigate to Main>Network > Routes click add.

Enter name, Description, Destination, Netmask and Router Gateway IP.

Finally, Default route is ready which will send all the traffic to our ISP Router 192.168.1.254

14 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@gmail.com , WhatsApp: 00966564303717


Verification and Testing:
Open a new browser session on the external client PC and enter the address of the virtual
server at http://192.168.1.100

15 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@gmail.com , WhatsApp: 00966564303717


From the F5 home page, click Statistics > Dashboard> > Module Statistics > Local Traffic. In
Statistics Type in dropdown select Pools to see the traffic in and out.

From the F5 home page, click Statistics > Dashboard> > Module Statistics > Local Traffic. In
Statistics Type in dropdown select Nodes to see the traffic in and out.

16 | P a g e Created by Ahmad Ali E-Mail: ahmadalimsc@gmail.com , WhatsApp: 00966564303717

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy