3. Prerequisites to setup F5 lab || How to install Webserver on windows 10 machine || F5 Big-IP LTM

Noor Networks
12 Dec 202214:51

Summary

TLDRThis YouTube tutorial from Noor Networks guides viewers on preparing a lab environment with a Big IP LTM appliance, three web servers, and a client machine. It emphasizes setting up a management machine for Big IP configuration and walks through configuring a web server with a static IP, installing IIS services, and creating a basic HTML page to test server functionality. The tutorial also previews upcoming steps like adding VMware Networking and deploying an F5 load balancer.

Takeaways

  • 🌐 The tutorial is focused on preparing a lab environment using a Big IP LTM appliance with web servers and a client machine.
  • 💻 A management machine is necessary for configuring and managing the Big IP appliance.
  • 🔧 The lab setup includes three web servers on the internal side and one client machine on the external side.
  • 📍 The tutorial demonstrates how to prepare one web server, with instructions for the other two to be done similarly.
  • 🖥️ The web server is a Windows 10 machine with 2GB of memory, a 40GB hard disk, and a single processor.
  • 🛠️ Network adapters will be configured according to the network design during the lab setup.
  • 🌐 The IP address for the web server is set to 10.1.1.10 with a subnet mask of 255.255.255.0 and a default gateway of 10.1.1.100.
  • 🔄 The tutorial covers enabling IIs services and configuring the web server using HTML pages.
  • 📄 A simple HTML page is created and saved as 'web server.html' to be used for testing the web server.
  • 📁 The HTML file is placed in the 'web server' folder within the 'inetpub/wwwroot' directory.
  • 🔄 The IIs service is used to create a new website, assigning the correct IP address and port, and setting the default document.

Q & A

  • What is the main focus of this YouTube tutorial?

    -The main focus of this YouTube tutorial is to prepare the prerequisites for a lab involving a Big IP LTM Appliance, including setting up a web server and configuring network settings.

  • What is the role of the management machine in this lab?

    -The management machine is used for the configuration and management of the Big IP Appliance. It is the machine through which the Big IP will be administered.

  • How many web servers are required for the lab?

    -Three web servers are required for the lab.

  • What is the IP address of the web server one?

    -The IP address for web server one is 10.1.1.10.

  • What is the default gateway for the web server one?

    -The default gateway for web server one is 10.1.1.100.

  • What network adapter settings will be changed later in the lab?

    -The network adapter settings will be changed according to the network design when the networking lab is being prepared.

  • What is the purpose of creating an HTML page for the web server?

    -The purpose of creating an HTML page is to have a test page that can be used to verify the successful setup of the web server and to provide a real feel of the lab environment.

  • What is the content of the HTML page created in the tutorial?

    -The HTML page contains a title 'Web Server One', centered content that says 'Welcome to Web Application Server', and a line stating 'F5 Load Balancer Lab Practice'.

  • How is the HTML file deployed to the web server?

    -The HTML file is saved as 'web server.html' and placed in the 'web server' folder within the 'inetpub/wwwroot' directory on the C drive.

  • How can you verify if the web server is working correctly?

    -You can verify if the web server is working correctly by browsing to the IP address of the web server and checking if the HTML page is displayed.

  • What is the next step after setting up the web servers?

    -The next step is to download the F5 load balancer image, deploy it in VMware, complete the necessary configuration and licensing, and then proceed to the advanced level of the lab.

Outlines

00:00

🌐 Setting Up the Lab Environment

The tutorial begins by introducing the lab environment, which includes a Big IP LTM Appliance, three web servers on the internal side, and one client machine on the external side. The presenter mentions a missing management machine, which is essential for configuring the Big IP Appliance. The focus is on preparing a web server as a prerequisite for the lab. The presenter guides through setting up a Windows 10 machine with specific hardware requirements and configuring its IP address, subnet mask, and default gateway. The network adapter settings will be adjusted later according to the network design. The tutorial also hints at future VMware Networking configurations and the addition of a VM Network for better understanding.

05:00

🖥️ Configuring the Web Server

