Archive for July, 2010
Filed Under (Co-Op PC Game) by STARTNET on 27-07-2010
How to find a MAC address on your LAN. Locating a MAC address on your network. CMD run as admin. Then type in: “getmac /s But the best way is just to run the great cc-get-mac-address application. Robert Citek wrote about this on the CWE-LUG list a while back, & I thought y’all might find it interesting. For example, when I want to know all the MAC address and IP addresses on my LAN, I do the following: # ping -b -c 2 -W 1 192.168.1.255 although I find this for-loop gives me more complete results: # for i in $(seq 1 254) ; do ping -c 2 -W 1 192.168.1.$i >& /dev/null & done The above works great if I know the network I’m on. But what if there is a device that is using a different network IP, e.g. 10.1.1.1? For example, we discovered serendipitously through using ethereal that one of our wireless switches was doing just that. Now, here’s how I would do the same thing, using the fantabulous nmap: # nmap -sP -PI -PT 192.168.0.1/24 Of course, Robert’s examples assume that his network’s addressing uses 192.168.1.x, while mine assumes 192.168.0.x, but you probably saw that anyway. :)
Filed Under (Co-Op PC Game) by STARTNET on 19-07-2010
Make your dynamic IP virtually static - making your dynamic IP a static IP - Changing your Dynamic IP to a Static IP. If you want to setup a home web server, ftp server, remotely access your computers or a number of other functions without paying for a static IP, then this can help you out. My client, who runs a warehouse, wanted to be able to remotely login to his server while he was out of the country. To do this he could access it with the dynamic IP, but if it changes while he’s away his access will be denied. A better way to do this is to setup what’s called a Dynamic DNS Service. There are a number of providers that can do this, but I’ll be using DynDNS (www.dyndns.com) as an example. This enables you to alias a dynamic IP to a static hostname that you can get for free from DynDNS. Here are the steps: 1. Sign up for an account with DynDNS. At this point the only thing left to do is either a) setup the dynamic DNS on your router, or b) install an IP updater program on your computer. If your computer is stationary then sometimes a) is easier. Just login to your router and enter the Host information you setup with DynDNS (most routers already have DynDNS listed). Otherwise you need to download a small program to update your IP … get it here http://www.dyndns.com/support/clients/ Also try: http://www.ChangeIp.com
Filed Under (General) by STARTNET on 08-07-2010
COM Surrogate Has Stopped Working Error in Windows 7 / Vista This problem is basically caused due to incompatible codecs and other COM components installed by various softwares that aren’t fully comtable with Windows like some versions of DivX or Nero •If you are using DivX, you should be upgraded to the very latest version (6.5+) **** Just This Should Fix it.. How To Turn DEP (Data Execution Protection for dllhost.exe) ? 1.Right click on My computer>Properties. Thats it..Done |