uberkey 1,904 Posted January 4, 2020 Yes, it is a bit annoying, but on official website they also use VNC, so I guess for the moment this is the only way EVE-NG supports this image. Maybe telnet in a future release. Quote Share this post Link to post Share on other sites
domin250 294 Posted January 5, 2020 I'd to configure AR1000v router for console access. Do you know that is possible? Accessing it by VNC is a bit annoying with many running routers. Can you share AR1000v image? 1 Quote Share this post Link to post Share on other sites
bironhudo 1,161 Posted January 5, 2020 (edited) Sure. Take a look at: Hidden Content Give reaction to this post to see the hidden content. Edited January 6, 2020 by mavis No need to hide public access link. Hide tags are only to be use with download links. Hide tags removed. 122 26 1 Quote Share this post Link to post Share on other sites
shikima 27 Posted January 9, 2020 Do you have the password for access to the VM? Quote Share this post Link to post Share on other sites
uberkey 1,904 Posted January 9, 2020 (edited) Do you have the password for access to the VM? Hidden Content Give reaction to this post to see the hidden content. admin/[email protected] Edited January 9, 2020 by uberkey 102 17 2 Quote Share this post Link to post Share on other sites
sajiby3k 923 Posted January 10, 2020 (edited) Thank you very much for the amazing share. I'd to configure AR1000v router for console access. Do you know that is possible? Accessing it by VNC is a bit annoying with many running routers. I have changed to telnet on EVE, however I only got a black screen. At last I do not need to use VNC in eve-ng to access this image. We need to play with qcow2 file, mount it and edit the grub.cfg file. More info coming soon. Edited January 10, 2020 by sajiby3k Quote Share this post Link to post Share on other sites
certway4life 198 Posted January 12, 2020 At last I do not need to use VNC in eve-ng to access this image. We need to play with qcow2 file, mount it and edit the grub.cfg file. More info coming soon. @sajiby3k kindly share the procedure to achieve this Quote Share this post Link to post Share on other sites
sajiby3k 923 Posted January 12, 2020 The way to enable telnet for AR1000v is below Copy the qcow2 file for huawei in /tmp in eve-ng vm Then we will mount this qcow2 file in eve-ng and edit the boot file grub.cfg - 1 . modprobe nbd 2. qemu-nbd -c /dev/nbd0 /tmp/hda.qcow2 3. mount /tmp/guest /dev/nbd0 4. mount /dev/nbd0p1 /tmp/guest/ 5. Make a backup of existing file - cp /tmp/guest/grub/grub.cfg /tmp/guest/grub/grub.cfg.bak 6. edit the boot file for qcow2 image to virtual serial interface - nano /tmp/guest/grub/grub.cfg comment these three lines #serial --unit=0 --speed 115200 #terminal_input console serial #terminal_output console serial Add instead these 3 lines - serial --unit=0 --speed=9600 terminal_output --append serial terminal_input serial console Then append console=tty0 console=ttyS0,9600 for menuentry below - menuentry 'Wind River Linux GNU/Linux' --class wind --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-b26a0881-dd8$ load_video insmod gzio insmod part_msdos insmod ext2 set root='hd0,msdos1' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd0,msdos1$ else search --no-floppy --fs-uuid --set=root 89e22363-cbf1-41cc-8d6b-e9b4e932695f fi echo 'Loading Linux 3.10.62-ltsi-WR6.0.0.12_standard ...' linux /boot_A/bzImage root=/dev/vda2 ro isolcpus=1 systemd.show_status=no console=tty0 console=ttyS0,9600 initrd /boot_A/rootfs.gz } 7.Unmount - umount /tmp/guest 8. Disconnect the qcow device - qemu-nbd -d /dev/nbd0 9. Now our qcow file is svaed with edited grub.cfg file. 10. copy the file qcow file to proper location and create a node in eve-ng and select console type telnet instead of VNC. I am attaching my grub.cfg file for reference. You can also google for qemu-nbd to understand how it works. Hidden Content Give reaction to this post to see the hidden content. 76 12 Quote Share this post Link to post Share on other sites
uberkey 1,904 Posted January 13, 2020 Awesome, need to try this, thanks a ton! Greets Quote Share this post Link to post Share on other sites
kechik 747 Posted January 15, 2020 Hi, Anyone willing to upload image that already has telnet/console instead of vnc? Thanks Quote Share this post Link to post Share on other sites
ntadmin1 282 Posted January 20, 2020 Could anybody reshare the image from here Hidden Content Give reaction to this post to see the hidden content. Please Hidden Content Give reaction to this post to see the hidden content. /uploads/emoticons/default_cry.gif"> 76 15 1 Quote Share this post Link to post Share on other sites
domin250 294 Posted January 21, 2020 (edited) Hidden Content Give reaction to this post to see the hidden content. Make use of Hide Tag while posting download links. Usage: [ hide ] link [ /hide ] (without spaces). Read the Hidden Content Give reaction to this post to see the hidden content. or get banned. Edited January 21, 2020 by mavis Hide tag added. 85 23 2 Quote Share this post Link to post Share on other sites
kechik 747 Posted January 21, 2020 Hi domin, The url that u share is it already have telnet/console connection instead using vnc? Thanks Quote Share this post Link to post Share on other sites
domin250 294 Posted January 24, 2020 I didn't test. These are the same images as original posted earlier. Quote Share this post Link to post Share on other sites