Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. for i in `seq 0 7 ` ; do lxc-create -t download -n nyzo$i -- --dist ubuntu --release bionic --arch amd64 ; done
  2. Setting up the GPG keyring
  3. ERROR: Unable to fetch GPG key from keyserver.
  4. Error creating container nyzo0
  5. Setting up the GPG keyring
  6. Downloading the image index
  7. Downloading the rootfs
  8. Downloading the metadata
  9. The image cache is now ready
  10. Unpacking the rootfs
  11.  
  12. ---
  13. You just created an Ubuntu bionic amd64 (20190424_07:42) container.
  14.  
  15. To enable SSH, run: apt install openssh-server
  16. No default root or user password are set by LXC.
  17. Using image from local cache
  18. Unpacking the rootfs
  19.  
  20. ---
  21. You just created an Ubuntu bionic amd64 (20190424_07:42) container.
  22.  
  23. To enable SSH, run: apt install openssh-server
  24. No default root or user password are set by LXC.
  25. Using image from local cache
  26. Unpacking the rootfs
  27.  
  28. ---
  29. You just created an Ubuntu bionic amd64 (20190424_07:42) container.
  30.  
  31. To enable SSH, run: apt install openssh-server
  32. No default root or user password are set by LXC.
  33. Using image from local cache
  34. Unpacking the rootfs
  35.  
  36. ---
  37. You just created an Ubuntu bionic amd64 (20190424_07:42) container.
  38.  
  39. To enable SSH, run: apt install openssh-server
  40. No default root or user password are set by LXC.
  41. Using image from local cache
  42. Unpacking the rootfs
  43.  
  44. ---
  45. You just created an Ubuntu bionic amd64 (20190424_07:42) container.
  46.  
  47. To enable SSH, run: apt install openssh-server
  48. No default root or user password are set by LXC.
  49. Using image from local cache
  50. Unpacking the rootfs
  51.  
  52. ---
  53. You just created an Ubuntu bionic amd64 (20190424_07:42) container.
  54.  
  55. To enable SSH, run: apt install openssh-server
  56. No default root or user password are set by LXC.
  57. Using image from local cache
  58. Unpacking the rootfs
  59.  
  60. ---
  61. You just created an Ubuntu bionic amd64 (20190424_07:42) container.
  62.  
  63. To enable SSH, run: apt install openssh-server
  64. No default root or user password are set by LXC.
  65. root@fuji02 ~ # sysctl -w net.ipv4.ip_forward=1
  66. net.ipv4.ip_forward = 1
  67. root@fuji02 ~ # ip route add 178.63.189.176/29 dev lxcbr0 mtu 1500
  68. root@fuji02 ~ # vim /var/lib/lxc/nyzo0/config
  69. root@fuji02 ~ #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement