Hello !!!
I am new to Mikrotik and i am setting a lab in eve-ng. I have a connection to the internet but there is a problem i cannot ping internal eve LAN computers from WAN. I have tried with NAT firewall rules etc. but nothing worked
I will be happy if somebody could help me with this ![]()
Topology:

[admin@MikroTik] > export
# oct/08/2023 14:42:25 by RouterOS 7.5
# software id =
#
/interface bridge
add name=eve_ng_lan
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=dhcp_pool0 ranges=10.10.10.2-10.10.10.254
/ip dhcp-server
add address-pool=dhcp_pool0 interface=eve_ng_lan lease-time=10h name=dhcp1
/port
set 0 name=serial0
/interface bridge port
add bridge=eve_ng_lan interface=ether2
add bridge=eve_ng_lan interface=ether3
/ip address
add address=10.10.10.1/24 interface=eve_ng_lan network=10.10.10.0
/ip dhcp-client
add interface=ether1
/ip dhcp-server network
add address=10.10.10.0/24 gateway=10.10.10.1
/ip firewall nat
add action=masquerade chain=srcnat src-address=10.10.10.0/24
[admin@MikroTik] >
So i have got ip address from ISP via DHCP - for example 5.5.5.0/24, then i have internal lan on 10.10.10.0//24. VMs have access to the internet but i cannot ping them from ISP IP Pool ![]()
Regards
Radek