Archives : May-2020

Caution! This takes about 2 hours to perform.  Proceed only if necessary! Requirements minicom connection to the console port copy of the IOS software c2950-i6k2l2q4-mz.121-22.EA14.bin copy the file to the /root folder on the minicom  server. Procedure Switch switch: flash_init switch: load_helper switch: dir flash: copy xmodem: flash:c2950-i6k2l2q4-mz.121-22.EA14.bin Minicom host <Ctrl>+<A> then <S> Scroll down ..

Read more

My switch lost console access.  No VLAN IP had been configured, so I could not access it.  I used the following article to regain access via telnet/ssh. Source: https://community.cisco.com/t5/switching/catalyst-2950-reset-to-factory-settings-problem/td-p/1507476 I have simulated your issue on my local Cat2950 and succeeded with both expess setup of “virgin” switch and reseting the configured switch again for express ..

Read more

Install the tftpd-hpa server sudo apt install -y tftpd-hpa (Optional) Install the tftp client sudo apt install -y tftp Edit the config file sudo nano /etc/default/tftpd-hpa # /etc/default/tftpd-hpa TFTP_USERNAME=”tftp” TFTP_DIRECTORY=”/home/tftp” TFTP_ADDRESS=”0.0.0.0:69″ TFTP_OPTIONS=”–secure -4 –create”   Create the tftp folder sudo mkdir /home/tftp sudo chmod 777 /home/tftp sudo chown tftp /home/tftp   To Start / Restart ..

Read more

< ICND1 Main Menu Initial R1 Router Setup Should be able to do this by heart! enable configure terminal # Configure the hostname and domain name hostname r1 ip domain name tas.lab # configure Interface F0/0 with 10.0.0.1 interface fastethernet0/0 ip address 10.0.0.1 255.255.255.0 no shutdown # enable DNS lookups ip domain lookup ip name-server ..

Read more

< 9 Active Directory Backups | Home 44: How to get your Cert https://www.udemy.com/course/active-directory-group-policy-2012/learn/lecture/9071428#content How to Get Your Certificate of Completion Step 1) Reach 100% completion on the course (watch ALL lectures to completion) Step 2) After you complete the course, you will need to wait 3 – 5 business days before your certificate will ..

Read more

< 8 How to use Powershell with Active Directory | Home | 10 Conclusion > 42: Creating an Active Directory System State Backup https://www.udemy.com/course/active-directory-group-policy-2012/learn/lecture/19369012#content Configuring Windows Backups Server Manager > Windows Server Backup If missing, install via Server Manager > Manage > Add Roles and features This should have a dedicated drive / Network share ..

Read more

Home Active Directory Authenticated Users This is a pre-defined group and includes anyone or thing that is able to authenticate against the domain. User Accounts Computer Accounts Printer Accounts etc   Roaming Profiles Overview A Roaming Profile is a user that is able to log into any number of different workstations connected to their domain ..

Read more

< 7 Securing your Domain | Home | 9 Active Directory Backups > 34: Enabling Script Execution for Powershell https://www.udemy.com/course/active-directory-group-policy-2012/learn/lecture/8301955#content Issue: Run a script in Powershell and save it can cause an error. Start > Powershell ISE (Editor?) > Click dropdown to open editor pane. echo “Hello, World!” > Run Script (Play icon) File > ..

Read more