I have a very simple setup.. Cable Modem > Mikrotik RB760iGS.. Have a Euro Mesh wifi system but everything is on same vlan.. Just want to get some simple port forwards working.. They were at one point, but have been broken for months and at this point not sure if my config is completely wrecked and if I should just start from scratch.. This is definitely confusing to me and I’m hoping someone can just take a look and see something glaring that is wrong..
Appreciate any help.
[admin@MikroTik] > export
# apr/04/2023 16:10:06 by RouterOS 6.49.7
# software id = 0D08-KEW9
#
# model = RB760iGS
# serial number =
/interface bridge
add admin-mac= auto-mac=no comment=defconf name=bridge
/interface ethernet
set [ find default-name=ether1 ] name=MYISP
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=default-dhcp ranges=192.168.7.200-192.168.7.250
/ip dhcp-server
add address-pool=default-dhcp disabled=no interface=bridge name=defconf
/snmp community
set [ find default=yes ] addresses=0.0.0.0/0
/dude
set enabled=yes
/interface bridge port
add bridge=bridge comment=defconf interface=ether2
add bridge=bridge comment=defconf interface=ether3
add bridge=bridge comment=defconf interface=ether4
add bridge=bridge comment=defconf interface=ether5
add bridge=bridge comment=defconf interface=sfp1
/ip neighbor discovery-settings
set discover-interface-list=!all
/interface detect-internet
set detect-interface-list=all
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=MYISP list=WAN
/ip address
add address=192.168.7.1/24 comment=defconf interface=bridge network=192.168.7.0
/ip dhcp-client
add comment=defconf disabled=no interface=MYISP
/ip dhcp-server lease
add address=192.168.7.240 client-id=1:14:2f:fd:8:81:c3 mac-address=\
14:2F:FD:08:81:C3 server=defconf
add address=192.168.7.232 mac-address=4C:01:43:1D:F3:EB server=defconf
add address=192.168.7.233 mac-address=4C:01:43:1E:4B:2B server=defconf
add address=192.168.7.228 client-id=1:74:da:38:68:dc:6f mac-address=\
74:DA:38:68:DC:6F server=defconf
add address=192.168.7.226 mac-address=4C:01:43:9B:7F:02 server=defconf
add address=192.168.7.246 client-id=1:14:4f:8a:bf:61:39 mac-address=\
14:4F:8A:BF:61:39 server=defconf
add address=192.168.7.242 client-id=1:c2:b6:ce:ff:54:13 mac-address=\
C2:B6:CE:FF:54:13 server=defconf
add address=192.168.7.229 client-id=1:d2:33:7c:35:d9:e7 mac-address=\
D2:33:7C:35:D9:E7 server=defconf
add address=192.168.7.216 client-id=1:18:c8:e7:34:89:e2 mac-address=\
18:C8:E7:34:89:E2 server=defconf
/ip dhcp-server network
add address=192.168.7.0/24 comment=defconf gateway=192.168.7.1
/ip dns
set allow-remote-requests=yes
/ip dns static
add address=192.168.7.1 comment=defconf name=router.lan
/ip firewall filter
add action=accept chain=input comment=\
"defconf: accept established,related,untracked" connection-state=\
established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=\
invalid
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment=\
"defconf: accept to local loopback (for CAPsMAN)" dst-address=127.0.0.1
add action=drop chain=input comment="defconf: drop all not coming from LAN" \
in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" \
ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" \
ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
connection-state=established,related
add action=accept chain=forward comment=\
"defconf: accept established,related, untracked" connection-state=\
established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" connection-state=\
invalid
add action=drop chain=forward comment="defconf: drop all from WAN not DSTNATed" \
connection-nat-state=!dstnat connection-state=new in-interface-list=WAN
add action=accept chain=forward in-interface-list=LAN out-interface-list=WAN
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" ipsec-policy=\
out,none out-interface-list=WAN
add action=dst-nat chain=dstnat comment=SAB dst-port=8080 protocol=tcp \
to-addresses=192.168.7.132 to-ports=8080
add action=dst-nat chain=dstnat comment=BlueIris dst-port=8999 log=yes \
protocol=tcp to-addresses=192.168.7.26 to-ports=8999
add action=masquerade chain=srcnat dst-address=192.168.7.0/24 src-address=\
192.168.7.0/24
add action=accept chain=forward in-interface-list=LAN out-interface-list=WAN
add action=netmap chain=dstnat comment=BlueIris dst-port=8999 in-interface=\
MYISP log=yes protocol=tcp src-port="" to-addresses=192.168.7.26 \
to-ports=8999
/ip kid-control device
add mac-address=F0:D1:A9:21:5F:92 name=Calebs-iPad
/ip traffic-flow
set enabled=yes
/ip traffic-flow target
add dst-address=192.168.7.26 port=9996
/snmp
set enabled=yes
/system clock
set time-zone-name=America/New_York
/tool graphing interface
add
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN
[admin@MikroTik] >