Hang a new virtual machine to the Internet

All virtual machines that I downloaded connect to internet automatically when I their fire upwards. I downloaded a new machine virtual de VulnHub, specifically BrainPan2. It does not connect to the internet automatically even if it is supposed to. It's a vulnerable VM installation for security penetration testing. Now, I start my VM Kali, do a scan of the network and see all my computers. I'll start a VM unrelated, rerun the scan and check the other appears. Now I launch BrainPan, run the scan and nothing. I don't see on the scan.

I read several guides associated with the virtual BrainPan2 of the internet machine, and everyone seems to be able to plug in and go. On the site of the BrainPan: 'import brainpan2.ova into your privileged hypervisor and configure the settings of the network to your needs. It will get an IP via DHCP, but it is recommended that run you to the breast of a NAT or visible by the host only operating system because it is vulnerable to attack."

So, I put the virtual machine to run on NAT, connected by a bridge and also host. I can't detect the virtual machine by any means, it just is not auto-connect. And I can not connect and plug it as he did to hack.

Does anyone have any suggestions?

Hi John,.

I'm using the regular VMware Fusion, not Fusion Pro. Fusion Pro is a virtual network editor that could help; I do not know. Just for fun, I downloaded BrainPan2 VM, and it worked only. Here are the steps I took:

  • Go to Brainpan: 2 ~ VulnHub
  • Click Download, which exposes the download link.
  • Download the file brainpan2.zip and unzip it.
  • Check the integrity of the downloaded file brainpan2.ova. In terminal, type 'openssl sha1', and then drag the file brainpan2.ova to the Terminal to fill in the full path of the brainpan2.ova file. Press return. Compare the sha1 hash in the terminal with one on the web page of the BrainPan. If they do not match, try again download.
  • Open VMware Fusion 8 and choose file-> import. Drag the file brainpan2.ova to the window. Click on the button continue and save the converted virtual machine. VMware Fusion will display a progress bar as it converts the file .ova. It took a few minutes on my Mac. Once the conversion is completed, you will see a window Finished.
  • Click Customize settings.
  • As part of the network card, select private to my Mac.
  • Start the virtual machine of BrainPan2. I don't bother to upgrade the hardware. You will see a login prompt, which I ignored. The BrainPan2 virtual machine will get an IP address from the DHCP server on VMware virtual network.

Optional:

  • Open the BrainPan2.vmwarevm file in the Finder. Right-click to display the contents of the package. Open the vmware.log with a text editor like BBEdit or TextWrangler or even TextEdit. Search for "192.168" and you will find two entries to the VMware virtual networks. On my system, the private sector in my Mac network was vmnet1 to 192.168.166. * (I guess that the other network is the "share with my Mac" NAT.) He was appointed vmnet8.)
  • Close the log file.

Instead of Kali Linux, I used one of my virtual machines in OS X, because it was very convenient. (My Kali Linux virtual machine are saved on an external drive). The virtual machine of OS X I used runs El Capitan, but any version of Mac OS X.

  • Take a snapshot of the OS X machine for two reasons: (1) to maintain its normal parameters and (2) because I don't trust the BrainPan2 virtual machine to not attack the OS X machine on the VLAN.
  • After the snapshot set network configuration of the virtual machine of the OS X private to my Mac, so that it is on the same virtual network as the virtual machine of BrainPan2.
  • Start Mac virtual machine. In the terminal, type "ifconfig en0" to see its IP address on the local network deprived of VMware. There are other ways to find the IP address, of course. My virtual machine to OS X has been awarded 192.168.166.129, so I figured though the virtual machine of BrainPan2 has been assigned to 192.168.166.128, which proved to be just.
  • If it is not already installed, download nmap or Zenmap or tools of everything that you need. A Kali Linux preinstalled.
  • Run a scan of the LAN ping. Example: ' nmap - sn 192.168.166. * "you should see the virtual switch to 192.168.x.1, your virtual Kali Linux or OS X machine and the virtual machine of BrainPan2 (mine was 192.168.166.128 as I suspected). The virtual machine BrainPan2 responds to the pings.
  • At this point, I ran a scan of port of the virtual machine of BrainPan2. Not wishing to spoil your fun, I will only say that I found the open ports on the BrainPan2 virtual machine.

Don't forget to restore your virtual machine OS X (or Kali Linux) to the previous snapshot once you are done with BrainPan2, if nothing else, but to restore access to the Internet by moving out of virtual private LAN.