The presenter proceeds to configure the web server by enabling the Internet Information Services (IIS) and the FTP server through the Windows features. The necessity of these services is explained as a future requirement for the lab. The tutorial then demonstrates how to create a simple HTML page using Notepad, which includes a title, body, and centered content. The HTML page is saved as 'web server.html' on the desktop. The content of the page is designed to be representative of a web application server, with specific mentions of 'F5 load balancer' and 'lab practice', indicating the lab's focus on load balancing.

10:03

📁 Deploying the Web Server

The final part of the tutorial involves deploying the web server. The presenter shows how to save the created HTML file in the appropriate directory within the server's file system. Then, using the IIS Manager, a new website is configured with the physical path pointing to the directory containing the HTML file. The site is set up to use HTTP on the web server's IP address and port 80. The HTML file is specified as the default document for the site. The presenter tests the website by browsing to it and confirms that it works as expected, displaying the content created in the HTML page. The tutorial concludes with a reminder to subscribe to the YouTube channel for further tutorials on downloading and deploying the F5 load balancer image, and completing necessary configurations and licensing.

Mindmap

Keywords

💡YouTube

YouTube is a video-sharing platform where users can upload, share, and view videos. In the context of the video, the speaker is hosting a tutorial on their YouTube channel, 'Noor Networks,' which is focused on technology and networking.

💡Lab Topology

Lab topology refers to the arrangement of devices and connections in a laboratory setup. In the video, the speaker discusses a lab topology that includes a big IP LTM appliance, web servers, and a client machine, which are all part of a network configuration for testing and learning purposes.

💡Big IP LTM Appliance

The Big IP LTM (Local Traffic Manager) Appliance is a network device that manages and optimizes network traffic. It is central to the lab setup described in the video and is used to demonstrate network management and load balancing.

💡Web Servers

Web servers are computers that store website data and deliver it to users' browsers when requested. In the video, the speaker is setting up three web servers to simulate a real-world scenario where multiple servers handle web traffic.

💡Management Machine

A management machine is a computer used to configure and manage other devices in a network. The speaker mentions that a management machine will be used to administer the Big IP appliance, emphasizing its importance in the lab setup.

💡VMware Networking

VMware Networking refers to the virtual network configurations within the VMware platform, which allows for the simulation of real-world network environments. The speaker plans to cover VMware Networking in detail in future tutorials to help viewers understand how to set up the lab.

💡IIS Services

IIS (Internet Information Services) is a web server software developed by Microsoft. In the video, the speaker enables IIS services on a Windows machine to create a web server, which is a key step in preparing the lab environment.

💡HTML Page

An HTML page is a document written in HTML (HyperText Markup Language) that defines the structure and content of a web page. The speaker creates a simple HTML page to test the functionality of the web server, demonstrating a basic web development task.

💡FTP Server

An FTP (File Transfer Protocol) server is a computer that allows users to transfer files over a network. The speaker mentions enabling an FTP server, indicating that file transfer will be a part of the lab's functionality.

💡DNS Server

A DNS (Domain Name System) server is responsible for translating domain names into IP addresses. Although the speaker states that a DNS server is not needed for the current setup, it is a crucial component of most network environments.

💡Load Balancer

A load balancer is a network device that distributes network traffic across multiple servers to ensure no single server becomes overwhelmed. The speaker refers to an F5 load balancer, which will be a key component in the lab for demonstrating traffic distribution.

Highlights

Introduction to the lab topology involving a big IP LTM Appliance, web servers, and a client machine.

Explanation of the need for a management machine for configuring the big IP Appliance.

Emphasis on preparing web servers as a major prerequisite for the lab.

Guidance on creating a Windows 10 machine with specific memory and hard disk requirements for the web server.

Instructions on configuring the IP address and default gateway for the web server.

Details on future changes to the network diagram for better understanding.

Demonstration of powering on the virtual machine and configuring its network settings.

Tutorial on enabling IIs services and FTP server for the web server.

Creation of a simple HTML page for testing the web server.

Explanation of how to save the HTML file and preview it in the File Explorer.

