guys,
i trying to configure my router but its not working. no internet connection. any idea?
[admin@MikroTik] > export
jan/02/1970 00:14:03 by RouterOS 6.29.1
software id = CN5P-ZY8J
/interface ethernet
set [ find default-name=ether2 ] name=LAN
set [ find default-name=ether5 ] name=WAN
/ip pool
add name=dhcp_pool1 ranges=10.10.10.90-10.10.10.235
/ip dhcp-server
add address-pool=dhcp_pool1 disabled=no interface=LAN name=dhcp1
/port
set 0 name=serial0
/ppp profile
set [ find name=default ] name=default
set [ find name=default-encryption ] name=default-encryption
/ip address
add address=192.168.10.2/24 interface=WAN network=192.168.10.0
add address=10.10.10.254/24 interface=LAN network=10.10.10.0
/ip dhcp-server network
add address=10.10.10.0/24 gateway=10.10.10.254
/ip dns
set servers=8.8.8.8,8.8.4.4
/ip firewall nat
add action=masquerade chain=srcnat out-interface=WAN
/ip route
add distance=1 gateway=192.168.10.1
/system routerboard settings
set protected-routerboot=disabled
/tool romon port
add disabled=no
[admin@MikroTik] >
Regards,
alex
Hello,
can you ping your gateway?
check ur LAN card or pci express
there might be a problem in driver itself or motherboard compatibility if ur settings are correct
also try to switch to another Ethernet if possible
yes. i can ping gateway 192.168.10.1 but to internet connection.
still no internet.
[admin@MikroTik] > export
jan/02/1970 00:01:53 by RouterOS 6.34.6
software id = CN5P-ZY8J
/interface ethernet
set [ find default-name=ether2 ] name=LAN
set [ find default-name=ether3 ] name=WAN
/ip address
add address=192.168.10.2/24 interface=WAN network=192.168.10.0
add address=10.10.10.254/24 interface=LAN network=10.10.10.0
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4
/ip firewall nat
add action=masquerade chain=srcnat out-interface=WAN
/ip route
add distance=1 gateway=192.168.10.1
[admin@MikroTik] > ping 192.168.10.1
SEQ HOST SIZE TTL TIME STATUS
0 192.168.10.1 56 64 0ms
1 192.168.10.1 56 64 0ms
2 192.168.10.1 56 64 0ms
3 192.168.10.1 56 64 0ms
4 192.168.10.1 56 64 0ms
5 192.168.10.1 56 64 0ms
sent=6 received=6 packet-loss=0% min-rtt=0ms avg-rtt=0ms max-rtt=0ms
i tried to use dhcp client but i cant get ip my local dhcp server.

out of interest, how are you connecting to your ISP?
The ping times to your gateway are 0ms…very quick!
Are you sure the gateway IP is correct?
anyway, my problem is fixed now. the problem is in my fiber modem. my fiber modem use PPOE temporary but this is static IP. will change it later.
Thanks