How to Create Egress-only internet gateway & DHCP option set on Amazon Web Services(AWS).

An egress-only internet gateway is a horizontally scaled, redundant, and highly available VPC component that allows outbound communication over IPv6 from instances in your VPC to the internet, and prevents the internet from initiating an IPv6 connection with your instances. Egress-only Internet gateway works as a NAT gateway, but for IPv6 traffic. An egress-only Internet …

How to Install and configure DHCP Server on Ubuntu 20.04

DHCP is a service used to provide automatically IP Addresses to clients on a network.DHCP is used to provide IP configuration settings, such as IP address, net mask, default gateway, and DNS servers. There are two allocation method for DHCP :Manual & Automatic.In manual,the P Address is assign on the basis of the MAC Address.A …

How to Configure Network with static and dhcp in Linux.

A static ip is an IP address that configured for a device instead of one provided by a DHCP server,called static because it does not change or a dynamic IP address which does change.Static IP addresses is mostly used to eliminate the network traffic associated with DHCP/DNS. A dynamic IP address is automatically assigned to …