Page 1 of 1

Bluecoat

Posted: Mon Mar 19, 2018 12:03 am
by darko
When will Blueacot images be supported?

Re: Bluecoat

Posted: Mon Mar 19, 2018 7:06 am
by darko
??

Re: Bluecoat

Posted: Mon Mar 19, 2018 11:32 am
by darko
No reply ...

Re: Bluecoat

Posted: Tue Mar 20, 2018 4:45 pm
by darko
It won't be hehe

Re: Bluecoat

Posted: Tue Mar 20, 2018 7:30 pm
by Uldis (UD)
I answered already in your other post.
I have no virtual image to test it.
This image can get person who has account to them.
Virtual appliance.
if some can provide me that image I will try get it in

I have not it

UD

And stop post many times same issue in forum

Re: Bluecoat

Posted: Sat Mar 24, 2018 5:55 pm
by coult
Tested OK version SGOS 6.7.2.1 MACH5 Edition in EVE-NG Community ed. v2.0.3-86

Code: Select all

$p['type'] = 'qemu';
$p['name'] = 'bluecoat';
$p['cpulimit'] = 1;
$p['icon'] = 'WSA.png';
$p['cpu'] = 1;
$p['ram'] = 2048; 
$p['ethernet'] = 4; 
$p['console'] = 'telnet';
$p['qemu_arch'] = 'x86_64';
$p['qemu_nic'] = 'virtio-net-pci';
$p['qemu_options'] = '-machine type=pc-1.0,accel=kvm -nographic -rtc base=utc';

Code: Select all

root@eve-ng:/opt/unetlab/addons/qemu/bluecoat-ProxySG_6.7.2.1$ ls -l
total 294284
-rw-r--r-- 1 root root 301203456 Mar 12 15:49 virtioa.qcow2
-rw-r--r-- 1 root root    198656 Mar 12 15:49 virtiob.qcow2
Image

Re: Bluecoat

Posted: Sat Mar 24, 2018 6:08 pm
by Uldis (UD)
Great work

Re: Bluecoat

Posted: Sun May 27, 2018 11:18 am
by shoaibmerchant89
I added a new template for bluecoat but it still doesn't show up under the drop down when tying to add a node.

What other change is required for the template to show up under the node drop down?

Re: Bluecoat

Posted: Thu Jun 14, 2018 10:34 am
by coult
You need to edit /opt/unetlab/html/includes/init.php and add an entry as you would like it under node_templates section.

Don't forget that your custom entries get wiped out each time you update EVE-NG, at least when new image templates are released.
Just go there and add it back 8-)

Re: Bluecoat

Posted: Tue Jul 31, 2018 9:33 am
by sergoaguero
thank you for your answers. It really helps.All of them