Pages

Showing posts with label loopback adapter. Show all posts
Showing posts with label loopback adapter. Show all posts

Monday, 14 May 2012

Installing OBIEE 11.1.1.6 Loopback Adapter on Windows Server 2008 64bit.

Installing the loopback adapter

Click on start and right click on Computer and select Properties to get to the System control Panel

Select device manager

Right click on the computer name and add legacy hardware.

Install the hardware manually

Select network adapters from the list

Microsoft --> Loopback adapter

click next

Then click finish on the wizard

Now open the network and sharing Center

And select Change adapter settings

Right click the loopback adapter and select properties
We will be altering the Internet Protocol Version 4 (TCP/IPv4) settings

Set the IP address to be non navigable 10.10.10.10
And the subnet mask to 255.255.255.0
Now close the Properties

You can test this by opening a command window and running ipconfig /all


Part of the output will show your loopback settings.

The loopback adapter should be set up and running


Wednesday, 4 April 2012

Configuring and Installing the Network Loopback Adapter on Windows Server 2008

OBIEE requires a looback adapter if the server uses a dynamically assigned IP Address.

Installing the loopback is fairly straightforward.
Start -> Computer -> Right-click, Properties -> Device Manager -> Computer Name, Right-click, Add Legacy Hardware ->

The Wizard appears ... click Next >.
On the selection screen "What do you want the wizard to do?" Select Install the hardware that I manually select from a list (Advanced) then click Next >
From the list, scroll down to and select the Network Adapters then click Next >
Scroll down the Manufacturer list (left) and select Microsoft then on the network adapter list, select Microsoft Loopback Adapter (right) and click Next >
The wizard will now confirm to install the virtual hardware. Clicking Next > will start the installation process.
  
Finally click the Finish button.

While the control panel is open. its a good time to configure the new (virtual) network adapter. We can configure the new Network just like a physical network. Go to Network and Sharing Center on the control panel
On the Network and Sharing Center, click Manage network connections.
Find the Network connection with labels as Microsoft Loopback Adapter, right click, then choose properties.

On my virtual network, I will be using IPv4 only for now. Choose Internet Protocol Version 4 (TCP/IPv4), then click properties.
I’m using a static network, and I will use the 10.10.10.10/ 24 block. Using this series, I dont want to conflict the existing physical network. My subnet mask is 255.255.255.0 and the DNS server (127.0.0.1). Click Ok. Then close the wizard.