Lab Configuration 3 - adaley0518/Tech_Journal GitHub Wiki

Steps for Lab Configuration

  1. Networking dhcp01 vm

    • edit the settings for the network to sys255-b-lan
    • then turn on the vm
      • default root password for CentOS is Ch@mpl@1n!19
      • then follow --> Setting Static Ip Address for nmtui application
      • after add a privileged user
        • log in as root
        • type 'useradd amber'
        • type 'passwd amber' (make password)
        • type 'usermod -aG wheel amber'
        • type 'exit'
        • log back in as amber
  2. Network Testing

    • ping -c1 google.com (should all work)
    • ping -c1 ad01-amber
    • ping -c1 fw01-amber
  3. DNS Test

    • in wks01 powershell
      • ping dhcp01-amber (should work)
  4. Remote Access from ad01

    • in wks01 powersheel
      • hostname
      • ssh amber@dhcp01-amber
        • yes to connect
        • hostname --> dhcp01-amber
  5. Linux Commands