Super-Networking Blog
177 views

FBI Agents Raid Dallas Computer Business

by admin on Apr.04, 2009, under Uncategorized

FBI agents have seized millions of dollars of equpiment from a hosting provider named Core  IP Networks.  This has left nearly 50 businesses without access to their email and data. Some of those clients provide internet services to car dealers and other companies.

Also some residents in the are have lost access to 911 is  because some of Core IPs primary customers include telephone companies.

Link to News Story

Leave a Comment : more...

188 views

Setup Free SFTP Server

by admin on Apr.02, 2009, under Software, Systems

Sometimes you just need Secure ftp or sftp for some reason or another. Most ftp servers that are free do not include sftp, you need to pay for that functionality. There is a program that CoreFTP puts out called mini sftp server but you need to run this while logged in. If you log out of the server then sftp shuts down, does not run as a service.

Before you spend the $50-$200 to purchase a sftp application that runs as a service try this workaround. Download the mini sftp server, run the program setup the user and path. Then close it and open up scheduled tasks.

Add a new task:

-Browse for the mini sftp program

-Set you “Run as” user and password

-Go to Schedule Tab and change it to “At System Startup”

-Go to the Settings Tab and uncheck “Stop the task if it runs for” box

-Save the settings and run the task.

You should now have your sftp process going even when you aren’t logged in.

Leave a Comment :, , more...

127 views

Keeping Up on the Latest GSM/UMTS Phones

by admin on Apr.01, 2009, under Uncategorized

One of the big challenges of starting up a new UMTS network in the U.S. is that supported phones are not easy to find. UMTS or 3G GSM is quite new to the U.S. and most of the phones out there are exclusive or locked by the major carriers such as At&t.

So where is a good place to start looking? GSMArena

This site gives a great breakdown of all the latest handsets and up and coming handset by frequency and features. Keep a sharp eye because it doesn’t always tell you if the phone is locked.

Some phones I am looking at right now for our network:

Glofiish X800

HTC TyTN II

HTC s740

Motorola a3100

Nokia 5800 xPress

Nokia e66

Nokia e71

Nokia n85

Palm Treo 750

Sony/Ericsson k850i

Leave a Comment :, , , , more...

677 views

Globalsurfer III UMTS Router

by admin on Apr.01, 2009, under Uncategorized

I am testing a sweet little UMTS/HSDPA/HSUPA router this week called the Option Globalsurfer III. This is a wi-fi enabled router that will be available on the NCW networks. This is one of the best cellular routers I have ever seen.

Speeds (Maximums not offered everywhere) : Upload 5.76Mbps, Download 7.2Mbps

Features:

Wi-Fi - Supports WPA2

2 Ethernet Ports - 2 Port Ethernet Switch

USB for Storage Server or Printer Server - Can connect a USB hard drive and use as file server or a USB printer for printer sharing

SMS - Send and receive SMS messages from your desktop

Phone - Plug in any landline phone and you are ready to start sending and receiving phone calls

Firewall - Built in firewall

External Antenna Port - Can add external antenna in low signal areas

The best part is it works anywhere you have signal from a NCW network and soon nationwide

2 Comments :, , , , , more...

84 views

Super-Networking Back from the Dead

by admin on Mar.31, 2009, under Uncategorized

Well after 6 months without a blog at all and a year since I have posted a new blog entry I have brought back Super-Networking with the help of Steve. The main reason I got rid of Super-Networking to begin with, money, trying to save some extra money and I have now moved to a cheaper hosting provider.

The main reason I am bringing it back is need, I am working at a new company called Core Wireless/NewCore Wireless. I have been working my butt off and learning a ton of new things. I like to share my experiences with others to help them along and for myself to look back 6 months from now when I run across a problem I know I figured out before.

I have found that Twitter has taken up most of my day to day updates but will try to blog on a regular basis as well. If you want to follow me on twitter go here:

http://twitter.com/csuper163

More entries to come soon.

Leave a Comment more...

336 views

Backup DFS Files with Backup Exec

by admin on May.09, 2008, under Software, Systems

I found out an interesting quirk when backing up DFS (Distributed File System) files using Symantec Backup Exec 11D. I have a full backup setup, basically selected the entire drive to backup, finishes every night with no errors.

You go back into the job in Backup Exec and try to do a restore, what do you find? The folders that contain the DFS files are empty, 0 bytes. My first thought is what the hell is this all about. Was scared for a minute or two thinking I have no backups on tape of any of my DFS files.

