Book Image

Learning RHEL Networking

By : Andrew Mallett, Adam Miller
Book Image

Learning RHEL Networking

By: Andrew Mallett, Adam Miller

Overview of this book

Table of Contents (18 chapters)
Learning RHEL Networking
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Adding a new profile with the Control Center


More useful for mobile systems, such as laptop devices and tablets, we may configure profiles to easily load network configuration information specific to the location where you use the device. For example, if you are using a laptop at home, you may have a specific static IP address set, whereas when at work, you may have a DHCP-assigned address. Profiles can handle this situation easily and effortlessly.

Using the Add Profile button from the Network Settings control center, we are presented with the New Profile dialog box. From the left-side panel, we can select an option from the following given options:

  • Security

  • Identity

  • IPv4

  • IPv6

We will create a new profile for DHCP for when at home; if you remember, we set a static IPv4 address earlier in the section using the traditional ifcfg- script located in the /etc/sysconfig/network-scripts directory. We will retain this setting and additionally allow ourselves to switch from the static address...