WinXp Pro as Virtualbox Guest can't ping router/internet

Hi:
I am running Arch 64 and installed virtualbox_bin 2.0.4-1 from AUR and guest additions 2.0.2-1 from AUR.
I have installed as a guest os, WinXP Pro and set up bridge networking per
http://mychael.gotdns.com/blog/2007/05/ … -bridging/.
My Arch host works fine (it can access the internet and ping the guest WinXP Pro). My WinXP Pro guest can ping my Arch host and other local machines on my network. However it cannot ping my router or access or ping the internet.
I log onto the WinXP Pro as the Administrator and I have the firewall disabled, so I don't think it is being blocked on the XP side by anything.
As far as Arch goes, I have tried adding the host name of the WinXP Pro machine to /etc/hosts and put the ip adress of the XP machine into /etc/hosts.allow. Neither of these actions resulted in success. I don't think I have a firewall or other special security measures on my Arch? I just did a fresh ftp install yesterday and did not add ssh or other security measures that weren't included in the default install and the base-devel install.
My search of the forums turned up a similar problem to mine that was solved by removing the firewall in the WinXP guest. I have already done that still without success.
My uneducated guess is that the gateway ip is not getting to the guest. I am using static ip for both the Arch host and the WinXP guest. The WinXP guest says that it is connected and reports no problems. I tried using dhcp on the XP guest but that didn't work either.
Here is the network section of my /etc/rc.conf
lo="lo 127.0.0.1"
BRIDGE_INTERFACES=(br0)
bridge_br0=(eth0)
br0="br0 192.168.1.201 netmask 255.255.255.0 broadcast 192.168.0.255"
eth0="eth0 0.0.0.0 promisc"
INTERFACES=(lo br0 eth0)
gateway="default gw 192.168.1.1"
ROUTES=(gateway)
Any help would be much appreciated.
bdika

Hi Floris:
Thanks for the reply.
I originally tried the Arch Way without success, that is why I tried the other way.
However at your suggestion, I have tried the Arch Way again, with the same results. That is I can ping other computers on my network but I can't ping my router nor access the internet from my guest.
Seeing that I have the same problem regardless of which method I use leads me to believe that it must be something simple and obvious that I am doing wrong. But what??! I have no idea.
Any thoughts you have would be much appreciated.
bdika

