diff --git a/projects/bash_networking_security/SOLUTION b/projects/bash_networking_security/SOLUTION index 2edfbaf..5a395c8 100644 --- a/projects/bash_networking_security/SOLUTION +++ b/projects/bash_networking_security/SOLUTION @@ -1,16 +1,26 @@ Local DNS Server IP ------------------- - +127.0.0.53 Default gateway IP ------------------- - + 10.0.2.2 DHCP IP allocation sys-logs ------------------- - +Jun 17 01:20:34 ubuntu systemd[832]: Started Service for snap application snapd-desktop-integration.snapd-desktop-integration. +Jun 17 01:20:34 ubuntu snapd-desktop-integration.snapd-desktop-integration[23752]: Content snap command-chain for /snap/snapd-desktop-integration/83/gnome-platform/command-chain/desktop-launch not found: ensure slot is connected +Jun 17 01:20:37 ubuntu systemd[832]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Scheduled restart job, restart counter is at 638. +Jun 17 01:20:37 ubuntu systemd[832]: Stopped Service for snap application snapd-desktop-integration.snapd-desktop-integration. +Jun 17 01:20:37 ubuntu systemd[832]: Started Service for snap application snapd-desktop-integration.snapd-desktop-integration. +Jun 17 01:20:37 ubuntu snapd-desktop-integration.snapd-desktop-integration[23784]: Content snap command-chain for /snap/snapd-desktop-integration/83/gnome-platform/command-chain/desktop-launch not found: ensure slot is connected +Jun 17 01:20:39 ubuntu systemd[832]: snap.snapd-desktop-integration.snapd-desktop-integration.service: Scheduled restart job, restart counter is at 639. +Jun 17 01:20:39 ubuntu systemd[832]: Stopped Service for snap application snapd-desktop-integration.snapd-desktop-integration. +Jun 17 01:20:39 ubuntu systemd[832]: Started Service for snap application snapd-desktop-integration.snapd-desktop-integration. +Jun 17 01:20:39 ubuntu snapd-desktop-integration.snapd-desktop-integration[23813]: Content snap command-chain for /snap/snapd-desktop-integration/83/gnome-platform/command-chain/desktop-launch not found: ensure slot is connected + diff --git a/projects/bash_networking_security/vpc.sh b/projects/bash_networking_security/vpc.sh index 951abba..01dba44 100644 --- a/projects/bash_networking_security/vpc.sh +++ b/projects/bash_networking_security/vpc.sh @@ -1,4 +1,4 @@ -REGION="" -VPC_ID="" -PUBLIC_INSTANCE_ID="" -PRIVATE_INSTANCE_ID="" \ No newline at end of file +REGION="us-east-1" +VPC_ID="vpc-0d567ccf47177f855" +PUBLIC_INSTANCE_ID="i-09f3d3e455df8f867" +PRIVATE_INSTANCE_ID="i-0bdeb0cb4e875a34d"