My parents in-law got their home router replaced by the provider with a crappy Zyxel wi-fi router. Besides the fact everything is working slower than before due to some internal firewall and management, one laptop having Vista on it (hmmm, it came with it) was unable to connect to the new network.

After spending few hours trying to connect, changing all the settings in the router, restarting the router like hell, I was about to reinstall the OS on that laptop. But as I never worked on Vista, I thought google-ing a bit might reveal similar experiences. And yes, I was so right… one of the first results was stating:
Read the rest of this entry »
Tags:
configuration,
dhcp,
kb,
microsoft,
router,
tips,
vista,
windows,
wireless
1 Comment »
I wrote a lot how to install loopback adapter, how to set the ip address (either manual or automatically), how to add an entry to hosts file (either manual or automatically). Now let’s add all together into a single script.
The script will do the following:
- call DevCon to install Microsoft Loopback Adapter (you need to download DevCon and save it in the same folder as the script)
- set the IP address and mask for the recently installed loopback adapter
- dinamically read from Windows folder the hosts file
- dinamically read the hostname
- add a new entry to the hosts file with the supplied IP address and hostname
- ping the hostname and check if the supplied IP address is responded
- MOST IMPORTANT: everything is dynamic and automatic. You don’t need to edit the script before each install. Just run it!
You can download this script here: Read the rest of this entry »
Tags:
automatic,
configuration,
EM,
enterprise manager,
loopback adapter,
oracle
2 Comments »
As a common practice all the servers have fixed IP address. Because not all Oracle Databases are installed directly on servers, but on laptops or different machines, it’s very probable that you have DHCP-provided IP address.
If you have DHCP IP address, your full computer name may vary, because different domain is added to computer name. Once the name can be mylaptop.oracle.com, the next day the name can be mylaptop.myhomenetwork.ro and so on.
The problem is when you want to install Oracle Database Enterprise Manager (web-based administration tool), because the installer is creating a folder on the disk have the name based on fully computer name. If you change the network the Enterprise Manager will not work, because it will not find a folder based on the actual computer name.
Enterprise Manager is not crucial , it’s just an interface, so if you don’t want to install it your database will work the same and you will configure the database through SQL*Plus or SQL Developer or Toad or what third party admin you want.
Read the rest of this entry »
Tags:
configuration,
EM,
enterprise manager,
loopback adapter,
manual,
oracle
1 Comment »
What do you need to know before configuring Loopback Adapter?
- do not set the gateway because you can screw you internet connection
- do not set DNS because you really don’t need it
- do not set 127.0.0.1 or 192.168.0.1 or addresses from the same class as your internet connection address
The addresses that I’m using most of the time are 10.10.10.10 and 192.168.100.100, both with 255.255.255.0 as mask.
Let’s see how can we set the IP address from the command line.
Solution 1
=======
Netsh.exe is a tool installed with Windows 2000, XP and 2003 Server. Read the rest of this entry »
Tags:
automatic,
configuration,
loopback adapter
7 Comments »