Kristian Larsson
Kristian Larsson
Do you really care about the presence / not presence of port forwarding? One of the reasons that the mgmt port is "terminated" internally is so that we can do...
I did reserve "port 0" (what vr-xcon calls port 0 - /0) for mgmt so we should be able to put it there...
But when it starts there is no startup-config - it's empty. So there won't be an address to put on the mgmt interface. Do you expect to do first config...
We can have a `--ipv4-address` / `--ipv6-address` argument that you can specify when you start the router - good enough?
Btw, port forwarding here doesn't obfuscate any addresses. Each vrnetlab router still has an IP. It's just that port forwarding is used so that the container itself can share an...
Is the launch script for some reason not +x ? Can you run `docker run -it --rm --privileged nxos9kv:9.3.8 ls -la /launch.py` and post output?
@yukthr it didn't work for you initially because you didn't run it with --privileged. Doing docker run... will never drop you into a shell. I don't know what made you...
That subnet is between the docker container and qemu running your VM. It is then proxied using socat so you can reach it.
Nope. But invalid file object... so I guess the VM has died already and that's why we can't read the stdout handler? Can you start the machine with `--trace` and...
Funny, it just happened to me. I'm trying out kubernetes so I don't really know what I'm doing but it resulted in this: ``` 2018-11-21 22:33:40,916: launch INFO Number of...