Steps to create a folder in the web server's directory and place the HTML file there.

Instructions on setting up the site in the IIs service manager.

Guidance on making the site the default page in the web server.

Testing the site to ensure it's working correctly.

Discussion on creating similar web servers (web server 2 and web server 3) with unique HTML pages.

Anticipation of the next tutorial involving downloading and deploying the F5 load balancer image.

Conclusion of the tutorial and encouragement for viewers to subscribe and share the channel.

Transcripts

play00:00

hello everyone welcome to my YouTube

play00:02

channel Noor Networks

play00:04

in this tutorial we are going to prepare

play00:07

the prerequisites which will be helpful

play00:10

to proceed with our lab this is our lab

play00:13

topology where we have a big IP LTM

play00:16

Appliance and on the internal side we

play00:19

have three web servers on the external

play00:22

site we have one client machine

play00:25

and apart from that one thing which I am

play00:28

missing over here is the management

play00:31

machine management machine will be

play00:33

basically a machine which we will be

play00:35

using for the configuration purpose of

play00:38

big IP you can do the administration and

play00:41

management of the big IP Appliance

play00:43

through that particular machine so that

play00:45

we will be adding

play00:46

and nothing to worry about when we will

play00:49

be doing a lab on networking at that

play00:52

time I will show you like how you will

play00:54

be preparing this particular lab to

play00:57

proceed further I will be explaining you

play00:59

in detail about a VMware Networking

play01:02

how the network adapters will be used

play01:04

for for the big IP each and everything

play01:07

will be in detail but for now what we

play01:09

are going to do is we will be

play01:12

preparing the web server the major

play01:15

prerequisite which I could see over here

play01:16

to proceed with the lab is we need a web

play01:18

server

play01:20

the three web server we require over

play01:21

here

play01:23

so over here in this tutorial I will be

play01:25

preparing one web server and the rest to

play01:27

you have to do as it is

play01:30

I will show you how to do it so let's

play01:33

proceed with the

play01:34

I mean I can say the prerequisite where

play01:38

we are going to prepare one web server

play01:40

for our

play01:42

lab and the rest to you can follow in

play01:45

the same way

play01:46

now we are going to open the VMware

play01:50

so guys over here

play01:52

you can see app server one is the one

play01:54

which I have created for now okay just

play01:57

forget this ad server web server and all

play01:59

because this we won't be using the web

play02:01

server when I have already created which

play02:03

is a Windows 10 machine

play02:05

with the memory of 2GB hard disk you can

play02:08

take 40 DB also that is enough processor

play02:11

one is enough

play02:12

network adapter and all we will change

play02:14

as per our Network design when we will

play02:16

proceed further

play02:18

and anyhow I will be making some more

play02:19

changes in the network diagram our lab

play02:22

topology for the better understanding I

play02:24

will be adding a VM Network also over

play02:26

there so that you can understand very

play02:27

clearly

play02:29

now let's power on this virtual machine

play02:44

okay

play02:50

guys if you can see the machine IP

play02:53

address for the web server one

play02:55

should be

play02:57

10.1.1.10 so we will be configuring this

play02:59

IP address with the default gateway

play03:03

10.1.1.100 it is not visible but the

play03:06

default gateway will be that this one

play03:07

the internal interface IP address

play03:10

apart from this VMware Networking we

play03:12

will do all of the together so that you

play03:14

will have a better understanding because

play03:16

in this laptopology I have not even

play03:18

added the VMware Networking but in the

play03:20

coming tutorial when actually we will be

play03:22

doing a lab these are the prerequisites

play03:24

when we will be doing a lab at that time

play03:25

I will add a VMware Networking as well

play03:28

for you

play03:30

so over here the very first we are going

play03:32

to change the

play03:34

IP address

play03:40

even you can use Windows 7 machine also

play03:43

if you have or Windows 10 is absolutely

play03:54

let's make it to 10.1.1.10

play03:58

subnet mask

play04:00

255.25.255.0 and the default gateway

play04:02

will be

play04:04

10.1.1.100 as per our Network design

play04:08

