Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Very basic configuration:


# set system host-name vsrxipsec
# set system root-authen authentication plain-text  #                     #( then enter password )  + commit :already done
set system host-name vsrxipsec
set system name-server 8.8.8.8
set system services web-management http interface ge-0/0/0.0
set system services ssh
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 routing-options static route 0.0.0.0/0 next-hop 192.168.108.2
set security zones functional-zone management interfaces ge-0/0/0.0
set security zones functional-zone management host-inbound-traffic system-services
allhttp
set security zones functional-zone management host-inbound-traffic system
services web-management http interface -services ssh
set security zones security-zone trust
set security zones security-zone untrust interfaces ge-0/0/
01.0 host-inbound-traffic system-services dhcp
set security zone zones security-zone untrust interfaces ge-0/0/1.0 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:

...