Changes between Version 3 and Version 4 of Network_tips
- Timestamp:
- Jun 5, 2009 2:03:59 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Network_tips
v3 v4 6 6 To enable network tracing do the following: 7 7 {{{ 8 # VBoxManage modify [your-vm] -nictrace[adapter-number] on -nictracefile[adapter-number] file.pcap8 # VBoxManage modifyvm [your-vm] -nictrace[adapter-number] on -nictracefile[adapter-number] file.pcap 9 9 # VirtualBox -startvm [your-vm] 10 10 }}} … … 12 12 For example 13 13 {{{ 14 # VBoxManage modify "ubuntu" -nictrace1 on -nictracefile1 file.pcap14 # VBoxManage modifyvm "ubuntu" -nictrace1 on -nictracefile1 file.pcap 15 15 # VirtualBox -startvm "ubuntu" 16 16 }}}