DNS server we don't need it now if you

play04:10

can keep it whatever if you have it's

play04:12

okay if you know then also Okay click on

play04:15

OK over here click ok to save the

play04:18

configuration you have changed the IP

play04:20

address of your machine now

play04:22

now we will proceed to the web server

play04:25

configuration

play04:27

the very first step what you have to do

play04:29

is you will go to control panel over

play04:31

here

play04:34

going to control panel

play04:37

go to programs and features

play04:41

turn windows features on or off over

play04:46

here we are going to turn on the IIs

play04:48

services

play04:50

if you will see this is a internet

play04:52

information service IIs

play04:54

this we are going to open and let's open

play04:57

the FTP server also in the coming time

play05:00

we will be doing a FTP uh pool also that

play05:04

is a different

play05:06

topic anyhow I will explain but for now

play05:08

this is the requirement because this is

play05:09

our future requirement along with IIs

play05:12

just open this FTP server also click on

play05:15

OK

play05:28

all right

play05:40

close this

play05:44

now your IIs services are

play05:47

enabled

play05:50

we will start to create one page over

play05:53

here see you get you can create a test

play05:56

page but you know what I'm going to do

play05:58

is we will write a small HTML page over

play06:01

here uh for that what you have to do

play06:05

click on right click new or you simply

play06:08

have to open the notepad basically guys

play06:12

let's open the notepad directly

play06:17

and you can simply write test and you

play06:20

can save it

play06:21

but instead of that let's uh write a

play06:25

small HTML code

play06:28

so

play06:30

for that very first you have to start

play06:32

open the HTML

play06:34

then we will add a small title

play06:42

open the title

play06:45

uh let's give the title name web server

play06:49

one

play06:52

over here just add a note that same

play06:55

whatever we are doing over here to

play06:56

create a web server similar thing we are

play06:59

going to do in web server 2 and web

play07:01

server 3. only the title will be web

play07:04

it's a web server one over here over

play07:06

there it will be web server 2 and web

play07:08

server 3 respectively

play07:11

so once you have created the title let's

play07:15

close this title now

play07:17

for closing you will be using this thing

play07:26

the slash means you're closing whatever

play07:28

you are opening you are using the slash

play07:30

to close it

play07:31

hit enter let's create a HTML body

play07:35

for doing so it's the same thing open

play07:38

the body

play07:40

now note down one thing you have you

play07:43

want the page to be in the center right

play07:46

So Right Center

play07:50

then over here right

play07:53

server

play07:56

one and

play07:58

just one thing guys remove this title as

play08:01

web server just skip web server because

play08:03

for identification purpose I am saying

play08:06

when we will be doing the lab at that

play08:07

time I will show you why we have uh done

play08:09

this purposely so it says server one

play08:14

and

play08:16

thereafter you have to go to the second

play08:19

line so you will break this line so the

play08:21

syntax is BR

play08:24

for breaking this line

play08:26

then add the subject not subject the

play08:29

content I can say page content let's

play08:32

give the page content as welcome to

play08:40

okay web application welcome to web

play08:44

application

play08:46

server

play08:49

and you have to

play08:52

again break the line

play08:54

and one more thing one more line we will

play08:57

add as

play08:58

F5

play09:01

load balancer

play09:05

lab practice

play09:08

guys I would have shown you straight

play09:09

away like just simply creating a page

play09:12

with hi everyone or test something but I

play09:13

want a small uh you know HTML page to be

play09:16

created so it will you will get a real

play09:18

feel in the lab

play09:21

now once we have created a title we have

play09:24

written a body in the center now is the

play09:26

time to close all the tag which we have

play09:28

open so if you see the center tab is

play09:31

open so we'll close the center tag now

play09:35

foreign

play09:37

tag is also open right so we will close

play09:40

the body tag also

play09:44

is there any else HTML is also open

play09:47

right so we will close the HTML also

play09:53

now what we are going to do we have

play09:55

created a small HTML page over here just

play09:58

simply

play10:00

save as

play10:02

uh

play10:06

web server Dot

play10:09