I hope this helps. Please let us know if you are able to make it work. I hate to write solutions and then never discover what happens then.

Tags: VMware

Similar Questions

  • Create new virtual machine of the model that have two hard drives in the different data store

    We do VM deploy automation with PowerCLI.

    There is already a model created with at least two hard drives to one side and each hard drive belong to difference datastore,

    In the model's operating system is Windows server 2008 R2 already installed VMware Tools and other software in the second (other than C: driver) driver

    We can successfully deploy a new virtual machine with this manually with vSphere client model.

    But when we try to make the deployment with PowerCLI, can not find examples of similar scripts in the document of reference,

    and we also google this question, still no similar question was found.

    Is this possible with PowerCLI? If it's possible could you give me some advice or an example of script, thank you!

    Best regards.

    I already found the solution.

    With the vSphere SDK .NET API, we can create the new virtual machine to the model

    Mainly used API listed below, sorry because I can not give the source code here.

    • VMware.Vim.VirtualMachineCloneSpec
    • VMware.Vim.VirtualMachineRelocateSpec
    • VMware.Vim.ManagedObjectReference
    • VMware.Vim.VirtualMachineRelocateSpecDiskLocator
    • VMware.Vim.ManagedObjectReference
    • CloneVM_Task

    For reference, you can take a look at this post and this post

    LucD , thanks for your help!

  • PowerCLI script - new virtual machine of the model

    Hi all

    I am very new to power CLI scripting, and these days, that I read a lot of help to automate the creation of a new virtual machine based on the model of the virtual machine.  Script that is not that hard, even location new virtual machine on a particular data and in a particular resource pool store is not difficult.  For this I came up with this very basic script/command:

    "New-VM - ResourcePool < resource_pool > - < folder_name > location - Datastore < datastore_name > - name < VM_name > - < template_name >"model

    However, I came across some problems that I can't find information in help or in the forums.  Problem with the above command is VM will be created in the pool of appropriate resources and file as long as they are unique, but if there are multiple instances of resource pool or a folder with the same name as the script spits out a mannequin.

    So for example if I want to create a new virtual machine to the location following Data_Centre = > RootFolder1 = > SubFolder1 = > SubFolder2 and SubFolder2 name is unique that no problem, the virtual machine is created at this location.  However, if the SubFolder2 exists in Data_Centre = > RootFolder2 = > SubFolder1 as well as the virtual machine is created in the folder root of the location of the model.  For example, if the model is in "DC = > Folder1 = > Subfolder1 = > Subfolder2 ' the virtual machine will be created in the folder Folder1

    Any suggestions on how to ensure that the virtual machine is created in the desired folder/location as well as a list of resources?  In my view, there are really smart guys here and I suspect that this issue would not be a problem at all.  Any help would be appreciated.

    See you soon

    It is not a matter of following the right path.

    You can use the location setting to get the exact folder you want. For example

    $dc = get-data center-name DC1

    $folder = get-file-name Folder1-location $dc

    $subfolder = get-file-name Folder2-location $Folder1

    or

    $dc = get-data center-name DC1

    $subfolder = get-file-name Folder2-location $dc

    You will need to find a "place" in the path to your destination folder where it will be unique.

  • create a new virtual machine with the default settings?

    I was wondering if there was a way to create a new virtual machine with the default settings.

    For example, let's say I want all new Lion VM to have 2 CPU cores. Is there a way to set this automatically? There are other parameters I want a new machine to inherit automatically, I was wondering if there is an automatic way to do this, or is it a feature request...

    Thanks in advance

    lerker wrote:

    Just for my clarification, when you say a vm model, basically I would execute a finder copy then drag back to the VM library, right?

    Yes.

    On the orders of spcirpting, it would be unix commands or are there specific vmware controls that make your job easier (in Applications/VMware\ Fusion/content or elsewhere)...

    IIRC, VMware Fusion 3 and later versions has an AppleScript dictionary, but it is not yet officially supported and may not be able to do what you want so, basically, only Unix Shell scripts, that's what I was referring to.  For an example, see my script attached to the following response: Re: vmware - script of the creation of the vm and the operating system installation process

  • OsCustomizationSpec and OSCustomizationNicMapping they are a good way to set up the new virtual machine for the model

    I build a script to generate auto magicly VM when I have import information from a csv file. I have the latest PowerCli, I am trying to build servers r2 Sever 2012 model.  I tried several OsCustomizationSpec (OCS) of in the hope of getting something to work, but I had no luck so far.  In VCenter, it shows that it applies the OCS, but is not apear to have an impact on the server.  I have disabled UAC since the last time that I tried it so maybe that will make a difference.  I am under ESXi 5.1 update 2, just to try to give all the necessary information.  Ideally, I'd like Sysprep, the value of intellectual property, change the computer name and join the server to the domain.  That's all! lol I have the book "VMware vSphere PowerCLI Reffernece, automating vSphere Administration, I walked through step by step.  The new version of PowerCli seems not have the x 86 limitation as earlier versions of PowerCli.  I tried so many different things, I'm not sure what to put in place as a starting point.

    # Save the object credentials with permission to join the domain.
    $DomainCredentials = get-Credential "domain\testername."
    # Clone our Spec by adding the domain information.
    $Spec = get-OSCustomizationSpec "Windows Server 2012 R2"
    $Spec += get-OSCustomizationNicMapping - Spec $Spec
    #$Spec | Select *.

    # Get our VM
    # Change network settings
    Get - VM BigServername | Get-NetworkAdapter | Together-NetworkAdapter - NetworkName nic - 172.16.25 - VLAN225 - connected: $true '
    -Confirm: $false | out-null
    # Close the comments to make change.
    Stop-VMGuest - VM $VM - confirm: $false | out-null
    # Wait while feedback stops
    While ($vm. ExtensionData.Runtime.PowerState - not "poweredOff")
    {
    Start-Sleep - seconds 1
    $vm. ExtensionData.UpdateViewData ('Runtime.PowerState')
    }
    # Apply Spec customization to apply the new network settings
    Get - VM "BigServername" |
    Set-VM - OSCustomizationSpec "R2 Windows Server 2012" - confirm: $false |
    Start-VM

    I can rebuild the model, or something else, we must do this work.

    OR - is simply not the best way to configure the VM?  If not, what Sysprep?

    Good news, but first, I would really like to know where the log files are on which server to the OsCustomization process.

    I decided to reverse engineer and create a CSOS within vCeneter and once I got to work, I kept creating new CSO via PowerCli until I could get that to work, create a new virtual machine.  Once I got this to work, I have tryied to apply on a cloned vm, with no parameters. I got it works too.  I tried to go back to my original image, but I couldn't get this to work.  Something's wrong with this picture.  He wrath that the problem was related to the permissions on the local client.

    New OSCustomizationSpec - OrgName company OSType - Windows - ChangeSid-Server "vcenter.dom.com" - name PowerCliOnly4 - persistent administrator-Type FullName - AdminPassword! password123 - zone "Eastern (USA and Canada)" AutoLogonCount - 3 - domain dom dadmin - DomainUsername - DomainPassword! password123 NamingScheme - vm-Description "PowerCli Use only" - confirm: $false

    Get-OSCustomizationNicMapping - OSCustomizationSpec PowerCliOnly4 | Game-OSCustomizationNicMapping - Position 1 - IpMode UseStaticIP - IpAddress 10.10.10.98 - 255.255.255.0 - DefaultGateway 10.10.10.1 Dns subnet - mask "10.10.10.10","10.10.10.11" "-confirm: $false

    This seems to be very picky.  Because the area is one of the parameters, you cannot put it in the DomainUsername, no dom\dadmin. The part that I really want to know how to get more, is what happens if your vm has a different local administrator as the administrator account.  It turns out that FullName - is not the account that it to connect locally with tires. When I created the vCenter Medtronic Chondroitin, I put 'me' in the name and information of the Organization and that's what was settled in the FullName property:

    Name: PowerCliOnlyM
    Type: persistent
    ServerId: /VIServer = dom\[email protected]: 443.
    Server: vcenter.dom.com
    LastUpdate: 24/09/2014 13:33:19
    DomainAdminUsername: dadmin NO dom/dadmin here!
    DomainUsername: dadmin
    Description: PowerCli use only, done manually in vCenter.
    AutoLogonCount: 3
    ChangeSid: true
    DeleteAccounts: false
    DnsServer:
    DnsSuffix:
    Domain: vsi
    Full name: me
    GuiRunOnce:
    NamingPrefix:
    NamingScheme: Vm
    OrgName: CompanyTU
    OSType: Windows
    ProductKey:
    Time zone: (USA and Canada)
    Working Group:
    LicenseMode: NotSpecified
    LicenseMaxConnections:
    EncryptionKey: {-126, 3, 48, 108...}
    ExtensionData: VMware.Vim.CustomizationSpecItem
    ID: PowerCliOnlyM
    UID: /VIServer = vsi\[email protected]: 443/OSCustomizationSpec = PowerCliOnlyM /.
    Client: VMware.VimAutomation.ViCore.Impl.V1.VimClient
    AdminPassword: w
    DomainAdminPassword: N
    DomainPassword: N

    DNS: {10.10.10.10, 10.10.10.11}
    Wins                  :
    SpecId: PowerCliOnlyM
    Spec: PowerCliOnlyM
    SpecType: persistent
    NetworkAdapterMac:
    Position: 1
    IPMode: UseStaticIP
    IP address: 10.10.10.98
    Subnet mask: 255.255.255.0
    DefaultGateway: 10.10.10.1
    AlternateGateway:
    VCApplicationArgument:
    ID: /VIServer = dom\[email protected]: 443/OSCustomizationNicMapping = OSCustomizationNicMappingImpl-PowerCliOnlyM-persistent-1.
    UID: /VIServer = dom\[email protected]: 443/OSCustomizationNicMapping = OSCustomizationNicMappingImpl-PowerCliOnlyM-persistent-1.
    ExtensionData: VMware.Vim.CustomizationAdapterMapping
    Client: VMware.VimAutomation.ViCore.Impl.V1.VimClient
    Version: 1

    I think that it is good to know that the virtual machine reboot 4 or 5 times as it goes through this process.  It breaks is you try and do something for the virtual machine that interrupt the process.  I don't know that I'll think more questions in a second.

    In addition, it cost he had some problems with the put between quotation marks, single or double around the password, but I did not check this again, I just know that once I took them, he began to work.  I ran on other issues while testing as I was using a single IP address, so if I do not disable the test VM, the following would not work because of the conflct network, maybe I shouldn't admit that... lol

  • New virtual machine for the model with the specific name

    Hello

    I'm trying to add some model VM to VAPP using recomposeVApp (...). And it works well except that I can not change the name of the virtual machine while recomposing. It takes the name of the model. But how to add VMS to model with the specific name? I use the v1.0 API.

    This is my code:

    ReferenceType vmTemplateRef = new ReferenceType();
    vmTemplateRef.setName ("MyNewVM"); This name is ignored. The name of the model is taken!
    vmTemplateRef.setHref (vmRef.getHref ()); reference to the model

    CompositionItemParamType vmItem = new CompositionItemParamType();
    vmItem.setSource (vmTemplateRef);

    create the type params VAPP recompose.
    RecomposeVAppParamsType recomposeVAppParamsType = new RecomposeVAppParamsType();
    recomposeVAppParamsType.setName (vAppRef.getName ()); The name of vApp. It is ok.

    added the element of the virtual machine.
    The newItems < CompositionItemParamType > recomposeVAppParamsType = list
    . getItem().
    newItems.add (vmItem);

    Task task = vapp.recomposeVapp (recomposeVAppParamsType);

    Thank you

    Hello

    For after this code fragment:

    vmTemplateRef.setName ("MyNewVM"); This name is ignored. The name of the model is taken!

    The model name is ignored because vmTemplateRef is the only reference to the object that will be used for the operation of recomposition. If changing the name it will be always ignored.

    I think that changing the name of the virtual machine template for recompose cannot be done as follows:

    (1) operation recomposeVApp().

    (2) get the recomposed VAPP

    (3) download the children-> VM you want to change.

    (4) change the name of the virtual computer.

    I hope this helps!

  • I can't create a new virtual machine, for the error "invalid state" of vmware

    Hi, I have an esx server with some production virtual machines vmware;

    Yestarday I made a new VM, suse linux, froma cdrom; but the file system broke down, it has been altered, I don't know why,

    and I had to cancel the machine using the "remove disc";

    After that I could read "a system general error occurred" and when I click on create a new virtual machine (ctrl + n), I can't because the answer is "invalid state".

    When I click on each virtual machine in 'events', I do not see the logs, I see this error "system general error occurred.

    can someone help me? , should I restart the service mgmt-vmware?  (init.d) on the host server?

    Thanks in advance, best regards

    Toscano Max

    If you use Virtual Center, rebbot VC server and try again. If this does not work, you may have to restart the ESX host.

  • I can't access my Virtual Machine when the internet connection is disabled...

    Hello... I'm newbie here... I don't know if Iam asking stupid

    question or good question... Well I can't access my Virtual Machine

    When the internet connection is off... it is quite common... or

    obnormal... In my area there is a lot of electricity cuts... and

    interruptions of network of regular power 5 hours ago

    cut... and power cuts not notified... So I can't access the internet

    constantly... Is there any solution for this... Thank you

    your valuable suggestions...

    Thank you and best regards,

    Indianmale.

    Just to clarify - you are unable to connect using the default management tools to the servers in your office.

    Have you tried to remote desktop, telnet, ssh, otherwise?

    I'm kind of thinking he's trying to communicate to the world for the validity of a SSL key

  • networking of virtual machine of the internet does not work

    Hi, I am a beginner in Linux, my friend recommend install me VMware 6.0.3 for practice station. I choose the NAT configuration for my virtual machine, because I have a wireless card on my host (winxp-3 Pack), the period of investigation (get automatically from DHCP server) is 192.168.1.1 and 192.168.1.2 is my router to external internet gateway; I set virtual machine sitting in 192.168.88.0 segment. I tried to ping 192.168.1.2 - my physical network adapter, there is no road, looks like icmp knows only 192.168.88.2 (the VMware network adapter is 192.168.88.1), the gateway to the virtual network, but he does not know where to send the packets next hop.

    I put something else to let work?    The snapshot of the configuration is in the attachment.

    Thanks much for any help!

    No, it's quite normal. The gateway by default and DNS for the guest is the IP address of the host VMnet8 + 1 card.

    You can check this by opening the editor of virtual network within VMware Workstation, go to the NAT "tab" and look at the IP address of the gateway. You can also click "Edit", where you can configure (if necessary) DNS servers. But under normal circumstances, the default gateway setting here covers the host DNS queries. They will be transmitted to the DNS server that is configured on the host computer.

    Generally a server should not have multiple default gateways. For the host, it is the default gateway configured on the physical map (otherwise communication would be locked to himself). This is why the army should not have a default gateway on VMnet1 and VMnet8.

    NAT (VMnet8) allows you to communicate with the outside, the guest need default gateway to know where to send the packages which are not intended for the LAN VMnet8 (DNS queries for example). He uses this special IP

    AWo

    VCP / vEXPERT 2009

  • How to add a new virtual machine to the ESX host using the existing files?

    I need to implement a function clone without the use of cloneVM_task. I copied (a special copy) a set existing VM Directory Active Directory to a new directory and renamed copied all files prefix name of the new direcotry.  What task VM (reconfigVM_task, createVM_task or registerVM_task) command can I use to add that the new copied VM on the ESX host? I need to manually update the .vmx for new UUID file and other parameters?

    Thanks for any help.

    I think that as long as you have updated all the names to reflect the new clone you must be fine and on the first step, you will be prompted with a question.

    =========================================================================

    William Lam

    VMware vExpert 2009

    Scripts for VMware ESX/ESXi and resources at: http://engineering.ucsb.edu/~duonglt/vmware/

    http://Twitter.com/lamw

  • How to access my virtual machines to the internet

    Hi all

    IAM running VMW 6.05 I 10 vm running inside my host is xp professional and I don't want to make RDP for this host because who will sign him out because that simply allow 1 rdp connection

    I need to access my two Linux Vms from the internet but don't know how preinstalled Vmware network is configured in Bridge mode they get internt via dsl on the host pc connection and its dsl mode is configured for PPPOE mode

    Thank you for your kind suggestion and solutions

    Thank you for your support

    Ashu

    The instructions are router very specific, so your mileage may vary.

    On my linksys router, I connect to the management interface, go to the Applications and Gaming tab to configure your port forwarding.

    There are a few choice integrated but you can go on the empty area and create your own.

    There, type in ssh_vm1, select the external port (it is the port you will use to connect to internet) and then inside port (SSH, it is 22), then IP address internal and check active.

    Do the same for the ssh_vm2, and you should be good to go.

    Now, you will need to find your external IP address as well to connect to the Web address that was assigned by your ISP.  You can reach a site, like ipchecking.com, and your address is in the right hand corner.

    -KjB

  • Deploy the new virtual machine with version 7 on vSphere HW 5

    Hello

    Is there a parameter / method of new virtual machines with the 7 deplpy (and NOT HW version 8) hardware on a vSphere host version 5?

    We currently have a mixed cluster (vSphere 4.0 U2 & 5.0 U1 Hosts) with activated automatic DRS.

    NB.  I found that 1.5 vCloud Director boasts a version of VM HW (v7 or v8) framework that is useful for mixed clusters. I hope that vSphere itself may have a similar setting.

    Yes, it is certainly possible. Simply select "Custom" in the "New VM" Wizard and you will be able to decide which version HW (7 or 8) you want to use for this virtual machine.

    André

  • Assessment of Windows has expired the vcenter - how to recreate in a new virtual machine?

    For reasons I won't go into detail, the Windows evaluation period has expired for a VM running vCenter server for a project I'm working on that.  They have the license key is not the media that they installed, so once they have the appropriate support, they will create a new virtual machine with the installation of operating system licensed correctly and install vCenter Server/MSDE on it from scratch (the same way the other VM was built).  What is the best way to get over as much information as possible from the old instance of vCenter?  (We can not do related modes because we cannot connect to the old VM more.)

    > Is there a good way to replicate this info from the old DB to new DB

    Well don't know if you want to say that Oracle or SQL.  If it is easy SQL, simply move the entire file *.dbf VC points currently on the new server of DB.  That's why I love SQL server, easy migration.

  • Default directory for the creation of new virtual machines

    Is it possible to change the default folder for new virtual machines in the data store? Then, instead of esxi always create virtual machines directory under / you can have create the folder in a subfolder.

    Must be removed. I just watched ghetto HA script a lamw to see if she could be easily adapted to do. I don't think it would take a lot. It would automate the task of the cancellation of registration, travel and re-entry.

  • A virtual machine or the template with the same name is already registered. Server error: the specified key name or identifier already exists.

    Hi all

    I have a 5.5 esxi server just the a virtual machine running at the moment. I try to clone this as shown below:

    http://nchrissos.WordPress.com/2013/04/22/cloning-a-VM-without-vCenter-in-ESXi-5-1-free-edition/

    However, I get the error:

    A virtual machine or the template with the same name is already registered. Server error: the specified key name or identifier already exists.

    I have no vcenter (yet), and it's just the 1 vm. The virtual machine is turned off. I get this error regardless of the name, I said that when I choose "add to the inventory.

    All advice appreciated.

    Thank you

    Oh dear...
    you read bad advice on the internet and then you get also the stupid advice here.

    Ignore both!

    If you want to clone a virtual machine by copying - do it like this:

    Create new virtual machine with the wizard.
    Skip creating a disk for new customers.

    In Datastorebrowser copy the original vmdk to the new dir, which has been created by the wizard.
    Reopen the new VM and edit - assign the vmdk that you just copied.

    The procedure of the blog is not supposed to work.
    Sissine trick doesn't make sense either

