VMware vSphere

 View Only
Expand all | Collapse all

RADIUS Server

  • 1.  RADIUS Server



  • 2.  RE: RADIUS Server

    Posted Feb 16, 2009 06:17 PM

    Maybe Im missing something but.. It would be nice if you included the root password as well.



  • 3.  RE: RADIUS Server

    Posted Feb 17, 2009 07:37 AM

    You ARE missing something. You should first read the whole page before you start crying. In case you still haven't found it. The password is listed on the right side of the page (listed under Virtual Appliance Account Information!)



  • 4.  RE: RADIUS Server

    Posted Feb 17, 2009 12:29 PM

    I saw the:

    Virtual Appliance Account Information

    Username: fnsadmin


    Password: fishstix

    Appears fnsadmin is just a user account. I asked for ROOT. Forgive me for not being familiar with your chosen flavor of linux..

    And Im not crying. Just requesting clarification...



  • 5.  RE: RADIUS Server

    Posted Mar 01, 2009 11:26 PM

    I guess I need to cry too cause I don't know what to do with just an OVA file. :_| :smileylaugh:

    That was all I had after I unpacked the ZIP. Every other appliance I have ever used has at least came with the VMDK files. Am I missing something?



  • 6.  RE: RADIUS Server

    Posted Mar 02, 2009 12:39 PM

    Maybe I can help. I believe the OVA is kind of like a zipped distribution package of the appliance (Open Source). You can open it directly into VMWare Workstation, or maybe directly into ESXi. Another option is to try the free version of Converter. The ova file has the disk files embeded inside it.

    Do me a favor? Post back your results please.

    Thnx



  • 7.  RE: RADIUS Server

    Posted Mar 02, 2009 11:23 PM

    I certainly will Tim and thanks for your response. Hopefully my trials and tribulations can help other fellow nubs like me. :smileylaugh:



  • 8.  RE: RADIUS Server

    Posted Mar 03, 2009 01:12 AM

    I got it working!! For users with VMware server my steps are as follows:

    1. Download/install/run VMware vCenter Converter (I also recommend to just install the standalone)

    2. Click on the icon to "Convert Machine" or go File, New,"Convert Machine"

    3. In the wizard that pops up, select "Virtual Appliance" and browse to the ".OVA" file. Hit next and next again.

    4. Choose "VMware Workstation or other VMware virtual machine" from the first drop down.

    5. For the second drop down choose your VMware product, in my case it was "VMware Server 2.x"

    6. Browse to your location where you keep your VMs and hit next.

    7. Edit or change any options you like, I left mine at defaults.

    8. Then next your way through till it runs. You should be taken back to the main screen and the status will show as "Completed" when it's done.

    Once done you can add the VM using the server management interface just like any other. As Tim suggested above the OVA file appears to be a package for VMs similar to how ZIP files are used.

    Thanks for your help Tim!



  • 9.  RE: RADIUS Server

    Posted Apr 03, 2009 08:34 AM

    After installation there is only loopback interface, how to add a network adapter?



  • 10.  RE: RADIUS Server

    Posted Apr 03, 2009 10:14 AM

    Thats why I asked for the *_root_ *password. I wanted to add my nic settings to the appliance. fnsadmin is not permitted. I really think this appliance should be removed from availability. Its in essence.. Totally USELESS without a network adapter.

    Now you understand what I was talking about earlier?



  • 11.  RE: RADIUS Server

    Posted Apr 04, 2009 10:24 AM

    To create new root password you have to(for me this works):

    1. On the boot in grub press ESC to enter recovery mode

    2. In meny select root

    3.Type passwd to create new password

    For me this appliance now works, friend of mine help me to add a new nic, I dont know exactly what he is done.

    I have just setup to get web interface not tested function and how realy works.

    Yes, and for me is very stange why there is no nic, maybe this appliance is not only for vmware, but for example and xen, and there is no uniqe driver.

    The OS see nic interface, but can't find driver, maybe it is a bug in this version of Ubuntu, I read something similar, but I'm not sure.

    If anybody need help I can ask my firend what he is done .

    BTW. on login page user is administrator and pass is fishstix.



  • 12.  RE: RADIUS Server

    Posted Jun 16, 2009 11:26 PM

    There is an easier way to gain root access:

    1. Login as the user 'fnsadmin' with password 'fishstix'

    2. Type "sudo su -", followed by the same password again (fishstix) when prompted

    3. You are now root, and can assign a password to login directly by typing 'passwd' (as goxy mentioned above)

    The network issue is caused by udev remapping the network interface from eth0 to eth1. The easiest way to fix that is to edit the file /etc/network/interfaces:

    1. Open the file /etc/network/interfaces using your editor of choice, e.g. vi

    2. Change all occurrences of 'eth0' to 'eth1'

    3. (Optional:) Change the static IP settings, or change the line that now reads "iface eth1 inet static" to "iface eth1 inet dhcp" and delete all lines below it.

    4. Save & quit, then run "ifup eth1" to bring the new interface up



  • 13.  RE: RADIUS Server

    Posted Jun 30, 2009 04:37 AM

    I sent this exact info to the author of the VM in March. He thanked me and said he'll roll the suggested changes into the next version of the appliance. I anxiously await the goodies :^)

    @@ron



  • 14.  RE: RADIUS Server

    Posted Sep 22, 2009 04:09 PM

    To get root access, login as fnsadmin and password fishstix, then type

    sudo passwd root

    it will ask you for a new password for root, simple enough

    In order to activate the network interface, you need to run this command as root

    nano

    /etc/udev/rules.d/70-persistent-net.rules




    comment out the first line with ETH0 in it, and then in the second line change ETH1 to ETH0







    My question for the maker of this appliance is, what is the password to the web interface included, and what are the MySQL database passwords etc



  • 15.  RE: RADIUS Server

    Posted Feb 21, 2010 09:01 PM

    Firstly, thanks to the original author. Nice appliance.

    To everyone else, have you tried mysql -uroot -pfishstix OR mysql -ufnsadmin -pfishstix ?

    Also, to reset the interfaces, echo "" > /etc/udev/rules.d/70-persistent-net.rules



  • 16.  RE: RADIUS Server

    Posted Feb 22, 2010 05:38 AM

    It's me again.

    Default Mysql detials:


    mysql -ufnsradius -psecurity1@



    From here, update your root password


    >SET PASSWORD FOR 'root'@'localhost' = PASSWORD('newpwd');
    >\q

    IF you change the mysql password for fnsradius, update /var/www/daloradius/library/daloradius.php.conf to reflect the changes



  • 17.  RE: RADIUS Server

    Posted Jan 12, 2012 03:53 PM

    Dear Author and other posters.

    It's really a long time since the original post and appliance development.

    FreeRadius version 2.1.12 is out already, and still - this appliance is very high in Google results when looking for FreeRadius virtual appliance.

    Maybe the original author or another clever guy will make for all of us a new, fixed, version of last linux version, with last FreeRadius version, and maybe a good version of MySQL also, all with known passwords and good configuration (ethernet adapter, for example).

    Thanks,

    Offer.