Changes

Jump to: navigation, search

OPS345 Lab 2

118 bytes added, 21:21, 24 September 2021
AWS Networking
** https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Internet_Gateway.html
** New VPC vpc-ops345 with CIDR block 10.3.45.0/24, no IPv6
** Subnets: create a new one in vpc-ops345 named subnet-ops345, in us-east-1a, 10.3.45.0/24 25 (to fit inside the VPCbut leave room for other subnets later)
** Edit subnet, enable auto-assign public IPv4 addresses
** Internet Gateway: Create ops345-internet-gateway, attach to vpc-ops345
** Create new Route table ops345-route-table, add route for 0.0.0.0/0 through ops345-internet-gateway. Then add explicit subnet association to subnet-ops345
* Create a new security group "ops345sg" in vpc-ops345 with only the SSH port open.
* Create a new VM named "router", in the new vpc/subnet, with primary IP 10.3.45.10 (first 4 addresses on AWS subnet are not usable), default storage, ops345sg.** Follow the instructions in lab 1to set up your user, except use the subnet-ops345 and ops345sg and assign private ip 10.3.45.10 (first 4 addresses on AWS subnet are not usable). Also create a new key called ops345-allmachinesall-aws-keymachines
** Note that "Auto-assign Public IP" is enabled by default, but don't change it.
** Wait till it starts, then go to "Elastic IPs" and associate an elastic IP with router. Call the elastic ip router_public_ip
= Firewalls =

Navigation menu