I looked into it more and found that starting in Backup Exec 10d SP2 and continuing through 11d you cannot performance a backup of DFS files directly like you would normally do. You need to use the “DFSR Writer” which means using the Shadow Copy Components backup.

If you go into your server selection in Backup Exec, drill down into Shadow Copy Components -> User Data you will see the DFS info. Make sure to select these to backup your DFS files.

Things to keep in mind about backing up DFS in this manner:

-Backup Performance is greatly affected, could double the time needed for backing up those files.

-DFS Backups in this manner cannot be redirected to another location on restored like a lot of people including myself like to do when restoring files.

One workaround for the speed issue I have found but not tested is to run a Net Stop command for the DFS Replication service before the backup starts then a Net Start for that service when done.

Leave a Comment :, , , , , , more...

177 views

Search for Word Strings in IIS Log Files

by admin on Apr.09, 2008, under Software, Systems

What do you do if you want to look for combinations of word strings in Gigabytes of IIS log files but don’t want to spend any money?

You download a program called Strings.

This is a SysInternals program now owned by Microsoft that will search through text files for word strings and kick them out to you.

So I will go through an example of how you can use it and you can modify it from there.

So copy all of the IIS log files to a location, for example c:\logs

Then open up a command prompt, go to the directory where you have the strings program.

Type the command: strings.exe -s c:\logs | findstr “Your Search Text”

This will dump all the lines it finds with that search text to your command prompt window. Now take it further.

Type the command: strings.exe -s c:\logs | findstr “Your Search Text” > c:\output\log.txt

That will dump the found lines to a new text file. Either you can use that text file for whatever you want or parse it down further with the following.

Type the command: strings.exe -s c:\output | findstr “Your Search Text 2″

That will allow you to search through huge directories of IIS logs for combinations of things. If you do the same search often try dumping it into a batch file.

Thanks Goes to Steve For the Idea to Look Into Strings

Leave a Comment :, , , , more...

256 views

PPTP VPN Through Cisco Pix

by admin on Apr.09, 2008, under Firewalls, Networking, VPN

Do you want your workstations to connect to PPTP VPNs through a Cisco Pix firewall without having to setup a static NAT for each one.

Are you getting the following error in your syslogs when you try:

“regular translation creation failed for protocol 47″

All you should have to do is add a new fixup protocol entry.

“fixup protocol pptp 1723″

Now assuming that you have a PAT for all traffic from inside to outside you PPTP connections should work.

There are other factors that could cause this to fail, make sure that you are on at least version 6.3 of the Pix software.

If you still have problems check your syslogs.

Technorati Tags: , , , ,
Leave a Comment :, , , , more...

619 views

Install .EXE as a Service in Windows Server 2003

by admin on Apr.03, 2008, under Software, Systems

First thing you are going to need is the Windows 2003 Resource Kit Tools

You then are going to want to find two programs, instsrv.exe and srvany.exe, I would recommend making a new folder on the root of your drive and pulling over a copy of those two files. So say a folder called myservice you really could name is anything you want.

Next what you need to do is register a service to run srvany.exe with the name of your choosing. Open a command prompt and go into the folder myservice.

Command would be:

instsrv.exe “My Service” c:\myservice\srvany.exe

-Switch “My Service” with name you want the service to have.

Next you need to tell srvany.exe what program you want it to run as a service.

Go into the registry using regedit find this key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\My Service

-Add a new sub-key call Parameters under My Service

-In the Parameters key create a new string value named Application

-Set the value of it to the full path of the executable file location. Be sure you use “” around the path.

That should be it, you might have to reboot otherwise go into services.msc and start your service. You should be good to go.

Leave a Comment :, , , , , more...

153 views

Wireshark 1.0.0

by admin on Mar.31, 2008, under Networking, Software

Holy cow! Can you believe that finally the developers of Wireshark have reached 1.0.0 of their product. I have been running 0.9X versions of this software for what seems like forever.

Wireshark for you who haven’t looked for a long time used to be the packet sniffer called Ethereal. This is a great free packet sniffer that every Network Admin worth his salt should have on his laptop and or Thumb Drive.

Download it here

Older Post on Wireshark/Ethereal:

Wireshark aka Ethereal

Leave a Comment :, , , , more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Your Ad Here