Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

JNPRAutomate/vSRX-Passthrough

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vSRX Passthrough

A simple topology to test services through a vSRX instance

Topology

The topology consists of three VMs: Client, Server, and vSRX. The vSRX is set in between the client and the server. Both the client and the server have appropriate routes pointing to the vSRX so they can access each other through the vSRX.

          +--------------------+                          
 <--------+                    |                          
      eth0|   Client           | +                        
   To host|                    | | Route to 192.168.0.0/24
          +---------+----------+ v                        
                    | eth1                                
                    | 172.16.0.10/24                      
                    |                                     
                    | 172.16.0.1/24                       
                    | ge-0/0/1.0                          
          +---------+----------+                          
 <--------+                    |                          
ge-0/0/0.0|  vSRX              |                         
   To host|                    | 
          +---------+----------+                         
                    | ge-0/0/2.0                          
                    | 192.168.0.1/24                      
                    |                                     
                    | 192.168.0.10/24                     
                    | eth1                                
          +---------+----------+ ^                        
 <--------+                    | | Route to 172.16.0.0/24 
      eth0|   Server           | +                        
   To host|                    |                          
          +--------------------+                          

Vagrant Note

Do to the inner workings of Vagrant each host has a virtual NIC connected back to the host running the virtual machines. This allows Vagrant to provision and control each VM over the SSH protocol. These interfaces are depicted on the topology above.

To use this lab with VMware Fusion or Workstation you must first purchase and install the Vagrant VMware Plugin.

Vagrant VMware Plugin

VM Access Information

About

A vSRX Vagrant topology for passthrough testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages