What you end up seeing on the video console is this message:
If only you could modify the image so that the /boot/loader.conf file so instead of reading:
console="comconsole"
it could be modify to project on the video console.
console="comconsole, vidconsole"
I found out that VMWare has the ability to allow remote serial connectivity through telnet. First you add a serial port.
Next you select Direction and choose Server. In the port URL you'll need to map the port number to a new value that is not a well know port number. I chose 10026. You add the url
telnet://:<your_port_number>
Then after you spin up the VM. You access the new VM by telneting to the Host Server's IP and the custom port number you created. It may take a while, but eventually you'll get a prompt.
My_Mac% telnet 10.11.39.145 10026
Trying 10.11.39.145...
Connected to 10.11.39.145.
Escape character is '^]'.
Amnesiac (ttyd0)
login:root
Next you can edit the /boot/loader.conf file or add an IP address and turn on telnet/ssh service on the Virtual Junos so you can directly access the device through a management port.
No comments:
Post a Comment