Similar Messages

  • ASA 5505 VPN clients can't ping router or other clients on network

    I have a ASA5505 and it has a vpn set up. The VPN user connects using the Cisco VPN client. They can connect fine (the get an ip address from the ASA), but they can't ping the asa or any clients on the network. Here is the running config:
    Result of the command: "show running-config"
    : Saved
    ASA Version 7.2(4)
    hostname ASA
    domain-name default.domain.invalid
    enable password kdnFT44SJ1UFX5Us encrypted
    passwd 2KFQnbNIdI.2KYOU encrypted
    names
    name 10.0.0.4 Server
    interface Vlan1
    nameif inside
    security-level 100
    ip address 10.0.0.1 255.255.255.0
    interface Vlan2
    nameif outside
    security-level 0
    ip address dhcp setroute
    interface Ethernet0/0
    switchport access vlan 2
    interface Ethernet0/1
    interface Ethernet0/2
    interface Ethernet0/3
    interface Ethernet0/4
    interface Ethernet0/5
    interface Ethernet0/6
    interface Ethernet0/7
    ftp mode passive
    clock timezone MST -7
    clock summer-time MDT recurring
    dns domain-lookup inside
    dns domain-lookup outside
    dns server-group DefaultDNS
    domain-name default.domain.invalid
    access-list vpn_splitTunnelAcl standard permit any
    access-list inside_nat0_outbound extended permit ip any 10.0.0.192 255.255.255.192
    pager lines 24
    logging asdm informational
    mtu inside 1500
    mtu outside 1500
    ip local pool VPNpool 10.0.0.220-10.0.0.240 mask 255.255.255.0
    icmp unreachable rate-limit 1 burst-size 1
    asdm image disk0:/asdm-524.bin
    no asdm history enable
    arp timeout 14400
    global (outside) 1 interface
    nat (inside) 0 access-list inside_nat0_outbound
    nat (inside) 1 0.0.0.0 0.0.0.0
    static (inside,outside) tcp interface smtp Server smtp netmask 255.255.255.255
    static (inside,outside) tcp interface pop3 Server pop3 netmask 255.255.255.255
    static (inside,outside) tcp interface www Server www netmask 255.255.255.255
    static (inside,outside) tcp interface https Server https netmask 255.255.255.255
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    http server enable 480
    http 10.0.0.0 255.255.255.0 inside
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto dynamic-map outside_dyn_map 20 set pfs group1
    crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-SHA
    crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
    crypto map outside_map interface outside
    crypto isakmp enable outside
    crypto isakmp policy 10
    authentication pre-share
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    telnet timeout 5
    ssh timeout 5
    console timeout 0
    dhcpd auto_config outside
    group-policy vpn internal
    group-policy vpn attributes
    vpn-tunnel-protocol IPSec
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value vpn_splitTunnelAcl
    username admin password wwYXKJulWcFrrhXN encrypted privilege 15
    username VPNuser password fRPIQoKPyxym36g7 encrypted privilege 15
    username VPNuser attributes
    vpn-group-policy vpn
    tunnel-group vpn type ipsec-ra
    tunnel-group vpn general-attributes
    address-pool VPNpool
    default-group-policy vpn
    tunnel-group vpn ipsec-attributes
    pre-shared-key *
    class-map inspection_default
    match default-inspection-traffic
    policy-map type inspect dns preset_dns_map
    parameters
    message-length maximum 512
    policy-map global_policy
    class inspection_default
    inspect dns preset_dns_map
    inspect ftp
    inspect h323 h225
    inspect h323 ras
    inspect rsh
    inspect rtsp
    inspect esmtp
    inspect sqlnet
    inspect skinny
    inspect sunrpc
    inspect xdmcp
    inspect sip
    inspect netbios
    inspect tftp
    service-policy global_policy global
    prompt hostname context
    Cryptochecksum:df7d1e4f34ee0e155cebe86465f367f5
    : end
    Any ideas what I need to add to get the vpn client to be able to ping the router and clients?
    Thanks.

    I tried that and it didn't work. As for upgrading the ASA version, I'd like to but this is an old router and I don't have a support contract with Cisco anymore, so I can't access the latest firmware.
    here is the runnign config again:
    Result of the command: "show startup-config"
    : Saved
    : Written by enable_15 at 01:48:37.789 MDT Wed Jun 20 2012
    ASA Version 7.2(4)
    hostname ASA
    domain-name default.domain.invalid
    enable password kdnFT44SJ1UFX5Us encrypted
    passwd 2KFQnbNIdI.2KYOU encrypted
    names
    name 10.0.0.4 Server
    interface Vlan1
    nameif inside
    security-level 100
    ip address 10.0.0.1 255.255.255.0
    interface Vlan2
    nameif outside
    security-level 0
    ip address dhcp setroute
    interface Ethernet0/0
    switchport access vlan 2
    interface Ethernet0/1
    interface Ethernet0/2
    interface Ethernet0/3
    interface Ethernet0/4
    interface Ethernet0/5
    interface Ethernet0/6
    interface Ethernet0/7
    ftp mode passive
    clock timezone MST -7
    clock summer-time MDT recurring
    dns domain-lookup inside
    dns domain-lookup outside
    dns server-group DefaultDNS
    domain-name default.domain.invalid
    access-list vpn_splitTunnelAcl standard permit any
    access-list inside_nat0_outbound extended permit ip any 10.0.0.192 255.255.255.192
    pager lines 24
    logging asdm informational
    mtu inside 1500
    mtu outside 1500
    ip local pool VPNpool 10.0.0.220-10.0.0.240 mask 255.255.255.0
    icmp unreachable rate-limit 1 burst-size 1
    asdm image disk0:/asdm-524.bin
    asdm location Server 255.255.255.255 inside
    no asdm history enable
    arp timeout 14400
    global (outside) 1 interface
    nat (inside) 0 access-list inside_nat0_outbound
    nat (inside) 1 0.0.0.0 0.0.0.0
    static (inside,outside) tcp interface smtp Server smtp netmask 255.255.255.255
    static (inside,outside) tcp interface pop3 Server pop3 netmask 255.255.255.255
    static (inside,outside) tcp interface www Server www netmask 255.255.255.255
    static (inside,outside) tcp interface https Server https netmask 255.255.255.255
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    http server enable 480
    http 10.0.0.0 255.255.255.0 inside
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto dynamic-map outside_dyn_map 20 set pfs group1
    crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-SHA
    crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
    crypto map outside_map interface outside
    crypto isakmp enable outside
    crypto isakmp policy 10
    authentication pre-share
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    telnet timeout 5
    ssh timeout 5
    console timeout 0
    dhcpd auto_config outside
    group-policy vpn internal
    group-policy vpn attributes
    vpn-tunnel-protocol IPSec
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value vpn_splitTunnelAcl
    username admin password wwYXKJulWcFrrhXN encrypted privilege 15
    username VPNuser password fRPIQoKPyxym36g7 encrypted privilege 15
    username VPNuser attributes
    vpn-group-policy vpn
    tunnel-group vpn type ipsec-ra
    tunnel-group vpn general-attributes
    address-pool VPNpool
    default-group-policy vpn
    tunnel-group vpn ipsec-attributes
    pre-shared-key *
    class-map inspection_default
    match default-inspection-traffic
    policy-map type inspect dns preset_dns_map
    parameters
      message-length maximum 512
    policy-map global_policy
    class inspection_default
      inspect dns preset_dns_map
      inspect ftp
      inspect h323 h225
      inspect h323 ras
      inspect rsh
      inspect rtsp
      inspect esmtp
      inspect sqlnet
      inspect skinny
      inspect sunrpc
      inspect xdmcp
      inspect sip
      inspect netbios
      inspect tftp
      inspect icmp
    service-policy global_policy global
    prompt hostname context
    Cryptochecksum:78864f4099f215f4ebdd710051bdb493

  • Quickvpn / client to gateway vpn rv042 can only ping router

    I am setting up remote access using an RV042 router.  Using quickvpn or a client-to gateway vpn and shrewsoft client,  I can only access/ping the LAN side of the remote router and one machine on the remote network.  The PPTP server and native Windows 7 connection provide access to all machines on the remote network.
    I have 2 possible reasons for this and would like to find the real reason:
    1) The remote RV042 is behind another router, and that router restricts access other than the PPTP traffic.
    2)  The VPN tunnels other than PPTP only allow access to the remote LAN side of the router and remote machines that have the remote router defined as their gateway in the IP configuration.
    Any ideas?

    I've narrowed the problem down to option 2 above. If I change the gateway of a LAN resource to point to the LAN side of the router, it can be accessed through the VPN tunnel. 
    I haven't had time to see if adding routing entries can fix this problem.  Any suggestions will be appreciated.
    Also, I would appreciate an explanation of why the PPTP connection works.  I will research this myself (eventually) but am  already backed up with other projects..

  • Solaris 10 Dev. Edition - Network config issue (NIC,DHCP,Can't ping router)

    I am a developer getting started with Solaris 10 configuration. I recently installed Solaris 10 and have run into an issue with network connectivity.
    I have done much research on this and I was able to get communiction to the internet established once, but the settings were lost on reboot.
    Overview - The Solaris box is connected to a router which is acting as a DHCP server.
    AMD 64 dual 2.6
    nForce4+ integrated NIC
    1) I am not able to obtain an address from the router. Nor do I get a respons back when I ping it. I get an IP etc if I boot into Windows so phyicial connectivity is fine.
    2) Upon reboot the device nfo0 as shown using ifconfig -a has an IP of 0.0.0.0.
    3) If I run ifconfig [hostname] my machine gets the ip from the hosts file, but I would like to obtain this from the router.
    4) NOTE - the machine shows as active on my router, but the Solaris box cannot be reached from other computers on the networ, nor do I get a reply back when pinging the router from the Solaris box.
    GOAL - reach and obtain a DHCP from the router and have the changes stick upon reboot.
    /etc/hosts contents
    127.0.0.1 localhost loghost
    192.168.1.55 solarisX /*<-- this is what I get when I do ifconfig nfo0 solarisX */
    /etc/hosname.nfo0
    netmask + 255.255.255.0
    solarisX
    /etc/defaultrouter
    192.168.1.254
    /et c/netmasks
    192.168.0.0 255.255.2550
    Specific Steps taken:
    Using the driver nfo-2.4.5 locate at http://homepage2.nifty.com/mrym3/taiyodo/eng/ I did the following.
    % cd /.../nfo-x.x.x
    % rm obj Makefile
    % ln -s Makefile.${KARCH}_${COMPILER} Makefile
    % ln -s ${KARCH} obj
    where ${KARCH} is the result of `isainfo -n`, and ${COMPILER} is
    "gcc" or "suncc" which you want to use to make the driver.
    4. Testing
    Testing before installation is strongly recommended.
    # cd /.../nfo-x.x.x
    # /usr/ccs/bin/make install
    # ./adddrv.sh
    # /usr/ccs/bin/make uninstall (for solaris7, don't remove the file )
    # modload obj/nfo
    # devfsadm -i nfo (for solaris7, use drvconfig and reboot with -r )
    # ifconfig nfoN plumb ( where N is an instance number, typcally 0 for first card)
    # ifconfig -a ( you will see an entry for nfoN)
    # ifconfig nfoN YOUR-HOST-NAME
    # ifconfig nfoN ( ensure IP address is correct)
    # ifconfig nfoN up ( and then you can test with ping, telnet, ftp ...)
    5. Installation
    After you ensure that the nfo driver is fully functional, install it.
    (1) copy the nfo driver into the kernel directory
    # cd /.../nfo-x.x.x
    # /usr/ccs/bin/make install
    If you do not test the nfo driver yet, execute the following commands:
    # ./adddrv.sh
    # devfsadm -i nfo (for solaris7, use drvconfig and reboot with -r)
    (2) Configure the network interface. Create and/or modify the following file:
    /etc/hostname.nfoN
    (3) Reboot the system.
    # init 6
    Edited by: hedger on Nov 16, 2007 11:17 PM

    Thanks Alan. I worked on trying to get the NIC working again last night. I had it working once, although the settings did not perist. I can still get the device to load, but I can't communciate with the router (it's not physical because another OS can reach it.
    I took your advice and tried the sys-unconfig. But I did not have much success.
    I am wondering if plopping in a new PCI NIC would be the most efficient route to get the server up.
    What kind of NIC do you utilize and have had success with?
    I am looking at possibly a DLINK DFE-530 or NetGear FA-311. I don't need wireless at this point just a rock solid DEV box.
    Thanks again for the previous info.
    Ted

  • [SOLVED]Can't install Virtualbox-guest-utils[SOLVED]

    sudo pacman -S virtualbox-guest-utils
    resolving dependencies...
    looking for conflicting packages...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: catalyst-utils: requires xorg-server<1.17.0
    What to do ?
    Last edited by heldiho53 (2015-03-06 14:57:58)

    You can install an older version of virtualbox-guest-utils.
    You can wait for catalyst to support xorg-server 1.17 and install virtualbox-guest-utils only then.
    You can change graphics drivers to the FLOSS ones and install xorg-server 1.17 and virtualbox-guest-utils.

  • How can I share data between WinXP Pro and Mac OS 10.8.3 via wifi

    How can I share data between WinXP Pro and Mac OS 10.8.3 via home wifi. 

    MartyP wrote:
    Or is there a problem with both OS's writing stuff to the
    ~/Home/Library folder that may be incompatible?
    Yes, big time.  Mail, for sure, has a different file/folder structure, and would not be happy.
    Plus, a number of apps (Apple and 3rd-party) are "Sandboxed."  That's a security feature, to prevent malware or bad coding from affecting things it shouldn't.  Some of their files, including the preferences files, aren't even stored in the same places!
    Or to other places I'm not aware of?
    Probably.  If you have two versions of the same app, they may or may not expect the same data setup.
    To have one User folder for both OS's would save a lot of drive space
    Not if you use some or all of woodmeister50's suggestions. 
    But I'm also not sure how I'd use Time machine with such a set up.
    Just as you do now.  By default, Time Machine backs-up everything (except things like system work files, most caches and logs, trash) for all users and all internal drives & partitions.  By default, it excludes external drives.
    You can change those defaults, of course, via TM Preferences > Options.
    See Time Machine - Frequently Asked Question #32 for details and considerations of multiple drives.
    Presently I backup with . . . clones to other HD's
    Good.   Yes, clones are different.  You need multiple "tasks" to back up multiple drives/partitions.  But once set up, that shouldn't be a big deal.

  • How can i install virtualbox-guest-additions?

    pacman -S virtualbox-guest-additions
    edit rc.conf
    MODULES=(vboxguest vboxsf vboxvideo)
    under gnome
    glxgears 60.975fps
    but under centos 5.6 gnome 559.203fps
    how would i do to so fast?
    Last edited by oddhornedant (2011-04-25 10:03:56)

    This is the only entry I have in MODULES=(vboxdrv)
    I use Vbox from AUR as they work for me.
    I use win7/winxp fedora debian etc as guests with full access to usb/ shared drives etc.and full screen where possible as some distros do not do full screen in vbox without a lot of fiddling
    are you in the correct groups with out the correct permissions they do not work usbmux:x:140:username
    vboxusers:x:108:username

  • Can I use WinXP Home serial number using WinXP Pro install disc

    Hello everyone,
    I am going to downgrade from Vista to XP (my DELL machine was originally XP Home) but I don't have my old XP install files anymore.  I did do have a Windows XP Professional SP3 install disc.  My question is:  Would I be able to use my serial number using the WinXP Pro install disc for a clean install?  (I am going to format my C drive.)
    Thanks!

    Hey there! You would not be able to use the Home Key with a Professional disc.
    Adam
    Best Buy Community - Retail, Americas
    Forum Guidelines | Terms & Conditions | Community Guidelines | Blogging Guidelines
    *Remember to mark your questions solved and click the star under the user's name to show your thanks!

  • Re: Installing WinXP Pro SP2 / Boot Camp - Drive Bay 2 - which partition?

    I am stuck and I can't seem to find the answer through Google searches.
    I have a Mac Pro and I am working on installing WinXP Pro SP2 on a second SATA drive. It is a 500gb drive by Western Digital and it happens to be the same size as the Mac OSX drive - 500gb.
    Because they are alike in size I can't tell which is which in the installer. Here are my options:
    476938mb Drive
    H: Partition 1 (Unknown) - 476938 free
    476938mb Drive
    I: Partition 1 (Unknown) - 200mb free
    C: Partion 2 (Unknown) - 476938 free
    My guess is to install WinXP on the H: partition and I just want to confirm this as I don't really wish to wipe out my MacOS on the drive in Bay 1.
    Can anyone confirm this? I wished this was addressed in the Boot Camp Installation Guide. They only address one drive that is partitioned, not two seperate drives. Also nothing listed shows up with the label BOOTCAMP.
    Thanks in advance.
    Rob

    Pull your OS X drive.
    XP and Vista 32-bit only give you 1.9GB of RAM.
    If you don't need native access or 3D you might just want to later use it with Fusion, VirtualBox or Parallels.
    Apple uses GPT (GUID) which creates those small 200MB and 128MB partitions you see that are essential.
    For me, I would just format the drive as MBR, and FAT/MSDOS or if you have NTFS from MacFUSE or Paragon, format as NTFS (preferable), and pull OS X and then install.

  • Can't ping, email or access my domain -- on occasion.

    Very weird but I have no idea what is happening. We have two MacBook Pro's one 15 and one 13, both have mobile me and some pop email accounts with our own domains. Also have iphones that connect to the same network, all connecting to Airport Wireless.
    So on occasion I can't access one of my domains (for example mydomain.com). So, when it happens:
    1) I can't access the domain in mail, or entourage (on wife's computer). says: "There may be a problem with the mail server or network. Verify the settings for account “mydomain.com” or try again."
    2) I can't ping mydomain.com
    3) I can't access it via the web browser.
    I know the site is up and running because:
    1) if I turn off wifi on iphone and go through att, email and safari access the domain ok.
    2) I can also go to another domain that is on the same server and the same IP (via web browser, webmail and via ping).
    3) I can also take my computer to the office and access the domains ok.
    So It is as if the airport DNS tables at home get hung up on mydomain.com (perhaps because all the devices checking the same domain for email)? I've rebooted both the computer and Airport, and even cleared DNS cache on my local computer. Still nothing. I have to wait until it just magically starts working again.
    So I'm out of ideas. Any Apple Ninjas out there care to take a guess on what my problem is? Is there a way to reset the router DNS without having to reset the device.
    Thanks in advance for help!
    Message was edited by: vadas

    Go to System Preferences and then head to Sharing. See if there's anything weird there.

  • Windows 7 desktop networking ok, but can't ping on local network

    Hi all,
    One minute, networking is working fine on my Windows 7 machine named "oscar".  Next, I have to switch oscar's ethernet cable directly to the cable modem for an unrelated test.  Switch cable back, let oscar reacquire IP address, now I
    notice I can't reach my wireless printer.
    I try to ping it by IP address, get "Request timed out".  Tried to ping my MacBook Pro, named "newt", by name.  DNS resolves name ok to 192.168.99.150, then I get same "Request timed out".
    I can ping oscar from itself just fine via 127.0.0.1 and 192.168.99.137 (its assigned IP address).
    I ping the printer, 192.168.99.232, from my MacBook Pro, works fine (as does printing from newt).  Try to ping oscar from newt, get "Request timeout for icmp_seq" messages.
    I've tried resetting networking via netsh as described at http://support.microsoft.com/kb/299357 & rebooting, no change.  Firewall is completely off.
    Oscar gets IP from DHCP on my router, 192.168.99.1, & I can still ping external IP addresses successfully by name & IP (like google.com, etc).  Web browsing from oscar works fine.  It's only on my internal network that this machine can't
    see other IP addresses.  Again, other machines can see each other just fine via ping.
    Retried all fix steps found on Internet (short of reinstalling Windows) and rebooted oscar after each one.  Still no go.
    Also reset arp cache (arp -d *) & retried, including reboot.  Still no go.
    Here's the output of ipconfig /all:
    C:\Users\Adams>ipconfig /all
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : Oscar
       Primary Dns Suffix  . . . . . . . :
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
    Ethernet adapter Local Area Connection:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller
       Physical Address. . . . . . . . . : 48-5B-39-CA-E1-DD
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
       Link-local IPv6 Address . . . . . : fe80::99c8:2fa6:f7f6:39c9%15(Preferred)
       IPv4 Address. . . . . . . . . . . : 192.168.99.137(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Lease Obtained. . . . . . . . . . : Monday, March 24, 2014 11:33:01 PM
       Lease Expires . . . . . . . . . . : Wednesday, March 26, 2014 8:01:49 AM
       Default Gateway . . . . . . . . . : 192.168.99.1
       DHCP Server . . . . . . . . . . . : 192.168.99.1
       DHCPv6 IAID . . . . . . . . . . . : 340286265
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-17-92-02-82-48-5B-39-CA-E1-DD
       DNS Servers . . . . . . . . . . . : 8.8.8.8
                                           192.168.99.1
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Tunnel adapter isatap.{92171F05-3028-4029-9D9B-A3A9097680EF}:
       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 Teredo Tunneling Pseudo-Interface:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft Teredo Tunneling Adapter
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       IPv6 Address. . . . . . . . . . . : 2001:0:9d38:90d7:2495:2047:5253:979d(Preferred)
       Link-local IPv6 Address . . . . . : fe80::2495:2047:5253:979d%21(Preferred)
       Default Gateway . . . . . . . . . : ::
       NetBIOS over Tcpip. . . . . . . . : Disabled
    Any ideas?
    -matthew

    Hi,
    Glad to hear that you resolved this issue.
    Alex Zhao
    TechNet Community Support

  • Black screen on starting X in Virtualbox guest

    Hi Arch Linux,
    I am running Arch linux as a Virtualbox 4.2.6 guest with a Windows 7 host. I have virtualbox-guest-utils 4.2.6-1 installed.
    When I run "startx" or "xinit" my screen goes black and freezes up. The VM seems totally unresponsive, I can't even switch to other virtual consoles with ctrl+alt+f2,f3 etc. I have to reset or use the ACPI shutdown command from the virtualbox menu. Even the ACPI shutdown seems to be a hard shutdown, as if the kernel or systemd has stopped responding (the VM closes with no messages in well less than a second). Sometimes after this power cycle, I get spammed by a repeating message from systemd when I boot that says it failed to start the journal service, though this may be unrelated. Here is my /var/log/Xorg.0.log if it helps: http://codepad.org/Ry1ixshS
    Can anyone help?
    Thanks,
    Alex

    In the Beginners' Guide, right after Testing X, there's a Troubleshooting section, and it says there to look out for lines that start with (EE) or (WW).
    [ 38.633] (EE) Failed to load module "vesa" (module does not exist, 0)
    I think you need to install the generic vesa driver,  else there's nothing to fall back to:
    https://wiki.archlinux.org/index.php/Be … deo_driver
    Last edited by DSpider (2013-01-13 07:44:22)

  • BIOS Compatibility between WinXP Pro and Vista Home Premium

    I want to install WinXP Pro on my pc.  I have a Desktop 3000 J115, Model 7387-A11 and it came with Vista Home Premium.  I want to make sure that the BIOS can support either OS.  If it cannot, I would like to know how to get the correct BIOS.  I realize that there may be a few BIOS settings that are different between the OS's.
    Thanks

    This is not a right forum to post this problem. You should post it in Database General Forum.
    I've Windows Vista Home Edition 32 bit.
    In my laptop it is running but screen resolution changes to basic colour. Due to this, some graphical distortion occurs in few places. Also, refresh in the query grid needs to be perform when you are scrolling SQL Developer data from top to bottom or vice versa.
    Regards.
    Satyaki De.

  • Error installing VirtualBox Guest Additions

    Hello. ¿Cuál es el motivo por el cual a la hora de instalar VirtualBox Guest Additions me sale lo siguiente?
    (1) 0 - ENTER:  DriverPackageInstallW
    (1) 0 - Installing INF file 'C:\Program Files\Oracle\VirtualBox Guest Additions\VBoxGuest.inf' (Plug and Play).
    (1) 0 - Looking for Model Section [VBoxGuest.NTamd64]...
    (1) 0 - No matching devices found in INF "C:\Windows\System32\DriverStore\FileRepository\vboxguest.inf_amd64_neutral_08c563e3b006bb64\vboxguest.inf" on the Machine.
    (1) 0 - No drivers installed. No devices found that match driver(s) contained in 'C:\Windows\System32\DriverStore\FileRepository\vboxguest.inf_amd64_neutral_08c563e3b006bb64\vboxguest.inf'.
    (1) 0 - RETURN: DriverPackageInstallW  (0xE000020B)
    How I can solve this installation error?

    2898527 wrote:
    I was installing VirtualBox Guest Additions, and install gives me the following installation error:
    (1) 0 - ENTER:  DriverPackageInstallW
    (1) 0 - Installing INF file 'C:\Program Files\Oracle\VirtualBox Guest Additions\VBoxGuest.inf' (Plug and Play).
    (1) 0 - Looking for Model Section [VBoxGuest.NTamd64]...
    (1) 0 - No matching devices found in INF "C:\Windows\System32\DriverStore\FileRepository\vboxguest.inf_amd64_neutral_08c563e3b006bb64\vboxguest.inf" on the Machine.
    (1) 0 - No drivers installed. No devices found that match driver(s) contained in 'C:\Windows\System32\DriverStore\FileRepository\vboxguest.inf_amd64_neutral_08c563e3b006bb64\vboxguest.inf'.
    (1) 0 - RETURN: DriverPackageInstallW  (0xE000020B)
    How is it possible that mistake, and how could I fix it?
    Regards,
    --Alejandro
    You just repeated your original post with no additional information.
    SPECIFICALLY, how were installing Guest Additions?  What SPECIFIC steps did you take?  Where, SPECIFICALLY, did you find the messages you posted?

  • Failed to install VirtualBox Guest Addition on Oracle Linux 6.1

    I can successfully install Oracle Linux 6.1 on VirtualBox 4.1. But failed to install VirtualBox Guest Additions with the following message: Building the main Guest Additions module [FAILED]. All other modules installed ok.

    Actually you don't have do install the developer version. According to the documentation http://www.virtualbox.org/manual/ch04.html you will need to install gcc and kernel-devel packages. In case Oracle Enterprise Linux does not find the required packages, you either have to install them from a different source (e.g. DVD) or use Oracle's public Yum server located at http://public-yum.oracle.com.

Maybe you are looking for

  • T400 and blurry external monitor (ThinkVision L2251x)

    Connecting my T400 (Windows 7) to my new Thinkvision L2251X montior through the VGA cord supplied with the monitor results in poor quality display, when connected either directly or through the advanced minidock.  I have not had this problem with my

  • How to work on a portion of a larger Premiere Pro CS6 project on another computer?

    I have a very large Adobe Premiere Pro CS6 project that I'm working on at home. While I'm gone for the holidays, I'd like to take a small portion of that project (whole project is 6tb and too large to take, so I'll take 1tb of it), work on it, and th

  • Modify MVGR4 in formula for condition value

    Hello everyone, I want to modify komp-mvgr4 in a formula for condition value. Changes in komp structure are not saved, any idea which field I have to modify? Many thanks! Andreas

  • Passing values to a portlet

    Howdy, The BEA WLW Portal tutorial gives a nice example of sending a var to a URL and the popping the results in a window.open (http://localhost:7001/tutorial/tutorialPortal.portal?_nfpb=true&_pageLabel=Dictionary_Backing_Sample What I need to do is

  • What is the Use of Inner classes in Interface.

    Hi All, Most of us we know that We can define inner classes in the interface. Like public interface MyItf{      Demo d = new Demo();           class Demo{           Demo(){           //some additional code here }Now I have following question in my mi