Answered by:
After Installing Oracle Virtual Box and changing the network adapter to bridged mode cant access my server

Question
-
Hi ,
I have installed Oracle Virtual box on windows server 2008 r2 hosted on 1und1.de.
Till installtion and setting up untun on virtualbox it was fine, but once i changed the adapater to bridged mode. I immediatly lost connectivity with my server and now cant access.
It is now 2 days i cant access my server and neither ping it, also the website hosted on it is also down.
The 1und1 has following 2 options
1) using putty i can connect to server command prompt using administrator but cant run any gui application
2) Server Rescue mode: where i get special environment to start, stop services, access registry and command prompt.
Till now i have tried lot of setting to enable network connectivity but not able to success
This is the result of Ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : s15453760
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter VirtualBox Host-Only Network:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : VirtualBox Host-Only Ethernet Adapter
Physical Address. . . . . . . . . : 08-00-27-00-04-FD
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::5d5c:5bbc:c61:e9b1%16(Preferred)
Autoconfiguration IPv4 Address. . : 169.254.233.177(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . :
DHCPv6 IAID . . . . . . . . . . . : 352845863
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-15-B9-51-EA-00-19-99-A5-E7-BE
DNS Servers . . . . . . . . . . . : fec0:0:0:ffff::1%1
fec0:0:0:ffff::2%1
fec0:0:0:ffff::3%1
NetBIOS over Tcpip. . . . . . . . : Enabled
Tunnel adapter isatap.{BBF9AA14-45EA-460C-8F23-E106D890D878}:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft ISATAP Adapter
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Tunnel adapter 6TO4 Adapter:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft 6to4 Adapter
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Tunnel adapter Local Area Connection* 12:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
How can i restore my connection.
Thanks
Monday, September 1, 2014 4:35 PM
Answers
-
Hi,
To uninstall a application by cmd, we can use wmic.
To uninstall a application by cmd, please use the command below,
- wmic
- product get name
- product where name="the name of application" call uninstall
When prompted, input y to confirm that you wish to uninstall the application and press Return.
Note: The success of this procedure depends on if the software supports it.
I have tested this in my lab server. It works properly. Here is the screenshot of my lab,
If it doesn't work, to get better help, you may ask the support of 1und1 for help.
Best Regards.
Steven Lee
TechNet Community Support
- Edited by Steven_Lee0510 Wednesday, September 3, 2014 1:03 PM
- Marked as answer by Steven_Lee0510 Monday, September 15, 2014 2:01 AM
Wednesday, September 3, 2014 12:47 PM
All replies
-
Hi,
According to the result of "ipconfig /all", the physical adapter dosen't appear.
Please check if the physical network adapter works properly. We can verify this in Device Manager.
To open Device Manager by using the Windows interface
-
Click Start, and then click Control Panel.
-
Click Hardware and Sound.
-
Click Device Manager.
If the network adapter is working properly, please make sure that the Internet Protocol Version 4(TCP/IPv4) has been checked in the properties of the physical network adapter.
If issue persists, please try to uninstall the Oracle Virtual box.
Best Regards.
Steven Lee
TechNet Community Support
- Edited by Steven_Lee0510 Tuesday, September 2, 2014 3:56 AM
Tuesday, September 2, 2014 3:55 AM -
-
Hi Steven,
I dont have access to server, so cant connect using GUI, I have access to command prompt and registry. Is it possible to do it.
The 1und1 has following 2 options
1) using putty i can connect to server command prompt using administrator but cant run any gui application
2) Server Rescue mode: where i get special environment to start, stop services, access registry and command prompt.
Tuesday, September 2, 2014 12:50 PM -
Hi,
To uninstall a application by cmd, we can use wmic.
To uninstall a application by cmd, please use the command below,
- wmic
- product get name
- product where name="the name of application" call uninstall
When prompted, input y to confirm that you wish to uninstall the application and press Return.
Note: The success of this procedure depends on if the software supports it.
I have tested this in my lab server. It works properly. Here is the screenshot of my lab,
If it doesn't work, to get better help, you may ask the support of 1und1 for help.
Best Regards.
Steven Lee
TechNet Community Support
- Edited by Steven_Lee0510 Wednesday, September 3, 2014 1:03 PM
- Marked as answer by Steven_Lee0510 Monday, September 15, 2014 2:01 AM
Wednesday, September 3, 2014 12:47 PM -