mikrotik router os install in window via vmware

i have install mikrotik os in VMware window 10 in laptop . so laptop ethernet cable i confing as a wan-in and i have usb lan adaptor as a lan-out but after confing mikrotik i am not able to get internet on another device please help

It’s unlikely the CHR instance. You need windows help not MikroTik help.

Definitely VMWare type question, not even Mikrotik one.
What are the VMWare Workstation settings for networking?
Zrzut ekranu 2024-12-08 143316.png

i just used as a bridge can you explain me step by step i can ping in mikrotik router ether1 to 8.8.8.8 but lan out not working

Never did that but as you can see on the picture there should be at least unique addres assigned to the chr interface.
No planned network diagram, no description what the expected result of your tests is, no info about current configuration.
We have no crystall balls to guess what could be the problem: http://forum.mikrotik.com/t/getting-the-most-out-of-this-forum/40983/1

Bridge works and likely want you’d want, essentially like a MACVLAN so RouterOS get’s own MAC address. It’s “host only” that is unlikely useful in any case. Although, the trick with bridge mode is often you want to specify the interface to use, as “Auto” for bridge network may be picking the wrong interface.

You need bridged network and then once booted, console into the CHR and set an IP in your LAN range. By default there are no firewall rules so you will be able to ping.

it has been the question to the OP.
I managed to login to the freshly installed CHR on VMWare Workstation with no problem however with no “mastering” more settings :slight_smile:

here in pic you see my setting of VMware & mikrotik vm setting and my laptop pc setting …now if i connect other pc via lan at that time in my main laptop mikrtik hotspot page is opening asking for user/pass and if i enter user/pass i am able to browse into main pc and other pc didn’t to connect internet…here mikrotik setting you can see

/interface bridge
add name=bridge1
/interface ethernet
set [ find default-name=ether2 ] name=LAN-OUT
set [ find default-name=ether1 ] name=WAN-IN
/interface pppoe-server
add name=pppoe-in1 service=“” user=“”
/ip hotspot profile
add dns-name=huku.net hotspot-address=192.168.30.1 name=hsprof1
/ip pool
add name=hs-pool-3 ranges=192.168.30.2-192.168.30.254
add name=pool1 ranges=10.10.10.10-10.10.10.250
/ip dhcp-server
add address-pool=hs-pool-3 disabled=no interface=bridge1 lease-time=1h name=
dhcp1
/ip hotspot
add address-pool=hs-pool-3 addresses-per-mac=1 disabled=no interface=bridge1
name=hotspot1 profile=hsprof1
/ip hotspot user profile
add address-pool=hs-pool-3 name=100mb rate-limit=100m/100m
/ppp profile
add local-address=192.168.30.1 name=100mb rate-limit=100m/100m
remote-address=pool1
/tool user-manager customer
set admin access=
own-routers,own-users,own-profiles,own-limits,config-payment-gw
/tool user-manager profile
add name=“30 Day” name-for-users=“” override-shared-users=off owner=admin
price=0 starts-at=logon validity=100w
/tool user-manager profile limitation
add address-list=“” download-limit=0B group-name=“” ip-pool=“” name=
“life time " owner=admin rate-limit-min-rx=100B rate-limit-min-tx=100B
rate-limit-rx=104857600B rate-limit-tx=104857600B transfer-limit=0B
upload-limit=0B uptime-limit=0s
add address-list=”" download-limit=0B group-name=“” ip-pool=“” name=“30 Day”
owner=admin rate-limit-min-rx=52428800B rate-limit-min-tx=52428800B
rate-limit-rx=52428800B rate-limit-tx=52428800B transfer-limit=0B
upload-limit=0B uptime-limit=0s
/interface bridge port
add bridge=bridge1 interface=LAN-OUT
/interface pppoe-server server
add authentication=pap disabled=no interface=bridge1 one-session-per-host=yes
service-name=service1
/ip address
add address=192.168.1.107/24 interface=WAN-IN network=192.168.1.0
add address=192.168.30.1/24 interface=bridge1 network=192.168.30.0
/ip dhcp-server network
add address=192.168.30.0/24 comment=“hotspot network” gateway=192.168.30.1
/ip dns
set allow-remote-requests=yes servers=213.42.20.20,195.229.241.222
/ip firewall filter
add action=passthrough chain=unused-hs-chain comment=
“place hotspot rules here” disabled=yes
/ip firewall nat
add action=passthrough chain=unused-hs-chain comment=
“place hotspot rules here” disabled=yes
add action=masquerade chain=srcnat comment=“masquerade hotspot network”
src-address=192.168.30.0/24
add action=masquerade chain=srcnat comment=“masquerade hotspot network”
src-address=10.10.10.0/24
/ip hotspot user
add name=admin password=xxx
add name=huku password=huku profile=100mb server=hotspot1
/ip route
add distance=1 gateway=192.168.1.1
/ppp secret
add name=huku password=huku profile=100mb service=pppoe
/system lcd
set contrast=0 enabled=no port=parallel type=24x4
/system lcd page
set time disabled=yes display-time=5s
set resources disabled=yes display-time=5s
set uptime disabled=yes display-time=5s
set packets disabled=yes display-time=5s
set bits disabled=yes display-time=5s
set version disabled=yes display-time=5s
set identity disabled=yes display-time=5s
set pppoe-in1 disabled=yes display-time=5s
set bridge1 disabled=yes display-time=5s
set WAN-IN disabled=yes display-time=5s
set LAN-OUT disabled=yes display-time=5s
/system package update
set channel=current
/tool romon port
add
/tool user-manager database
set db-path=user-manager
/tool user-manager profile profile-limitation
add from-time=0s limitation=“life time " profile=“30 Day” till-time=23h59m59s
weekdays=sunday,monday,tuesday,wednesday,thursday,friday,saturday
add from-time=0s limitation=“life time " profile=“30 Day” till-time=23h59m59s
weekdays=sunday,monday,tuesday,wednesday,thursday,friday,saturday
/tool user-manager router
add coa-port=1700 customer=admin disabled=no ip-address=127.0.0.1 log=
auth-fail name=“life time” shared-secret=73447344 use-coa=no
/tool user-manager user
add caller-id=bind customer=admin disabled=no password=7344 shared-users=1
username=prt wireless-enc-algo=none wireless-enc-key=”” wireless-psk=“”
vmware network setting.PNG
pc network setting.JPG
mikrotik vm network setting.JPG