Any XEN host + OSX / XP guest's yet ???

Would have done it myself but waiting for Apple + Mac Pro + 2x quad core + dual SLI nvidia 8800gtx or Mac book pro qaud core + 8800gtx min before buying and maybe the next cat OSX tiger / leopard / cheetah / bob cat ???? whatever they are calling it now.
Is there anyone that tried to install XEN host with OSX and XP guest's for gaming.
Obviously it will fry a mac min / mac book pro so likely only Mac Pro usage and 7800+ or 8800 nvidia ??
Might be a solution to lack of games for OSX
Link's might be of help / similar action for OSX guest install
http://www.gentoo-wiki.com/Xen
http://wiki.xensource.com/xenwiki/ "pdf" for info on Xp install as guest.

Anyone have any thoughts on this? I still haven't been able to solve it.  Here's the Vbox.log
Thanks!
Scott
Last edited by firecat53 (2008-09-29 21:12:47)

Similar Messages

  • File transfer problem between Host OS and Guest OS

    Hi,
    I have WIndows7 32 bit as a host OS in C drive. and i have installed the Virtualbox in D drive and installed CentOS 6 in virtual box as a guest OS.
    After installing the Guest Additions in CentOS and set the Drg n Drop-Bidirectional. it permits to create shared folder in CentOS but i am not able to drag n drop to any file from host to guest and vice versa.
    Also when i plug the pendrive it copy the partially data in guest OS then it show unpluggeed automatically in guest OS. It copy only .rpm file in guest OS (CentOS)
    please suggest how to copy the file from Host OS to guest OS and vice versa.
    I have installed VirtualBox-4.3.20-96997. i have installed also Oracle_VM_VirtualBox_Extension_Pack-4.3.20-96996.vbox-extpack on windows ( on host OS).
    Thanks.

    The following is from the virtualbox user manual:
    Drag’n’Drop This setting allows to enable Drag and Drop: Select a file on the desktop, click the left mouse button, move the mouse to the VM window and release the mouse button. The file is copied from the host to the guest. This feature is currently only implemented for Linux guests and only for copying files from the host to the guest.
    I guess that explains your experience with Drag'n Drop.
    Regarding USB and the pen drive, you cannot access a USB device in the host and guest OS at the same time. The technology does not support this. You will either have to capture the device to be used/mounted in the host or guest OS. Unless you configure the USB device in the virtual machine settings, the device will normally be captured by the host OS and become inaccessible by the guest OS.
    To copy files between Windows and a VirtualBox Linux guest you can use Putty and it's pscp.exe to copy files from Windows to Linux and vise versa. You may have o enable SSH on your Linux side. There was a post here yesterday, please check the last forum discussions. Alternatively you can also use WinSCP if you want a GUI tool.

  • Teaming options with Windows 2012 R2 Host for HV Guests

    Hi
    We are configuring Windows 2012 R2 standard host servers for Win 2008 / Win 2012 Guest servers. We have 3 NICs and using one for host management and other two in windows teaming. We read many blogs and supported configurations, but still not clear about
    the options with teaming.  Usually with teaming we select the default options such as Switch Independent Teaming mode, Dynamic Load Balancing mode with no standby adapter. Recently with this teaming configuration we faced issues with host servers on multiple
    Windows 2012 R2 standard host servers (the guest hang multiple times) and when we removed one of the NICs from team it started working fine. With the switches we didn't find any issues nor with NICs. Is it because of the default team options? Should we go
    with Hyper V port Load balancing mode?
    Expect support from you guys. Thanks in advance
    LMS

    Laljeev Madanamma
    TCP Chimney is not supported with NIC teaming in Windows Server 2012 R2 since TCP Chimney has the entire networking stack offloaded to the NIC, please check you have disable
    it.
    More information:
    NIC Teaming Overview
    http://technet.microsoft.com/en-us/library/hh831648.aspx
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • [SOLVED] AMD Microcode update failed (on Xen host)

    I have an Arch system running as a VM Host based on Xen 4.4.1
    It is yet unclear to me why the VMHost (Dom0) cannot update the CPU microcode of the AMD Opteron 3365.
    The following errors appear.
    [ 9.664531] microcode: CPU0: patch_level=0x0600081c
    [ 9.664548] microcode: CPU1: patch_level=0x0600081c
    [ 9.664566] microcode: CPU2: patch_level=0x0600081c
    [ 9.664580] microcode: CPU3: patch_level=0x0600081c
    [ 9.664593] microcode: CPU4: patch_level=0x0600081c
    [ 9.664607] microcode: CPU5: patch_level=0x0600081c
    [ 9.664624] microcode: CPU6: patch_level=0x0600081c
    [ 9.664639] microcode: CPU7: patch_level=0x0600081c
    [ 9.664723] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 18.344286] microcode: CPU0: update failed for patch_level=0x06000832
    [ 18.345579] microcode: CPU1: update failed for patch_level=0x06000832
    [ 18.346899] microcode: CPU2: update failed for patch_level=0x06000832
    [ 18.348202] microcode: CPU3: update failed for patch_level=0x06000832
    [ 18.349488] microcode: CPU4: update failed for patch_level=0x06000832
    [ 18.350776] microcode: CPU5: update failed for patch_level=0x06000832
    [ 18.352063] microcode: CPU6: update failed for patch_level=0x06000832
    [ 18.353352] microcode: CPU7: update failed for patch_level=0x06000832
    I am aware that Xen can do some early loading of microcodes, since I have found clues in the Xen git logs.
    But I guess Xen does not update the microcode, since the OS in Dom0 believes it is necessary to update the microcode.
    Does anybody have a clue why updating the CPU microcode from within Dom0 fails?
    Last edited by ArthurBorsboom (2015-01-10 12:45:29)

    I have solved the issue by using the Xen early microcode loading with the following changes.
    Copy the correct microcode binary to the boot folder.
    sudo cp /lib/firmware/amd-ucode/microcode_amd_fam15h.bin /boot
    Edit the Xen command line in /etc/xen/grub.conf from
    XEN_HYPERVISOR_CMDLINE="dom0_mem=1024M,max:1024M xsave=1"
    to
    XEN_HYPERVISOR_CMDLINE="dom0_mem=1024M,max:1024M xsave=1 ucode=-1"
    Hardcode the /etc/grub.d/09_xen configuration file to load the binary.
    From
    menuentry "Xen ${XEN_VERSION} / Arch Linux ${_KERNEL_PKG_} kernel" ${CLASS} {
    $(save_default_entry)
    if [ x\$feature_all_video_module = xy ]; then
    insmod all_video
    fi
    set gfxpayload=keep
    insmod ${BOOT_PART_FS}
    if [ x\$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root ${BOOT_PART_HINTS_STRING} ${BOOT_PART_FS_UUID}
    else
    search --no-floppy --fs-uuid --set=root ${BOOT_PART_FS_UUID}
    fi
    echo '$(printf "Loading Xen %s ..." ${XEN_VERSION})'
    multiboot ${REAL_DIR}/${XEN_BASENAME} ${REAL_DIR}/${XEN_BASENAME} ${XEN_HYPERVISOR_CMDLINE}
    echo 'Loading Arch Linux ${_KERNEL_PKG_} kernel ...'
    module ${REAL_DIR}/${_KERNEL_FILE_} ${REAL_DIR}/${_KERNEL_FILE_} root=${GRUB_LINUX_ROOT_DEVICE} rw ${GRUB_LINUX_PARAMS}
    echo 'Loading Arch Linux ${_KERNEL_PKG_} kernel initramfs ...'
    module ${REAL_DIR}/${_INITRAMFS_}
    To
    menuentry "Xen ${XEN_VERSION} / Arch Linux ${_KERNEL_PKG_} kernel" ${CLASS} {
    $(save_default_entry)
    if [ x\$feature_all_video_module = xy ]; then
    insmod all_video
    fi
    set gfxpayload=keep
    insmod ${BOOT_PART_FS}
    if [ x\$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root ${BOOT_PART_HINTS_STRING} ${BOOT_PART_FS_UUID}
    else
    search --no-floppy --fs-uuid --set=root ${BOOT_PART_FS_UUID}
    fi
    echo '$(printf "Loading Xen %s ..." ${XEN_VERSION})'
    multiboot ${REAL_DIR}/${XEN_BASENAME} ${REAL_DIR}/${XEN_BASENAME} ${XEN_HYPERVISOR_CMDLINE}
    echo 'Loading Arch Linux ${_KERNEL_PKG_} kernel ...'
    module ${REAL_DIR}/${_KERNEL_FILE_} ${REAL_DIR}/${_KERNEL_FILE_} root=${GRUB_LINUX_ROOT_DEVICE} rw ${GRUB_LINUX_PARAMS}
    echo 'Loading Arch Linux ${_KERNEL_PKG_} kernel initramfs ...'
    module ${REAL_DIR}/${_INITRAMFS_}
    echo 'Loading AMD Microcode'
    module ${REAL_DIR}/microcode_amd_fam15h.bin
    Rebuild the grub configuration file
    sudo grub-mkconfig -o /boot/grub/grub.cfg
    And reboot
    Check with the following command that Xen is running
    dmesg | grep xen
    Check with the following command that the microcode has the correct version
    [arthur@orion1695 ~]$ dmesg | grep microcode
    [ 9.379631] microcode: CPU0: patch_level=0x06000832
    [ 9.379645] microcode: CPU1: patch_level=0x06000832
    [ 9.379662] microcode: CPU2: patch_level=0x06000832
    [ 9.379676] microcode: CPU3: patch_level=0x06000832
    [ 9.379692] microcode: CPU4: patch_level=0x06000832
    [ 9.379710] microcode: CPU5: patch_level=0x06000832
    [ 9.379724] microcode: CPU6: patch_level=0x06000832
    [ 9.379738] microcode: CPU7: patch_level=0x06000832
    [ 9.379823] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [arthur@orion1695 ~]$
    And as you see in this example, there is no attempt to update the microcode anymore, since it is already up-to-date.
    I hope this helps other people facing this issue.

  • Could not find any content hosted eligible apps

    Hi....
    my X-code version is 5.0, IOS version is 7.0
    I created test user and test products in in app purchase option under my application in itunes connect. I want to display content for each test products when user buy my free products. For displaying content i followed the below process:
    Creating App Store Hosted Content:
               In order to have the App Store host your content, the content must first be put in a package.
    Notes:
               Before starting the steps below, login to iTunes Connect, create a "Free Subscription" in-app purchase, and select "Yes" for
    "Hosting Content with Apple" for that purchase.
    Creating Xcode In-App Purchase Content projects :
    1).Created a .txt file and .jpeg file
    2).Start by selecting File > New Project from the menu, and choosing In-App Purchase Content:
    3).Enter the Product Name and Company Identifier such that the Bundle Identifier matches the Product ID you entered in iTunes Connect for this product.
    4).Now you will have a blank In-App Purchase Content project. You can right-click and Add Files... or drag them into the Project Navigator. Ensure that the ContentVersion is correct (it should start at 1.0, but if you later choose to update your content, remember to increment it).
    This window shows Xcode with the content files included in the project and the plist entries visible in the main window:
    5).Once you have added all your content files you can save this project and edit it again later, or begin the upload process.
    Uploading .PKG Files :
    6).The easiest way to upload content packages is with the Xcode Archive Tool. Choose Product > Archive from the menu to begin:
    The content package will then appear in the archive  in new window. Notice the archive type and icon show this is an In-App Purchase Content Archive. Click Validate... to check our content package for errors without actually preforming the upload.
    7).Login with your iTunes Connect credentials:
     At step 7 when i go for validate the archive I'm getting the below error
    "Could not find any content hosted eligible apps"
    Please guide me why am getting the above error

    You are better of asking questions like this in the developer forums : https://devforums.apple.com/index.jspa

  • File Data Source:  does not support any other host except LOCALHOST?

    I am using US 1.0.3.
    This exercpt is from the OTN iLearn Subscribed course titled "Oracle9i UltraSearch New Features" on operating system file access:
    "The file protocol is used only for the machine that launches the crawler. You can not specify any other host for this kind of URL, except LOCALHOST."
    Does it mean that US 1.0.3 can not be used to search other file servers on the network? For example, we have US 1.0.3 installed on a server S1 which is on a network with other servers (e.g. S2). I want to use US to search files in the folder myDir on server S2. So I tried to create a file data source with this URL:
    file://\\s2\myDir\
    But I got this error:
    Invalid file protocol URL: file//\\s2\myDir\
    Hostname of the file URL "file://\\s2\myDir\ is not "localhost".
    My question:
    (1) Can US 1.0.3 search files on a different server than the one US is running on?
    (2) If so, how to specify the URL using the above example for it to work?
    (3) If not, how about the newer version of US, 9.2 or 9.02? Can they be used to search files on other network servers/drives?
    (4) If no to question (3), is there any plan to support this in the future version of US?
    My comment: Not able to search other servers really limits the userfulness of US. I really hope Oracle will consider adding this capability.
    Thanks!

    More on my previous questions:
    Since I posted my previous question, I have read on the 1.0.3 online help that we can define remote crawlers to crawl "on a remote machine other than the Oracle Ultra Search database". So I assume this is how to make US to search on other servers. In the online documentation it also includes the following paragraph on "Remote Crawler Profiles Page":
    "Use this page to view and edit remote crawler profiles. A remote crawler profile consists of all parameters needed to run the Ultra Search crawler on a remote machine other than the Oracle Ultra Search database. A remote crawler profile is identified by the hostname. The profile includes the cache, log, and mail directories that the remote crawler shares with the database machine. "
    The Remote Crawler Profiles Page, however, displays only remote crawlers already defined and the page seems to be used just for editing the porfiles of these defined remote crawlers.
    My questions:
    (1) How do I create the remote crawlers and defines the profiles in the first place?
    (2) Where can I find more documentation on remote crawlers?
    (3) Once the remote crawlers are set up, how do I specify the file URLs for each remote crawler?
    (4) With US9.02 or 9.2, does remote crawler work the same as in 1.0.3, or are there any enhancements?
    Thanks!

  • Is it possible to speed up the network between a host and a guest-vm?

    I need to copy some template PVM files about 1GB-4GB size from my hosts into a guest VM under Oracle VM. I did a scp -p <sourcefile> [email protected]:/  (Destination of the guest-vm IP).
    The copying took about 2.0Mb/s. It took 8mins+ for a 1GB file. I checked on my adapter. There's eth0 and bond0. I am using adapter1: bridge and adapter2: host-adapter. I noticed the copy is using the host adapter "bond0" which is much slower. Is there anyway to speed up the copy?

    Hi Budachst,
    I just recalled. I downloaded some Oracle media installer. These are zip files. I would like to get them installed into a guest-vm. These installer are currently residing in the Host OS. I need to copy them into the guest-vm.
    My current OVM Server sits on top of Virtualbox in laptopA. In Laptop B, I have Virtualbox running and installed OVM Manager. OVM Mgr is able to discover OVM server and managed to get a guest-vm created as well. Two HOST computers are connected via bridge.
    OVM Server is currently configured with bond0 and eth0. Yes, bond0 should be fast. I am getting 3Mbps while copying from Host OS in laptop A to guest-vm.

  • Running osX as guest OS in virtual machines

    Hi! I just bought a macbook pro 13, and i would like to run osX as guest OS on some virtual machine (vmware, virtualbox, whatever)
    I think it is legally allowed (i have both apple hardware, and a regular software license for osX), and it was possible on powerpc (maconlinux worked just flawlessy). I think it should be even easier on osX.
    But i noticed on vmware site that osX is not one of the supported guest OS. Have anyone tried to do this? thanks in advance,

    I think it is legally allowed
    It isn't, except for Mac OS X Server 10.5.
    (45294)

  • I do not what tech. is lacking in iphone 4 that prevents it to be able to support turn by turn navi. I do not see any difference btw 4 and 4s and yet 4S can support turn by turn. very disappointed with apple and i will not purchase iphone5.

    I do not know what tech. s lacking in iphone 4 that prevents it to be able to use turn by turn navi. I do not see any difference between 4 vs 4S and yet 4S is able to support it. I am very disappointed with apple as i was when 4S was released. I will not purchase iphone5 becuase i think its nowhere near what apple calls it "perfect". there are plenty of other phone around. Lumia 920 for example is a much better phone. Just disappointed with apple...

    http://www.apple.com/ios/whats-new/
    the fine print in the map section states that turn by turn is only available for 4S and up.

  • WRT160N - VMWare (WinXP host) bars all guest OS from Internet

    I have a Linksys WRT160N wireless router, bought new last fall to replace a used DLink DI-625. Currently the main computer is a homebuilt running WinXP SP3, connected by Ethernet cable. No issues on this main setup.
    I am running VMWare Workstation 6 and trying to learn my way around Ubuntu Linux as a guest OS. The virtual Ethernet connection is set as Bridged. Unfortunately, I am unable to get any Web browser to connect. I also tried Windows 2000 as a guest OS and cannot connect to Web from there either. Nothing improves whether I use Bridged or NAT connection. Nothing changes whether I have Comodo Firewall Pro running or not (on principal host: WinXP SP3). On the other hand, I am able to run Microsoft's own VirtualPC with Win2K as guest, and connect to Web just fine.
    I suspect that if I go into the router config and set Application permissions just right, I just might get what I need. However, I need help doing this because the available parameters are a little over my head. Please help!
    P.S. I asked elsewhere for a different problem and was told to update firmware. The router came with 1.02.4 from December 2007. The latest v1 file from the company file library was 1.02.2 from November.  What the hey...? (I "downdated" and hope I don't suffer the consequences)

    I have no trouble with HTTP, FTP, BitTorrents or other Internet activity on my host OS. My primary computer is wired to the WRT160N. The ISP is Aliant, providing "ultra" high-speed ADSL; a step up from regular.
    (I also have a newer HP laptop running Vista Home, which does suffer intermittent connects whether by wireless or cable, but that is a separate topic.)

  • Connecting to EBS from host os to guest os in vmware

    Hi,
    I installed EBS R12 in my desktop through vmware. In this host os is Windows xp and guest os is oel 5.3. Now i want to connect to the ebs from my host os browser (Internet Explorer). i.e. i want to use my host os as desktop tier. Any one can help me. Thanks in advance.

    I installed EBS R12 in my desktop through vmware. In this host os is Windows xp and guest os is oel 5.3. Now i want to connect to the ebs from my host os browser (Internet Explorer). i.e. i want to use my host os as desktop tier. Any one can help me. Thanks in advance.Please see (Recommended Browsers for Oracle E-Business Suite Release 12 [ID 389422.1]).
    Make sure you add the application URL to the trusted sites list from the browser and make sure you can ping the server hostname.domainname and the IP Address from the client.
    Thanks,
    Hussein

  • Need HELPS! ASA 5505 8.4 Cisco VPN Client cannot ping any internal host

    Hi:
    Need your great help for my new ASA 5505 (8.4)
    I just set a new ASA 5505 with 8.4. However, I cannot ping any host after VPN in with Cisco VPN client. Please see below posted configuration file, thanks for any suggestion.
    ASA Version 8.4(3)
    names
    interface Ethernet0/0
    switchport access vlan 2
    interface Ethernet0/1
    switchport access vlan 2
    interface Ethernet0/2
    interface Ethernet0/3
    interface Ethernet0/4
    interface Ethernet0/5
    interface Ethernet0/6
    interface Ethernet0/7
    interface Vlan1
    nameif inside
    security-level 100
    ip address 172.29.8.254 255.255.255.0
    interface Vlan2
    nameif outside
    security-level 0
    ip address 177.164.222.140 255.255.255.248
    ftp mode passive
    clock timezone GMT 0
    dns server-group DefaultDNS
    domain-name ABCtech.com
    same-security-traffic permit inter-interface
    object network obj_any
    subnet 172.29.8.0 255.255.255.0
    object service RDP
    service tcp source eq 3389
    object network orange
    host 172.29.8.151
    object network WAN_173_164_222_138
    host 177.164.222.138
    object service SMTP
    service tcp source eq smtp
    object service PPTP
    service tcp source eq pptp
    object service JT_WWW
    service tcp source eq www
    object service JT_HTTPS
    service tcp source eq https
    object network obj_lex
    subnet 172.29.88.0 255.255.255.0
    description Lexington office network
    object network obj_HQ
    subnet 172.29.8.0 255.255.255.0
    object network guava
    host 172.29.8.3
    object service L2TP
    service udp source eq 1701
    access-list VPN_Tunnel_User standard permit 172.29.8.0 255.255.255.0
    access-list VPN_Tunnel_User standard permit 172.29.88.0 255.255.255.0
    access-list inside_access_in extended permit icmp any any
    access-list inside_access_in extended deny tcp any any eq 135
    access-list inside_access_in extended deny tcp any eq 135 any
    access-list inside_access_in extended deny udp any eq 135 any
    access-list inside_access_in extended deny udp any any eq 135
    access-list inside_access_in extended deny tcp any any eq 1591
    access-list inside_access_in extended deny tcp any eq 1591 any
    access-list inside_access_in extended deny udp any eq 1591 any
    access-list inside_access_in extended deny udp any any eq 1591
    access-list inside_access_in extended deny tcp any any eq 1214
    access-list inside_access_in extended deny tcp any eq 1214 any
    access-list inside_access_in extended deny udp any any eq 1214
    access-list inside_access_in extended deny udp any eq 1214 any
    access-list inside_access_in extended permit ip any any
    access-list inside_access_in extended permit tcp any any eq www
    access-list inside_access_in extended permit tcp any eq www any
    access-list outside_access_in extended permit icmp any any
    access-list outside_access_in extended permit tcp any host 177.164.222.138 eq 33
    89
    access-list outside_access_in extended permit tcp any host 177.164.222.138 eq sm
    tp
    access-list outside_access_in extended permit tcp any host 177.164.222.138 eq pp
    tp
    access-list outside_access_in extended permit tcp any host 177.164.222.138 eq ww
    w
    access-list outside_access_in extended permit tcp any host 177.164.222.138 eq ht
    tps
    access-list outside_access_in extended permit gre any host 177.164.222.138
    access-list outside_access_in extended permit udp any host 177.164.222.138 eq 17
    01
    access-list outside_access_in extended permit ip any any
    access-list inside_access_out extended permit icmp any any
    access-list inside_access_out extended permit ip any any
    access-list outside_cryptomap extended permit ip 172.29.8.0 255.255.255.0 172.29
    .88.0 255.255.255.0
    access-list inside_in extended permit icmp any any
    access-list inside_in extended permit ip any any
    access-list inside_in extended permit udp any any eq isakmp
    access-list inside_in extended permit udp any eq isakmp any
    access-list inside_in extended permit udp any any
    access-list inside_in extended permit tcp any any
    pager lines 24
    logging enable
    logging asdm informational
    mtu inside 1500
    mtu outside 1500
    ip local pool ABC_HQVPN_DHCP 172.29.8.210-172.29.8.230 mask 255.255.255.0
    icmp unreachable rate-limit 1 burst-size 1
    asdm history enable
    arp timeout 14400
    nat (inside,outside) source static orange interface service RDP RDP
    nat (inside,outside) source static obj_HQ obj_HQ destination static obj_lex obj_
    lex route-lookup
    nat (inside,outside) source static guava WAN_173_164_222_138 service JT_WWW JT_W
    WW
    nat (inside,outside) source static guava WAN_173_164_222_138 service JT_HTTPS JT
    _HTTPS
    nat (inside,outside) source static guava WAN_173_164_222_138 service RDP RDP
    nat (inside,outside) source static guava WAN_173_164_222_138 service SMTP SMTP
    nat (inside,outside) source static guava WAN_173_164_222_138 service PPTP PPTP
    nat (inside,outside) source static guava WAN_173_164_222_138 service L2TP L2TP
    object network obj_any
    nat (inside,outside) dynamic interface
    access-group inside_in in interface inside
    access-group outside_access_in in interface outside
    route outside 0.0.0.0 0.0.0.0 177.164.222.142 1
    route inside 172.29.168.0 255.255.255.0 172.29.8.253 1
    timeout xlate 3:00:00
    timeout pat-xlate 0:00:30
    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
    timeout tcp-proxy-reassembly 0:01:00
    timeout floating-conn 0:00:00
    dynamic-access-policy-record DfltAccessPolicy
    aaa-server Guava protocol nt
    aaa-server Guava (inside) host 172.29.8.3
    timeout 15
    nt-auth-domain-controller guava
    user-identity default-domain LOCAL
    http server enable
    http 172.29.8.0 255.255.255.0 inside
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart warmstart
    crypto ipsec ikev1 transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-DES-SHA esp-des esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-DES-MD5 esp-des esp-md5-hmac
    crypto ipsec ikev1 transform-set Remote_VPN_Set esp-3des esp-md5-hmac
    crypto ipsec ikev1 transform-set Remote_vpn_set esp-3des esp-md5-hmac
    crypto ipsec ikev2 ipsec-proposal AES256
    protocol esp encryption aes-256
    protocol esp integrity sha-1 md5
    crypto ipsec ikev2 ipsec-proposal AES192
    protocol esp encryption aes-192
    protocol esp integrity sha-1 md5
    crypto ipsec ikev2 ipsec-proposal AES
    protocol esp encryption aes
    protocol esp integrity sha-1 md5
    crypto ipsec ikev2 ipsec-proposal 3DES
    protocol esp encryption 3des
    protocol esp integrity sha-1 md5
    crypto ipsec ikev2 ipsec-proposal DES
    protocol esp encryption des
    protocol esp integrity sha-1 md5
    crypto dynamic-map outside_dyn_map 20 set ikev1 transform-set Remote_VPN_Set
    crypto dynamic-map outside_dyn_map 20 set reverse-route
    crypto map outside_map 1 match address outside_cryptomap
    crypto map outside_map 1 set peer 173.190.123.138
    crypto map outside_map 1 set ikev1 transform-set ESP-AES-128-SHA ESP-AES-128-MD5
    ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ES
    P-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
    crypto map outside_map 1 set ikev2 ipsec-proposal AES256 AES192 AES 3DES DES
    crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
    crypto map outside_map interface outside
    crypto ikev2 policy 1
    encryption aes-256
    integrity sha
    group 5 2
    prf sha
    lifetime seconds 86400
    crypto ikev2 policy 10
    encryption aes-192
    integrity sha
    group 5 2
    prf sha
    lifetime seconds 86400
    crypto ikev2 policy 20
    encryption aes
    integrity sha
    group 5 2
    prf sha
    lifetime seconds 86400
    crypto ikev2 policy 30
    encryption 3des
    integrity sha
    group 5 2
    prf sha
    lifetime seconds 86400
    crypto ikev2 policy 40
    encryption des
    integrity sha
    group 5 2
    prf sha
    lifetime seconds 86400
    crypto ikev2 enable outside
    crypto ikev1 enable outside
    crypto ikev1 policy 1
    authentication pre-share
    encryption 3des
    hash sha
    group 2
    lifetime 43200
    crypto ikev1 policy 10
    authentication crack
    encryption aes-256
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 20
    authentication rsa-sig
    encryption aes-256
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 30
    authentication pre-share
    encryption aes-256
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 40
    authentication crack
    encryption aes-192
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 50
    authentication rsa-sig
    encryption aes-192
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 60
    authentication pre-share
    encryption aes-192
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 70
    authentication crack
    encryption aes
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 80
    authentication rsa-sig
    encryption aes
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 90
    authentication pre-share
    encryption aes
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 100
    authentication crack
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 110
    authentication rsa-sig
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 120
    authentication pre-share
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 130
    authentication crack
    encryption des
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 140
    authentication rsa-sig
    encryption des
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 150
    authentication pre-share
    encryption des
    hash sha
    group 2
    lifetime 86400
    telnet 192.168.1.0 255.255.255.0 inside
    telnet 172.29.8.0 255.255.255.0 inside
    telnet timeout 5
    ssh timeout 5
    console timeout 0
    dhcpd auto_config outside vpnclient-wins-override
    dhcprelay server 172.29.8.3 inside
    threat-detection basic-threat
    threat-detection statistics access-list
    no threat-detection statistics tcp-intercept
    webvpn
    enable outside
    group-policy ABCtech_VPN internal
    group-policy ABCtech_VPN attributes
    dns-server value 172.29.8.3
    vpn-tunnel-protocol ikev1
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value VPN_Tunnel_User
    default-domain value ABCtech.local
    group-policy GroupPolicy_10.8.8.1 internal
    group-policy GroupPolicy_10.8.8.1 attributes
    vpn-tunnel-protocol ikev1 ikev2
    username who password eicyrfJBrqOaxQvS encrypted
    tunnel-group 10.8.8.1 type ipsec-l2l
    tunnel-group 10.8.8.1 general-attributes
    default-group-policy GroupPolicy_10.8.8.1
    tunnel-group 10.8.8.1 ipsec-attributes
    ikev1 pre-shared-key *****
    ikev2 remote-authentication pre-shared-key *****
    ikev2 remote-authentication certificate
    ikev2 local-authentication pre-shared-key *****
    tunnel-group ABCtech type remote-access
    tunnel-group ABCtech general-attributes
    address-pool ABC_HQVPN_DHCP
    authentication-server-group Guava
    default-group-policy ABCtech_VPN
    tunnel-group ABCtech ipsec-attributes
    ikev1 pre-shared-key *****
    tunnel-group 173.190.123.138 type ipsec-l2l
    tunnel-group 173.190.123.138 general-attributes
    default-group-policy GroupPolicy_10.8.8.1
    tunnel-group 173.190.123.138 ipsec-attributes
    ikev1 pre-shared-key *****
    ikev2 remote-authentication pre-shared-key *****
    ikev2 remote-authentication certificate
    ikev2 local-authentication pre-shared-key *****
    class-map inspection_default
    match default-inspection-traffic
    policy-map global_policy
    class inspection_default
      inspect pptp
      inspect ftp
      inspect netbios
    smtp-server 172.29.8.3
    prompt hostname context
    no call-home reporting anonymous
    Cryptochecksum:6a26676668b742900360f924b4bc80de
    : end

    Hello Wayne,
    Can you use a different subnet range than the internal interface, this could cause you a LOT of issues and hours on troubleshooting, so use a dedicated different Ip address range...
    I can see that the local Pool range is included into the inside interface Ip address subnet range, change that and the related config ( NAT,etc, ) and let us know what happens,
    Regards,
    Julio
    Security Trainer

  • Any fix for sharing to facebook photos yet? says only me????

    any solution yet for sharing photos to facebook without getting the only me privacy setting???? mine worked when i first got it but now no matter what i do it wont post a pic from camera roll to anything but only me??? what kind of fatal flaw is this????

    did you already setup your facebook account in the phone settings?

  • Looking for a Xen Host Notebook

    I am looking for a notebook to run Xen with multiple VMs - Win, Linux, and Android. The CPU should have vT, i7, 16 GB RAM, 1 TB HDD, 256 to 512 GB SDD, and touch screen. Is there such a machine that will fully support Linux?

    Qubes OS uses Xen extensively, so you could start with the HCL from their wiki:
    https://wiki.qubes-os.org/wiki/HCL
    The Qubes requirements may be more stringent than what you need for Xen, because Qubes needs the VT-d feature for full security. If all you need is VT-x then any Thinkpad model having a VT-x capable CPU should work with Xen.

  • OSX Yosemite Guest Account Internet is not working.

    The Admin has internet access but the Guest Account doesn't. Can anyone help?
    Thanks.

    I'm not using VMware anymore and switched to free Oracle VirtualBox, but the concepts are the same. The default virtual machine NAT adapter is only good for connecting to the Internet using DHCP on behalf of the host OS and cannot be used to address the guest OS from outside.
    You need to configure the bridged network adapter, or a combination of NAT for outgoing and host-only for incoming network traffic. There is plenty of info on the web and the VMware knowledgeable or Google about using the virtual network editor.

Maybe you are looking for

  • Report Printing - Excel error

    Hi all, I'm not sure what's causing this error. With a regular report (not Interactive) region, I have enabled the report printing. All file types open/save correctly except for Excel. When opening the file, Microsoft Excel actually pops up this erro

  • FIRMWARE ZEN V P

    One morning, i wake hour early to plug in my Mp3 into the USB cord that connects to my computer and charge and get ready for school. An hour later i unplug it and leave. When going to class i turn it on to listen to it and i get some screen on my mp3

  • IDVD quit unexpectedly

    What would cause my IDVD to not launch. When I went from the original OS to Panther is when I first notice this problem. I did have to install a external Lacie DVD burner as the internal burner is no longer working. I was just at the Mac store with m

  • Education editions for commercial use

    I am a full-time student, so I am eligible to purchase an education edition (not student edition, I am aware there is a difference). I have read on many different websites that education editions can be used for commercial use, but I just want to con

  • [SOLVED] Strange Error When Rebooting

    Hello everyone, I'm getting an error when I shut down, and I'm not sure what it means. I copied and pasted the error into Google but didn't find anything. Here is the error in question: Nov 10 17:47:34 Athena udevd[2715]: '/sbin/blkid -o udev -p /dev