windows Server2016
July 12, 2019
Showing posts with label windows 8. Show all posts
Showing posts with label windows 8. Show all posts
Friday, 12 July 2019
Tuesday, 16 April 2019
windows 8
April 16, 2019
How to Set Up Auto Backup with Winzip
Monday, 18 February 2019
windows Server2016
February 18, 2019
Add a Static TCP/IP Route to the Windows Routing Table
What is routing table:
In computer networking a routing table, or routing information base (RIB), is a data table stored in a router or a networked computer that lists the routes to particular network destinations, and in some cases, metrics (distances) associated with those routes. The routing table contains information about the topology of the network immediately around it. The construction of routing tables is the primary goal of routing protocols. Static routes are entries made in a routing table by non-automatic means and which are fixed rather than being the result of some network topology "discovery" procedure.
How To Check windows Routing Table:
- Run as Administrator CMD
- Then Type Route Print
- Now Add A Route Manually
- route ADD destination_network MASK subnet_mask gateway_ip metric_cost
- route -p add 101.50.64.229 mask 255.255.255.255 172.21.48.1
- -p if you’re just adding one or two static routes that you don’t expect to change often, you can instead just add the -p option to the command to make the route persistent. A persistent route stays in place even when Windows starts up. Using the same command we used earlier, you could make that route persistent with the following modification
- What is the Scenario in our case we add a router with 101.50.64.229 mask 255.255.255.255 172.21.48.1
What ever traffic come from this network 172.21.48.1 255.255.255.255 will be router to 101.50.64.224
there is no need to configure Multi Gateway on NIC Just configure IP and subnet mask as we did.
Friday, 4 January 2019
windows 8
January 04, 2019
Remote Desktop Authentication Problem CredSSP Encryption Oracle Remediation Error
Sunday, 18 November 2018
windows 8
November 18, 2018
Install Snipe-it to windows 7 with wamp
Install Snipe-it to windows 7 with wamp
1st of all downloads mention blew item
Run the following commands to create and verify database:
create database snipeit;show databases;
create user snipe_user;grant all on snipeit.* to 'snipe_user'@'localhost' identified by 'password123';
password123 in the example above to something more secure, please.)1. Install Composer (composer.exe)
Browse to C:\wamp\bin\php\php7.0.10\php.exe.
Extract and configure Snipe-IT and run composer
Download and exact Snipe-IT to c:\wamp\www\snipe-it.
Edit
Save your edited .env.exampleenv.example as .env Open command prompt then change directory to c:\wamp\www\snipe-it\. Then run:composer install --no-dev --prefer-sourceAfter this command it will take some time to download packages
Generate your app key
php artisan key:generate

windows 8
November 18, 2018
How to add Redirect link in wamp or redirect local hot to a port
windows 8
November 18, 2018
USB detect problem format with Dos
Monday, 3 September 2018
windows Server2012
September 03, 2018
Site To Site VPN with Softether VPN Server Manager
Site To Site VPN with Softether VPN Server Manager
- Download and install Softether VPN Server Manager on PC by Clicking link Download SoftEther VPN alternate link Download SoftEther VPN from CNET Download.com
- After Installation look like that
click on local host and configure new Password for the Hub settings.After configuring password VPN Configuration Wizard Start now configure itjust click next then appear on next L2tp settings configure the default then click net and exit when the VPNAzure configuration appear like this
Enable VPN Azure click on Change hostname to configure your own DDNS Hostname then exit.click on create users then new and configure username and password and finish
now finally enable Secure Nat Click on Mange virtual hub then click on virtual nat and virtual DHCP and then Enable Secure Nat and exitNow Configure VPN on Client MachineType of VPN should be SSTPBefore you connect VPN Open CMD and type the command netstat -r
Now Connect VPN and type again command in CMD netstar -rAbove are the Remote network server address now you can access remote network
Thursday, 2 August 2018
windows Server2012
August 02, 2018








































