zoukankan      html  css  js  c++  java
  • 【原创】F5设备及其使用的资料及实验环境

    最近在工作中需要用到F5设备,自己搭建了实验环境,并搜集了相关资料,特地拿来与大家分享,f5虚拟机通过vmware网站下载.

    虚拟机使用方法为:

        用7zip软件解压虚拟机压缩包,解压方法再7zip的rar中有,解压后在vmware中可以打开使用,为了避免配置网卡,建议将自己机器的虚拟网卡VMnet*,进行修改设置:

    ·其中增加一个类型为host-only的VMnet2网卡,IP地址为172.1.1.253,位于172.1.1.0网段,作为F5的内部vlan;

    ·修改默认的VMnet1网卡,IP地址为192.168.2.1,位于192.168.2.0网段,作为F5的管理端口所在网段;

    ·修改默认的VMnet8网卡,IP地址为192.168.182.1,位于192.168.182.0网段,作为F5的对外服务vlan;

    具体参考如下ipconfig /all的执行结果:

    Ethernet adapter VMware Network Adapter VMnet2:

            Connection-specific DNS Suffix  . :

            Description . . . . . . . . . . . : VMware Virtual Ethernet Adapter for

    VMnet2

            Physical Address. . . . . . . . . : 00-50-56-C0-00-02

            Dhcp Enabled. . . . . . . . . . . : No

            IP Address. . . . . . . . . . . . : 172.1.1.253

            Subnet Mask . . . . . . . . . . . : 255.255.255.0

            IP Address. . . . . . . . . . . . : fe80::250:56ff:fec0:2%4

            Default Gateway . . . . . . . . . :

            DNS Servers . . . . . . . . . . . : fec0:0:0:ffff::1%1

                                                fec0:0:0:ffff::2%1

                                                fec0:0:0:ffff::3%1

    Ethernet adapter VMware Network Adapter VMnet8:

            Connection-specific DNS Suffix  . :

            Description . . . . . . . . . . . : VMware Virtual Ethernet Adapter for

    VMnet8

            Physical Address. . . . . . . . . : 00-50-56-C0-00-08

            Dhcp Enabled. . . . . . . . . . . : No

            IP Address. . . . . . . . . . . . : 192.168.182.1

            Subnet Mask . . . . . . . . . . . : 255.255.255.0

            IP Address. . . . . . . . . . . . : fe80::250:56ff:fec0:8%5

            Default Gateway . . . . . . . . . :

            DNS Servers . . . . . . . . . . . : fec0:0:0:ffff::1%1

                                                fec0:0:0:ffff::2%1

                                                fec0:0:0:ffff::3%1

    Ethernet adapter VMware Network Adapter VMnet1:

            Connection-specific DNS Suffix  . :

            Description . . . . . . . . . . . : VMware Virtual Ethernet Adapter for

    VMnet1

            Physical Address. . . . . . . . . : 00-50-56-C0-00-01

            Dhcp Enabled. . . . . . . . . . . : No

            IP Address. . . . . . . . . . . . : 192.168.2.1

            Subnet Mask . . . . . . . . . . . : 255.255.255.0

            IP Address. . . . . . . . . . . . : fe80::250:56ff:fec0:1%6

            Default Gateway . . . . . . . . . :

            DNS Servers . . . . . . . . . . . : fec0:0:0:ffff::1%1

                                                fec0:0:0:ffff::2%1

                                                fec0:0:0:ffff::3%1

    开启虚拟机并配置好网络后,可以访问https://192.168.2.2,进行访问,访问的用户名口令均为admin,同时linux的root用户口令也为admin;

    其实如果只有一个网段,我们可以打开snat自动选项,这样也能正常实验f5。

  • 相关阅读:
    ABAP 程序中的类 沧海
    ABAP类的方法(转载) 沧海
    More than 100 ABAP Interview Faq's(2) 沧海
    SAP and ABAP Memory总结 沧海
    ABAP Frequently Asked Question 沧海
    ABAP System Reports(Additional functions) 沧海
    ABAP Questions Commonly Asked 1 沧海
    ABAP Tips and Tricks 沧海
    ABAP System Fields 沧海
    ABAP 面试问题及答案(一):数据库更新及更改 SAP Standard (转) 沧海
  • 原文地址:https://www.cnblogs.com/xiaoTT/p/3127855.html
Copyright © 2011-2022 走看看