summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2024-05-05 18:12:06 +0200
committerAndreas Fankhauser hiddenalpha.ch2024-05-05 18:12:06 +0200
commit5bf183e567f0cd822f9cfb118c041f400f04cea5 (patch)
tree0bea72cca42c2ae2a94a4d8d47c09fdde8ca8259
parent44e08eb032a8227fc8c17ca1dada3ea2f6f94507 (diff)
downloadUnspecifiedGarbage-5bf183e567f0cd822f9cfb118c041f400f04cea5.zip
UnspecifiedGarbage-5bf183e567f0cd822f9cfb118c041f400f04cea5.tar.gz
Add ISO pkgs. Note how to connect isolated qemuVM to host cifs/samba share.
-rw-r--r--doc/note/qemu/qemu.txt3
-rw-r--r--doc/note/setup-debian/setup-debian.txt2
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/note/qemu/qemu.txt b/doc/note/qemu/qemu.txt
index 23984a9..7d46d6a 100644
--- a/doc/note/qemu/qemu.txt
+++ b/doc/note/qemu/qemu.txt
@@ -54,6 +54,9 @@ qemu-system-x86_64 \
`# Isolated Network plus host port/cmd reachable from guest` \
-netdev 'user,id=n1,ipv6=off,restrict=y,guestfwd=tcp:10.0.2.9:80-cmd:ncat 127.0.0.1 80' \
-device e1000,netdev=n1 \
+ `# Isolated Network with samba access to host` \
+ -netdev 'user,id=n2,ipv6=off,restrict=y,guestfwd=tcp:10.0.2.9:139-cmd:ncat 127.0.0.1 139,guestfwd=tcp:10.0.2.9:445-cmd:ncat 127.0.0.1 445' \
+ -device e1000,netdev=n2 \
`# 10.0.2.x network with host redirect` \
-netdev user,id=n0,ipv6=off,hostfwd=tcp:127.0.0.1:${SSH_PORT:-2222}-:22 \
-device e1000,netdev=n0 \
diff --git a/doc/note/setup-debian/setup-debian.txt b/doc/note/setup-debian/setup-debian.txt
index b24a70f..b3c71b6 100644
--- a/doc/note/setup-debian/setup-debian.txt
+++ b/doc/note/setup-debian/setup-debian.txt
@@ -100,7 +100,7 @@ Populate "/etc/environment" as described by "./etc-environment".
&& $SUDO apt install -y --no-install-recommends \
`# basic CLI` \
vim htop pv openssh-client iptables iptables-persistent xxd zip unzip xz-utils p7zip-full \
- file trash-cli \
+ file trash-cli genisoimage ncat \
`# basic UI` \
firefox-esr file-roller thunderbird chromium evince \
`# software devel` \