Friday, November 6, 2020

Installing vSRX in Microsoft Hyper-V

 image use: junos-vsrx3-x86-64-19.2R1.8.hyperv

  

Requirements:

-assign memory 4096 MB

- 2 virtual processor

- virtual switches 


on this setup, i created 4 external virtual switches. Each is connected to a physical network card.

Initial configuration:

  • Turn on VM client.
  •  start the CLI and enter configuration mode
  •  Set root authentication password:

root@# set system root-authentication plain-text-password
New password: password
Retype new password: password

  • Set system host name

[edit]
root@# set system host-name VSRX01

  • configure management interface

 [edit]
root@# set interfaces ge-0/0/0 unit 0 family inet address 192.168.254.13/24

  • Configure SSH and J-WEB Access

set security zones security-zone trust interfaces ge-0/0/0.0 host-inbound-traffic system-services ssh
set security zones security-zone trust interfaces ge-0/0/0.0 host-inbound-traffic system-services https
 

[edit]
ariel@VSRX01# set system services web-management https interface ge-0/0/0.0 system-generated-certificate

[edit]
ariel@VSRX01# commit and-quit
commit complete
Exiting configuration mode

Done: Test J-WEB and SSH

 

 

Source:

 https://www.juniper.net/documentation/en_US/vsrx/topics/task/multi-task/security-vsrx-hyper-v-manager-deploying.html


 

No comments:

Post a Comment