Skip to content

Networkingex/sanju #86

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions projects/bash_networking_security/SOLUTION
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
Local DNS Server IP
-------------------
<ip-here>
127.0.0.53



Default gateway IP
-------------------
<ip-here>
10.0.2.2



DHCP IP allocation sys-logs
-------------------
<logs-here>
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


8 changes: 4 additions & 4 deletions projects/bash_networking_security/vpc.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
REGION=""
VPC_ID=""
PUBLIC_INSTANCE_ID=""
PRIVATE_INSTANCE_ID=""
REGION="us-east-1"
VPC_ID="vpc-0d567ccf47177f855"
PUBLIC_INSTANCE_ID="i-09f3d3e455df8f867"
PRIVATE_INSTANCE_ID="i-0bdeb0cb4e875a34d"