Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

VMware Network Setup:

Very basic configuration:

# set system root-authen plain-text  #( then enter password )  + commit :already done

set system host-name vsrxipsec
set system name-server 8.8.8.8
set interface ge-0/0/0.0 family inet address 192.168.101.27    # Management: using VMware the first interface is using VMnet1-host only
set interface ge-0/0/1.0 family inet dhcp    # Internet access:  using VMware the first interface is using NAT ( same as VMnet8 )

set security zones functional-zone management interfaces ge-0/0/0.0
set security zones functional-zone management host-inbound-traffic system-services all
set system services web-management http interface ge-0/0/0.0


set security zone security-zone untrust interfaces ge-0/0/1 host-inbound-traffic system-services all
set routing-option route static 0/0 next-hop 192.168.108.2
commit and-quit


Test the ping to the internet:




  • No labels