Skip to content

Commit

Permalink
kvm port forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
c3rb3ru5d3d53c committed Feb 4, 2024
1 parent 985352b commit 5d5299b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/posts/docs/kvm-malware-lab.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ If SSH is enabled on the guest machine, from your host machine you can do `ssh -
<qemu:arg value='-netdev'/>
<qemu:arg value='user,id=guesttohost,net=10.0.3.0/24,hostfwd=tcp::2222-:22'/>
<qemu:arg value='-device'/>
<qemu:arg value='rtl8139,netdev=guesttohost,mac=88:88:88:88:88:88'/>
<qemu:arg value='rtl8139,netdev=guesttohost'/>
</qemu:commandline>
```

Expand Down

0 comments on commit 5d5299b

Please sign in to comment.