HTML and save as type all files

play10:14

and you can save it over here on the

play10:16

desktop for the while

play10:18

save it

play10:21

close it

play10:22

now if we will try to open this

play10:26

you should be able to see that HTML page

play10:28

over here

play10:33

see you are able to see it is in the

play10:35

center with the server one as it

play10:38

a heading over here then the content

play10:40

over here and even the title web server

play10:42

over here okay so means uh what content

play10:45

we have created is as per hour

play10:46

requirement now you will open your

play10:49

Explorer File Explorer you will go to

play10:52

your C drive

play10:53

then go to inet Pub

play10:56

then go to www root folder

play10:59

and over here

play11:01

create one folder

play11:05

with the name

play11:08

web server and this particular file

play11:11

which we have created dot HTML file we

play11:14

will put it over here

play11:16

click continue

play11:18

now once this is done

play11:21

you will open the IIs service

play11:26

is app you will open

play11:31

over here we are going to create our

play11:34

site

play11:36

just right click over here

play11:38

if you will see this one or else you

play11:41

when you open this over here you will

play11:44

find sites

play11:46

so just add website right click over

play11:49

here and add a website

play11:52

give the name site name

play11:55

web server

play11:57

it is asking for physical path you know

play11:59

where we have kept it in C

play12:01

I net Pub

play12:03

www root

play12:06

in that we have a web server

play12:08

okay

play12:09

then

play12:10

we are going to use http

play12:14

and the IP address of our web server

play12:17

10.1.1.10 port number is 80. hostname we

play12:21

will leave it for now keep this check as

play12:24

it is and click on OK

play12:27

this is done

play12:30

now what we are going to do

play12:32

we will make this particular site as a

play12:35

default page

play12:37

so

play12:38

when you go Underside the web server

play12:41

which you have recently created just you

play12:43

will find a default document

play12:45

open this document

play12:48

and add over here the name of the site

play12:52

you know the website name the the file

play12:54

name web server Dot HTML

play12:58

click on OK button

play13:01

once this is done now it is a time to

play13:04

test whether our site is working or not

play13:09

so just clicking over here you will

play13:12

click on browse over here and it should

play13:15

work for you

play13:16

and guys you can see it is working right

play13:19

let me show you again

play13:21

over here

play13:22

in the web server you have to Simply

play13:25

browse this

play13:28

and it is working which means that your

play13:30

web server one is created successfully

play13:33

you have created a website in one of

play13:36

your server similarly you are going to

play13:39

create a web server too and web server

play13:41

3. the same configuration you will be

play13:43

doing for your web server 2 and web

play13:45

server 3. just to identify uh make the

play13:49

difference between the server in Real

play13:51

Environment this is not the case but in

play13:53

our lab we should understand like

play13:54

whenever the traffic is hitting to that

play13:56

particular server how you will

play13:57

understand for that purpose I am writing

play13:59

server one server 2 server three so in

play14:02

the HTML page uh over here you have

play14:05

written server one on web server two you

play14:07

will write server 2 on web server 3 you

play14:10

will write server 3. once this

play14:12

prerequisite is ready then we can

play14:13

proceed with our lab

play14:15

so guys this is how you will be

play14:18

preparing your prerequisite basically

play14:20

you will be creating your web server for

play14:23

proceeding with your lab that's all guys

play14:25

in this tutorial in the next tutorial we

play14:28

will be downloading the F5

play14:30

load balancer image we will be deploying

play14:33

it in our VMware and necessary

play14:35

configuration licensing part we will

play14:37

complete and thereafter we will move to

play14:39

the advanced level so that's all guys in

play14:41

this tutorial thanks for watching if you

play14:44

haven't subscribed to my YouTube channel

play14:45

yet please subscribe it now and do share

play14:47

with your friend thanks and see you in

play14:49

the next tutorial

Rate This

5.0 / 5 (0 votes)

相关标签
Web ServerLab SetupVMwareNetwork ConfigIIS ServicesHTML CodingLoad BalancerF5 TutorialIP AddressFTP Server
您是否需要英文摘要?