標籤

BAT (38) shell (34) Virtual Machine (33) Xubuntu (29) acfs (25) PHP (24) CentOS (21) Virtul Box (20) 編輯器 (17) 資料庫 (15) lubuntu (13) windows (13) CPP (12) ubuntu (12) chrome (11) laravel (10) Docker (9) Python (9) 5A88 (7) VMware (6) 資料結構 (6) Javascript (5) Node (5) Proxmox VE (5) 公告系統 (5) 程式積木 (5) Android Studio (4) ANN (3) OB2D2016x64 (3) Xoops (3) clonezilla (3) samba (3) 公文 (3) 其他 (3) 硬體 (3) API (2) Android (2) AppInvent2 (2) Html (2) Hyper-V (2) Nas (2) botnet (2) mbot (2) swift (2) wordpress (2) 樣板 (2) 防火牆 (2) AD的應用 (1) Ansible (1) Arduino (1) CSS (1) GitLab (1) HA Proxy (1) LegoEV3 (1) PowerShell (1) Scratch (1) VM (1) XenServer (1) kotlin (1) linuxmint (1) lxc (1)

2020年3月20日 星期五

學校防火牆的SRX練習機 vSRX虛擬機的介面可否新增虛擬網路介面(vNIC),並用cli的指令查詢IP

上篇文章,在VMware 完成虛擬機vSRX的架設。
安裝完,可以看到
         在Firefly Perimeter Getting Started Guide for VMware
         的Chapter 2 System Requirements ,可以看到下面的表格
        換言之,我們可在虛擬機最多可新增10個虛擬網路介面(vNIC)。而且介面ge-0/0/0 可以取得IP,介面ge-0/0/1~ge-0/0/3會分配IP。
        變更VM的設定:
        1.新增Global LAN Segments,新增名稱為LAN01、LAN02、LAN03
        2.變更網卡Network Adapter 2設定為LAN01
        3.變更網卡Network Adapter 3設定為LAN02
        
        現在我們需要知道vSRX的介面到底有幾個?我們有哪些的可用的介面來進行網路實驗?
在cli介面中,
cli                               從 root@% 進入 root>
show version              查詢版本
show interfaces terse 查詢介面狀況
exit                             離開root>  進入  root@%
login:root 使用root ,免密碼登入
可以看到
 ge-0/0/0.0  10.1.1.88/24
 ge-0/0/1.0  192.168.2.1/24
 ge-0/0/2.0  192.168.3.1/24       
      
那我們新增虛擬網卡(vNIC) 至虛擬機器
可以看到
 ge-0/0/0.0  10.1.1.88/24
 ge-0/0/1.0  192.168.2.1/24
 ge-0/0/2.0  192.168.3.1/24     
 ge-0/0/3.0  192.168.4.1/24     
多出一個interface ge-0/0/3.0
資料來源:
1.JNCIA-SP 快快樂樂裝 Juniper VSRX on VMware
2.Juniper SRX 初始化安裝(J-Web模式)

沒有留言:

張貼留言

在 Windows 10 x64 1909版,使用BAT快速安裝公文系統與人事服務網(自然人憑證)版

相關內容移往 https://skjhcreator.blogspot.com/2021/02/windows-10-x64-1909bat.html