This shows you the differences between two versions of the page.
sred:milestone_3 [2024/01/19 20:17] horia.stoenescu [Week 6] |
sred:milestone_3 [2024/01/19 20:17] (current) horia.stoenescu [Week 6] |
||
---|---|---|---|
Line 72: | Line 72: | ||
# change mac address based on your eve_ng instance ip | # change mac address based on your eve_ng instance ip | ||
ifconfig vtnet0 link 50:00:00:$SECOND_BYTE:$THIRD_BYTE+2:$FORTH_BYTE | ifconfig vtnet0 link 50:00:00:$SECOND_BYTE:$THIRD_BYTE+2:$FORTH_BYTE | ||
- | # example: for 10.6.0.10, use mac address 50:00:00:06:01:10 | + | # example: for 10.6.0.10, use mac address 50:00:00:06:02:10 |
</code> | </code> | ||