Posted On March 31, 2019

DNS Bypass

kimconnect 0 comments
blog.KimConnect.com >> Windows >> DNS Bypass
Click on start – run – type “ncpa.cpl” – press enter
Double click on the Local Area Connection icon that represents your network card – click on Properties – double-click on Internet Protocol (TCP/IP) – change the Preferred DNS server to: 8.8.8.8 (Google) and 4.2.2.2 (AT&T) – click OK twice – Close

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Office 365 Rules

Block Executables: https://support.office.com/en-us/article/Blocked-attachments-in-Outlook-434752e1-02d3-4e90-9124-8b81e49a8519?CorrelationId=66e06c24-0d68-47c1-a503-5b4e30bc1c8a&ui=en-US&rs=en-US&ad=US&ocmsassetID=HA102749484#_Attachment_file_types Reject large files:  Sender is located Outside the organization The message size is…

How To Use Command Line to Configure iDrac Settings

Step 1: Install RacADM $computerlist=@' SERVER1 SERVER2 '@ $computernames=@($computerlist -split "`n")|%{$_.Trim()} $fileURL="https://dl.dell.com/FOLDER08543783M/1/DellEMC-iDRACTools-Web-WINX64-10.3.0.0-4945.exe" $expectedExecutable='racadm.exe' $expectedInstallPath='C:\Program Files\Dell\SysMgt\iDRACTools\racadm'…

Wireshark Overview

SysAdmins, InfoSec, and Network Engineers often use this tool to troubleshot and detect network activities…