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

Virtual Astaro

Hi,

i am attempting to play with the virtual version of the astaro version of thesoftware but i am unable to set the systems ip address via the command line to be able to connect to it across the network and carry out full configuration via a web gui.
Any help with the linux commands so i can change this would be appreciated. - i am unable to set things up on my network to allow a pc/virtual xp setup to connect to the virtual machine under the 192 network.

Thanks

Philip


This thread was automatically locked due to age.
Parents
  • Hi,

    i am attempting to play with the virtual version of the astaro version of thesoftware but i am unable to set the systems ip address via the command line to be able to connect to it across the network and carry out full configuration via a web gui.
    Any help with the linux commands so i can change this would be appreciated. - i am unable to set things up on my network to allow a pc/virtual xp setup to connect to the virtual machine under the 192 network.

    Thanks

    Philip


    First, remember if you do anything in comandline you are without support from astaro.
    But if you want to proceed you can type the following:
    To set a ip adress (temporary untill next reboot)
    ifconfig   netmask 
    e.g.
    ifconfig eth0 192.168.1.1 netmask 255.255.255.0

    then go to your browser and type the ipadress with the port number (standard 4444) and there you go.
    remember that you have to be on the same network segment as the box.
Reply
  • Hi,

    i am attempting to play with the virtual version of the astaro version of thesoftware but i am unable to set the systems ip address via the command line to be able to connect to it across the network and carry out full configuration via a web gui.
    Any help with the linux commands so i can change this would be appreciated. - i am unable to set things up on my network to allow a pc/virtual xp setup to connect to the virtual machine under the 192 network.

    Thanks

    Philip


    First, remember if you do anything in comandline you are without support from astaro.
    But if you want to proceed you can type the following:
    To set a ip adress (temporary untill next reboot)
    ifconfig   netmask 
    e.g.
    ifconfig eth0 192.168.1.1 netmask 255.255.255.0

    then go to your browser and type the ipadress with the port number (standard 4444) and there you go.
    remember that you have to be on the same network segment as the box.
Children
  • In addition, if you would like to do this via the Astaro Confd Client type the following

    1) cc
    2) RAW
    3) lock_override
    4) OBJS
    5) itfparams
    6) primary
    7) REF_****** (should just have the one interface so far so there should be only one listed here by REF number)
    8) address=192.168.0.1 (for example)
    9) change other parameters if you need to (visible by hitting tab)
    10) w + enter to write the changes
    11) quit to exit

    Now join WebAdmin by navigating to https://192.168.0.1:4444 or the IP you set, from the same or visible subnet.