- Install VMware.
- Create virtual machine for windowsclient New->Virtual Machine.
- Edit Windows client virtual machine setting
- For windows client Network adapter1->VMnet1
- Create virtual machine for mikrotik New->Virtual Machine.
- Edit mikrotik Virtual Machine Setting
- For mikrotik Network adapter1->bridged and Netwok adapter2->VMnet1
- Add network address on network adapter1 (public)
- Add dns address
- Set gateway address
- Check connnection with ping request "ping google.com".
- Add network address on network adapter2 (local)
- Nat and masquerade firewall for continue data packet
- Ip address setting for client
ip address add address=192.168.1.128/24 interface=ether1
ip dns set allow-remote-requests=yes primary-dns=192.168.1.254
ip route add gateway=192.168.1.254
ip address add address=172.168.1.254/24 interface=ether2
ip firewall nat add action=masquerade chain=srcnat out-interface=ether1
ip address=172.168.1.2, gateway=172.168.1.254, dns=172.168.254
0 comments:
Post a Comment