Maybe you are looking for

  • Help me stop iCloud Sync in Mac OS Sierra!

    I upgraded to macOS Sierra 2 days. During Setup, I selected 'Use iCloud Drive' as I had used it with El Capitan on my MacBook Pro. The installation is complete, and I started to open my apps to see what was broken in the installation process. Also, I

  • Cannot install Easislides

    I can download Easislides, but Windows won't let me install it. He said something like Administrtaor will not allow this"how I enable it please? Any suggestions?

  • Be adjusted for Deskjet 6840 driver for 64-bit Windows 8.1

    Hello I had a 6840 Deskject on my network wireless for quite awhile and come to take possession of a new office of 64-bit running Windows 8.1.  I tried to add the printer using the "Add a printer" function of the control panel.  As the 6840 were not

  • Cannot clear the print queue

    I have the HP Photosmart all-in-One Printer C308g and tried to print a document yesterday evening.  It was the answer.  Then I tried to erase the doc and he said "deletion" - which was at 23:32 (EST) last night.  Since this same minute (11 a.m., EST)

  • BlackBerry Smartphone email settings problem

    I have 3 addresses on my Torch - a Gmail account that works, a Blackberry that works also, and an email company that used to work. Recently my company changed its web servers, and the new server requires that the username email address complete 'abc@