This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Newbie with ASG 7502 as vmware appliance

Folks,
I'm dead in the water since I can't even ping 192.168.0.1.  I've followed the readme PDF for the appliance files and changed VMnet8 to 192.168.0.2 but pinging 192.168.0.1 is impossible because my PC's NIC is on the 192.168.2.x range with my home network.  How is this supposed to work?  The readme is a little too barebones for my taste in this regard.  My hosting PC is Win 7 and I'm using VMware player.  Is there something I should do that wasn't mentioned in the readme?  I followed it and here I am.  Thanks in advance.


This thread was automatically locked due to age.
  • I don't exactly remember how VMware Player works with network (using virtual box myself locally) but I'll try..

    Which mode is VMnet8 in? NAT? Host Only? Bridge? (isn't this a part of the setup)?
  • Using it in BrigdeMode puts the virtual network in the same network subnet as your main system, 192.168.2.0/24 (i presume standard /24). Since you have /24 and not /22, you won't be able to find the 192.168.0.x network.

    You need to change the mode to NAT or Host Only, or change your own primary network to 192.168.0.0/24, or change netmask to /22 for the time being.

    What are you trying/wanting to do with the virtual astaro? Just look at the gui etc?
  • That's basic IP knowledge - not astaro documentation's fault. You need to be on the same subnet as another machine to be able to access it (if you do not route).
  • That's basic IP knowledge - not astaro documentation's fault. You need to be on the same subnet as another machine to be able to access it (if you do not route).

    What I'm trying to tell him [:)]

    And one should have some basic IP knowledge before one plays with firewalls and UMTs. But you gotta learn somehow though...
  • Quoting from the software Getting Started Guide.

    LAN connection properties:
    IP Address:
     Any address in the range 192.168.2.1 through 192.168.2.254 (192.168.2.100 excepted)


    Quoting from the "Installation" chapter of the User's Manual Pg6-7 (my bold):

    You need to change the gateway value only if you wish to use theWebAdmin
    interface from a workstation outside the subnet defined by the netmask.


    Note that the gateway itself must be within the subnet.[/B]4

    4 For example, if you are using a network mask of 255.255.255.0, the subnet is defined by the first
    three octets of the address: in this case, 192.168.2. If your administration computer has the IP
    address 192.168.10.5, it is not on the same subnet, and thus requires a gateway. The gateway router
    must have an interface on the 192.168.2 subnet and must be able to contact the administration
    computer. In our example, assume the gateway has the IP address 192.168.2.1.


    The net of it is that the information is there, but it appears that it's not that easy to find.

    Cheers - Bob
  • My point is that the readme.pdf that comes with the virtual appliance has instructions for VMnet8 which I've followed and they don't get me functioning.  They're very terse and in my scenario it just isn't helping.

    I'm using Vmware Workstation and maybe w/ the virtual network editor I can make some progress.  

    -----UPDATE: *SUCCESS*This is what I did to connect to the ASG virtual appliance ---------------------------------
    As the readme PDF says, I set the Win 7 host's IP address on VMnet8 (my host's virtual interface) to 192.168.0.2 (Control Panel > Networking).  In VMware Workstation's Virtual Network Editor, I made VMnet8 a host-only connection and checked the 'connect a host virtual adapter to this network' box.  And then - the critical step - is to use the Network Adapter SETTINGS (pick 1 of the 3 NICs configured for ASG) in VMware, set it to 'Custom: specific virtual network' and select VMnet8 - obviously - in the drop-down box!!  Pings now work and connecting to the ASG web page also works.

    I hope that simplifies the VM configuration for those who would like to download the ASG virtual appliance and try it out, like I did - in a VM.

    Thanks.