Wednesday, March 25, 2026

IP Phone Setup

 Fanvil X1SP - Plugin ethner cable from poe switch or supply power through adopter, check ip in phone.


enter ip in browser then login phone web portal and set basic setting. SIP information can be provided from SIP Company or VOIP company portal.




Reboot phone and check if it shows registered or make a call


PloyCom - 


Network Printer Setup

1. Plugin ethnet cable and connect to network then choose menu and enter configuration device and follow instruction as in pictures. HP Laser Jet P3015





Similarly go back and enter subnet mask and gateway hit save printer side is complete now add printer in computer.
Search bar - printer - add printer & scanner - add a printer or scanner - choose The printer that want is nt listed - add printer using IP


enter printer IP
Proceed further until finsh and install complete.



Tuesday, March 24, 2026

Cloud Computing and Microsoft Azure

 AZ 900 & 104 By Touseef Ahmed

On premises system dis-adv (Space Hardware & costly, Need large IT team, Pwer supply, Down time and high availability issues , No fully utilization of physical hardware)

Vitrualiation - Virtualization allow to divide physical hardware into multiples logical unit. We can creats multiples VM, can increase RAM, CPU, HD.

Two types of virtualization (1. desktop based that need OS, like VMware virtal pc - Hiper-v) (2. No need OS can intsall Directly on hardware, ESXI, Citirix)

Firmware is specialized, low-level software embedded directly into hardware devices, providing essential instructions on how the device operates, communicates, and functions. 

What is cloud computing ?

On demand delivery of computer resources over intenet.

Advantage - no space required, no hardware, no large IT team, High availability in anywhere in world, low cost according to use as compare to on premises. Resources ( RAM, CPU, HD) can be increase.

Disadv - Can not be use without internet, require money.

what are public cloud computing platform ?

Public cloud computing platforms are third-party services—such as Amazon Web Services (AWS), Microsoft Azure, and Google Cloud—that deliver computing resources like servers, storage,  and applications over the internet on a pay-as-you-go basis. They enable organizations to reduce infrastructure costs, access, and scale resources instantly.

what is microsoft azure ?

Microsoft Azure is a comprehensive public cloud computing platform offering hundreds of services, including computing, storage, networking, AI, and analytics, web hosting, File Folder sharing, Data base SQL service.

Azure is used for various purposes, including hosting websites, running backend services, big data analytics, AI development, and secure storage.

What is Azure Administrator Associate (AZ-104) ?

Azure Administrator Associate helps learners to understand practical and conceptual concepts like Azure Storage, Active Directory, Virtual Machines, Web Apps in Azure and Azure Monitor.

AZ Cloud Type of Services

Infrastructure as service (Iaas) - When you use physical hardware resources not software and OS 

Plateform as service (Paas) - When you use physical hardware resources including OS not software or data

Software as service (Saas) - When you use physical hardware resources including OS and application software (Mircosoft 365 is example)

below pictures for batter understanding




How to Create Azure Free tier account  ? go to Portal.azure.com It will be good if you have outlook/hotmail account. Follow instructions and fill form proceed further.




Introduction of Azure Portal
You can drag drop item to dashborad, click star under all services it will be add in left navigation bar, most options are available in picture.
Azure VM Intro - you can take basic (general purpose) tier for free acoount Max 2 to 8 GB RAM, for paid you can take more power full or standard tier. 
GPU VM will be high cpu/Video not RAM, when you need good processor and RAM (high peroformance compute VM) is good option, If you eed good RAM you can choose (memory optimize VM).
Computer optimize similar to GPU but without graphic card. you can add more storage in this VM Storage optimize VM. Check below VM family picture.


Now We will perform 2 labes ICNT Gyann

 Lab1 - VM - Windows server 2022 - IIS Webserver- host simplet web page

 Lab2 - VM -Windows server - attach data disk SAN storage and configure

 Lab3 - VM - Linux - Apache - host web page

Press Virtual Machine

Creats resurce group - VM name without space - Region (optional for now) - Avialability option (no infrastructure for now) - Security standard - image (Chose OS)  - Size (chose vm size for now DS1 V2) - Username (admin1/password) - RDP(enable option http - RDP) - press next you will move to disk tab

Disk tab - os disk type choose standard ssd or standard HD - Press next move networking tab

Networking tab - Press next until last tab review creats it will creat VM




CCheck public IP in VM and try Remote desktop,Manage - Add Role & features - enable IIS & Web role then copy webpage in C drive:/ inetpub -www - and check website



You can attach a disk in existing VM as in lab2 check below picture follow red marks, we have attached 2 disks disk1 and disk2.


Computer it will be appear as unassign you need to configure under disk management, creat simple volume and procees further



VM Image Capturing













Wednesday, December 18, 2024

Vicidial Go-Autodial 3.3 Complete Step by Step

 Vicidial  Go-Autodial 3.3 Complete Step by Step
Download Gautodial 3.3 ISO and Install File



Type Setup command on putty and configure IP's for server






When you are done installation you need to run command to update server IP in Database.
You can login with password that you setup during installation process.
root
vicidial




http://192.168.5.47/vicidial/admin.php
admin 
vicidialnow



You can access phpmyadmin you need to allow from.
vi /etc/httpd/conf.d/phpmyadmin.conf    - Then enter your IP to access it.



PHP My Admin wested time due to link
http://192.168.5.47/phpMyAdmin/index.php

root
vicidialnow







Linux Cli you can acces database
mysql -p
password vicidialnow
USE asterisk;   --------- select database
below command use to change vicidial user password login and phone

update vicidial_users set pass='password123',phone_pass='password123' where user_level=1;

update phones set conf_secret='password123',pass='password123' where 1;

2. Webmin config for GUI access
Webmin conf file under vi /etc/webmin/miniserv.conf
Change ssl= from 1 to 0 for http



http://192.168.5.47:10000/
root
vicidial


3.
limesurvey
http://192.168.5.47/limesurvey/admin/admin.php
admin
kamote1234




Sunday, December 8, 2024

Mikrotik --> Site To Site Connectivity using L2TP

You should have Static Public IP  addr for both side.

Lets Start From Main Site A or Head office where you have all servers.

1.PPP --> Interface --> L2TP Server - ( Enable YEs - Use IPsec Yes - IPsec secret Password - ) apply ok



2.PPP --> Profile --> Default encryption -->(USE Encryption yes - Limits only one no -)





3.PPP --> Secret --> (Name = username, password = your password, service = l2tp, profile = default encryption, local add = your site local ip, remote add = other site local address,) apply ok.






4.IP -->  Route --> Plus sign -> (Dst. add: = You have to add other site IP and network address for example (Dst addr: 192.198.0.1/24 Gateway = 192.168.0.1) ok apply 




5. Let's Move to Other site Mikrotik Configuration.
Site B
PPP --> Interafce --> plus sign --> L2tp Client (Dial out , connect to = First(other) site IP, User/pass = that was created in first(other) site under screts, profile = default encryption,
check mark use IPsec, IPsec Secret = password that was setup in first(other) site under l2tp server,) apply ok
interafce-- select your VPN -- dial out At the botton check status should be = connected







6.IP -->  Route --> Plus sign -> (Dst. add: = You have to add other site IP and network address for example (Dst addr: 192.198.1.1/24 Gateway = 192.168.1.1) ok apply





7. you can try ping and share resource from both end