summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 5722245..7790c07 100644
--- a/README
+++ b/README
@@ -16,10 +16,10 @@ local network:
# hangs!? why!?
#ip link add name br0 type bridge
-#ip addr add dev br0 192.168.130.1/24
+#ip addr add dev br0 192.168.120.1/24
brctl addbr br0
ip link set br0 up
-ip addr add dev br0 192.168.130.1/24
+ip addr add dev br0 192.168.120.1/24
# We mount it and make it accessible over the 'darkhttpd' webserver:
@@ -64,7 +64,7 @@ qemu-img create arch32.img 2G
qemu-system-i386 -drive file=arch32.img,index=0,media=disk,format=raw,if=virtio -net nic \
-enable-kvm \
- -net user,id=net0,net=192.168.130.2/24,host=192.168.130.1,tftp=$PWD/tftproot,bootfile=pxelinux.0 \
+ -net user,id=net0,net=192.168.120.101/24,host=192.168.120.1,tftp=$PWD/tftproot,bootfile=pxelinux.0 \
-m 2048 \
-machine accel=kvm -redir tcp:2222::22
@@ -74,7 +74,7 @@ qemu-system-i386 -drive file=arch32.img,index=0,media=disk,format=raw,if=virtio
qemu-system-i386 -drive file=arch32.img,index=0,media=disk,format=raw,if=virtio -net nic \
-enable-kvm \
- -net user,id=net0,net=192.168.130.2/24,host=192.168.130.1 \
+ -net user,id=net0,net=192.168.120.101/24,host=192.168.120.1 \
-m 2048 \
-machine accel=kvm -redir tcp:2222::22