Everything else works fine, including PPPoE, DHCP and VPN through the wireless port. When a client is plugged into the test ethernet port #5, the router shows ether5-slave-local as running, with occasional bits of traffic so that is fine. The client never gets an IP address with DHCP, with static IP the client still can’t connect through to the gateway. Don’t know where to go from here. Went through the manual (no bridge to be removed, as suggested) and the forum, no joy - yet.
How you think someone can help you without explain absolutely not any settings on your device?
RouterOS version? BIOS version?
put “/export compact” result on the forum
Files added, sensitive data removed. I was hoping for a simple pointer of where to look and check but if someone is willing to look at the setup, good. BTW rextended, your English is far better than my Italian, no complaints.
MikroDump.rsc (4.89 KB)
MikroDump (clean).txt (4.68 KB)
if you have not changed anything, paste this on your routerboard:
/interface ethernet
set [ find default-name=ether5 ] master-port=none name=ether5-stand-alone
/ip address
add address=192.168.5.1/24 interface=ether5-stand-alone network=192.168.5.0
/ip upnp interfaces
add interface=ether5-stand-alone type=internal
/system logging action
set 0 memory-lines=1000
set 1 disk-lines-per-file=1000
/ip address
remove [find where comment="default configuration"]
set interface=bridge-local [find where address=192.168.0.1/24]
/ip dns static
remove [find where address=192.168.88.1]
/ip firewall nat
remove [find where comment="default configuration"]
/ip pool
add name=ether5-pool ranges=192.168.5.101-192.168.5.199
/ip dhcp-server network
remove [find where comment="default configuration"]
add address=192.168.5.0/24 dns-server=208.67.220.220,208.67.222.222 gateway=192.168.5.1 netmask=24
/ip dhcp-server
set server5 interface=ether5-stand-alone address-pool=ether5-pool
/ip ipsec proposal
set [ find default=yes ] enc-algorithms=aes-128-cbc