Can’t access network share via IP anymore

 

EDIT: The entire point of the SHAREUSER account was to do one of two things. Either a) allow remote scanning across this particular client’s VPN. or b) authenticate with a shared network folder across the VPN without posing a security risk due to the amount of floaters who use this PC. This is now deprecated in case B. In case A, you want to keep the credentials, due to remote scanning still relying on corporate resources.

 

Background:

if you have a network share that you access often, instead of having to type the IP in the address all the time, you can add it to the hosts file in %windir%\System32\drivers\etc\ like so…

192.168.1.5          myserver

…then for every time you type \\myserver in windows explorer window, it’d be the same as typing \\192.168.1.5

days, months, years go by and now you can’t access the shared folder via it’s IP \\192.168.1.5. You may still be able to access it via \\myserver but not via ip.

Solution:

Open Credential Manager in Control Panel and look for the IP address under Windows Credentials (it would have a username as XXXX\SHAREUSER);  click “Remove from vault”

 

Set Time on a Windows Machine

Changing time on a Windows machine isn’t tough at all unless the machine is hooked to a Domain. In this case you may need to set the time on the server and then have the individual computer resync their time.

Here is the command line for setting the time to pull from a external source.

w32tm /config /manualpeerlist:time-a.nist.gov /syncfromflags:manual /reliable:yes /update

Then restart the Time services

net stop w32time
net start w32time

Lastly resync the time.
w32tm /resync

Let us know if this helped you....

 

Outlook -The synchronisation failed – check the Sync tab for further details

Had a client that uses “CodePLex – Outlook Google Calendar Sync” to sync Outlook calendars with their Google calendars. They were getting a bunch of different errors. The following link lead me down the right path.

https://help.toutapp.com/hc/en-us/articles/203348310-A-Program-Is-Trying-To-Access-Outlook-Email-Address-Information

  1. Open Outlook 2010, go to “File/Options/Trust Center” menu item, and then click on the “Trust Center Settings” button at the right side of the dialog box.
  2. From there, select the “Programmatic Access” menu item. At the bottom of this dialog, note what your “Antivirus status” is. If it is “Invalid” then close Outlook, navigate to where its “OUTLOOK” program icon is on your disk (typically it sits in the “Program Files (x86)/Microsoft Office” folder), and then right-click this icon and select “Run as administrator” from the pop-up-menu. If you get a warning, then select “allow” or “yes” to continue.
  3. Then in Outlook, go back to “Programmatic Access” as described above, and you should see your antivirus status updated to “Valid” (assuming you have an up-to-date antivirus program on your computer).
  4. Exit Outlook.

It seems like there was an issue with the trust center and antivirus. I discovered there wasn’t any antivirus on the machine. When I installed their Vipre anti-virus and restarted the machine this fixed the issue.

Let us know if this helped you…

 

Enable What You Hear Driver Windows 7 To Record Sound

I wanted to record a sound using my work computer which is a Dell Precision T3500 refurbished machine. I knew I was going to need to enable the “stereo mix” driver to do this. Often this driver is disabled and you have to go into the Sound >> Recording, right-click in the blank area and check “show disabled devices” and it shows up. Mine did not.

I solved this issue by going to Dell, putting in my service tag number, and downloaded the basic driver. The driver turned out to be the SoundMax driver. That solved the whole issue.

Let us know if this helped you…

Printer Not Showing Up in Devices and Printers – Solved

Had a customer who’s printer was showing off-line or grayed-out. They removed it and did a search for it but it didn’t come back.

I had an IP address in our documentation and I could interface with the printer through the browser. The printers were connected via USB to the server.

I tried a straight restarting of the spooler, but that didn’t get the printer back online.  The following tip helped me solve this issue.

https://www.youtube.com/watch?v=EN81kBdIvSA

Here is what I did to solve the issue.

  1. Stop the print spooler on the server
  2. Go to “C:\Windows\System32\spool\Printers” and cleared this directory out by deleting all files in there.
  3. Started the spooler again.
  4. I had to go back to the users machine and add the printer again.

Let us know if this helped you…

 

Unlocking A Protected Excel File

We had a Excel file that we needed to copy some of the cells to recreate a new proposal. The Excel file was locked, so we could view it but couldn’t copy anything.

I found the following link that helped me unlock the document.

https://www.ablebits.com/office-addins-blog/2016/02/10/protect-unprotect-excel-sheet-password/

I had to use the script and the VBA code to get a temporary password. This temp password allowed me to edit the document and do a Save As.

Let us know if this helps you…

 

Gmail in Outlook – Can Log Into Gmail But Outlook Won’t Authenticate

Had a customer who needed to change their Gmail password. When they opened Outlook it asked for the  new password, so they entered it. Outlook keep prompting for the new password.

The customer could go to Gmail and log right in.

It turned out to be Google needs this account to be “Less secure apps” section of your Gmail account. It should be here https://myaccount.google.com/lesssecureapps. Turn on this feature.

Let us know if this solution helps you…

 

 

Using RegEx to Get IP in Google Analytics

For privacy reasons Google doesn’t just offer up the IP addresses of your traffic, but there are ways to get it. I have set up a filter in my Analytics account to accomplish this.

Here is an article that helped me figure this out.

http://www.lunametrics.com/blog/2015/12/10/basic-google-analytics-filters/#Include%20Internal%20IP

Here is the page that helped me determine the regular expression needed to include the IP address information.

http://www.regular-expressions.info/ip.html

Let us know if this helps you….

 

Sonicwall VPN Client connects just fine but can’t access intranet site – Windows 10

Scenario:

Downloaded Sonicwall Firewall (multiple versions 4.10.2.0428, 4.10.1.0317, 4.9.22.0822, 4.9.14.0427, 4.9.9.1016) and tried one at a time. The connection is solid. The client connects to the home office just fine, you CAN ping resources via IP, but you CAN’T browse to intranet site although you can ping it.

Trying to navigate to an intranet site using Chrome or Internet Explorer, you’d get the following error:

 

After spending countless hours troubleshooting in the wrong direction, the simple and only resolution was to enable Jumbo Frame for the NIC card in use. 

Here’s how…

  1. Open ‘Network and Sharing Center‘ – (you can type that in the start menu)
  2. Click ‘Change adapter settings’ from the left pane
  3. Right-click the NIC for which you want to enable jumbo frames and select ‘Properties‘.
  4. Click on ‘Configure‘ Under the Networking tab
  5. Click on the ‘Advanced‘ tab
  6. Select Jumbo Frame on the left and change the value from disabled to the desired value, I put mine at 9kB MTU
  7. Then click ‘OK

That’s all!

 

EDIT: This issue is caused by Sonicwall’s Global VPN client not playing nicely with certain ethernet drivers, namely intel and realtek. The above solution might work, however experience says that it does not more often than it does. A workaround for this issue is to install an external wireless adapter or network card that requires different drivers, preferably onces that play nicely with Sonicwall’s garbage VPN client.

 

Translate »