Cool. Then all you need to do is change the path value for the command:
Code:
find $HOME/Documents/GNS3/Tmp -iname 'pipe_XRv*'
The
find command should output the fully qualified path for the file. You would then use that as the value for the
nc command. For example, it may look something like this:
Code:
nc -U /Users/Mud/Documents/GNS3/Tmp/*y34lxmz64cy6bfjk/T/GNS3_Jgk0Ny/working/pipe_XRv
Alternatively, you can also research the GNS3 VirtualBox
console server (for remote access) feature. I've never used it myself.
FYI: If you aren't tied to VirtualBox, I have multiple VMware Fusion w/ GNS3 posts on my blog (listed in my sig block) that will get you on your way. I currently have Cisco IOS XRv running in multiple GNS3 labs with seamless integration.