Difference between revisions of "Guides:MAME - Networking"

From Wah!ki
Jump to navigation Jump to search
(Created page with " mame -listnetworks tap/tun device dos ne2000 * ne2000.com 0x60 * https://www.brutman.com/mTCP/mTCP.html")
 
Line 13: Line 13:
  
 
* https://www.brutman.com/mTCP/mTCP.html
 
* https://www.brutman.com/mTCP/mTCP.html
 +
 +
 +
sudo ip link add link enp4s0 name mametap0 type macvtap
 +
sudo ip link set mametap0 address 00:00:1B:4A:3A:F2
 +
ip linke show mametap0

Revision as of 04:01, 20 March 2021


mame -listnetworks


tap/tun device


dos ne2000

  • ne2000.com 0x60


sudo ip link add link enp4s0 name mametap0 type macvtap sudo ip link set mametap0 address 00:00:1B:4A:3A:F2 ip linke show mametap0