1

Is it possible to connect multiple times (with different MAC addresses) to the same wifi network with just one network card? Is there already a tool to do this?

Ka Rl
  • 165
  • 1
  • 1
  • 5

2 Answers2

1

you're looking for mac80211 virtual interface support:

The mac80211 subsystem in the linux kernel supports multiple wireless interfaces to be created with one physical wireless card. This depends on the driver implementing this. This could allow you to join multiple networks at once, or connect to one network while routing traffic from an access point interface.

Droopy4096
  • 680
  • 4
  • 8
0

you are really talking about network virtualization which you could do using applications such as VMware workstation for windows or VMware fusion for MAC users. There are other applications in the market that can be used for similar situation. You will then need to create a virtual OS with multiple vNICs. I personally haven't tried this but in theory it should work.

Amir
  • 193
  • 1
  • 3
  • 13