Skip to content

Creating a fake WAN network (Win)

M4T edited this page Jul 13, 2017 · 4 revisions

How to create a fake WAN Network for Windows

  • Set your LAN address in static mode (with mask, gateway and DNS)
  • Click on Advanced button
  • Click on the add button bellow ip address
  • Type some public ip address (like 194.12.12.2) - That real address will be no longer reachable.
  • Mask: 255.255.255.255
  • Change every localhost entry for your new fake WAN ip address
    In our case 127.0.0.1 becomes 194.12.12.2
    You have to change it in your host file and in the python script arg.
Clone this wiki locally