epomatti / aws-vns3-nate

Cohesive Networks VNS3 NATe running on AWS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VNS3 NATe

Terraform implementation of Cohesive Networks VNS3 NATe running on AWS.

The image is ready for use in the AWS Marketplace. A free option is also available with limited instances and throughput. Additional articles can be found for getting started, cloud setup, and AWS features.

Deploy

Create a copy to the .auto.tfvars template to fine tune your deployment:

cp config/templates.tfvars .auto.tfvars

Create the resources:

terraform init
terraform apply -auto-approve

The Web UI administration URL will be part of the output.

Connect to the admin panel:

https://<instance-public-ip>:8000

Credentials

  • Username: vnscubed
  • Password: The instance ID (E.g.: i-012fsd8a9fsd823cv)

To test connections from the the private server, use SSM:

aws ssm start-session --target <instance>

About

Cohesive Networks VNS3 NATe running on AWS

License:MIT License


Languages

Language:HCL 100.0%