/export file=anynameyouwish
My bad, you're right! Edited it accordingly. And after educating myself a bit more on the topic of mode-config, I made a small edit to point 2BTW, I think you confused "level" and "action" in your config:
/ip firewall nat
add action=masquerade chain=srcnat out-interface=wifi2
/ip firewall nat
add action=masquerade chain=srcnat out-interface-list=WAN protocol=udp src-port=162 to-ports=162
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1
/ip firewall nat
add action=src-nat chain=srcnat ipsec-policy=out,none out-interface-list=WAN to-addresses="specific_public_IP"
/ip dns
set mdns-repeater-ifaces="subnet_interfaces"
/interface list member
add interface=MullvadWG_1 list=WAN
add action=accept chain=input comment=\
"VPN | WireGuard Port vom WAN aus erlauben" dst-port=13231 \
in-interface-list=WAN protocol=udp
/ip address
set 0 interface=lan
/ip address
add address=10.3.9.1/24 interface=sfp-sfpplus1 network=10.3.9.0
/ip address
add address=192.168.88.1/24 comment=defconf interface=ether1 network=\
192.168.88.0
add address=10.3.9.1/24 interface=sfp-sfpplus1 network=10.3.9.0
export file=anynameyouwish
/ip firewall filter
add action=drop chain=forward in-interface=eth2-lan out-interface=eth1-wan src-address=!a.a.a.a
/ip firewall filter
add action=drop chain=input in-interface-list=!LAN
/ip firewall nat
add action=masquerade chain=srcnat dst-address=192.168.12.8 src-address=192.168.12.0/24
/ip firewall nat
add action=src-nat chain=srcnat dst-address=192.168.1.1 out-interface=sfp-sfpplus1 to-addresses=192.168.1.2
/routing rule
add action=lookup-only-in-table min-prefix=0 table=main
add action=lookup src-address=192.168.88.5 table=vpn_mark
/ip ipsec policy
add action=encrypt tunnel=yes proposal=ikev2 src-address=10.0.88.0/24 dst-address=192.168.95.0/24
/ip ipsec policy
add action=encrypt tunnel=yes proposal=ikev2 dst-address=10.0.88.0/24 src-address=192.168.95.0/24
Shouldn't the address be something other than 192.168.1.1? Maybe .2?/ip address
[...]
add address=192.168.1.1/24 interface=sfp1 network=192.168.1.0
/ip firewall nat
add action=src-nat chain=srcnat src-address=10.0.100.0/24 to-addresses=188.213.95.249
May we then have a look at the exported config of the router?I did this, but I had no luck and how can I grant access only to the printer IP?
/ip route
add dst-address=192.168.18.0/23 gateway=192.168.18.1
/interface list member
add interface=sfp1 list=WAN
Better create a L2TP server here too, because PPTP is deprected.i want to create a pptp vpn server
/interface ethernet switch rule
add new-dst-ports=etherx,ethery src-address=x.x.x.x ports=ethera,etherb
/ip firewall filter
add action=accept chain=input protocol=tcp dst-port=1723
add action=accept chain=input protocol=47
But at least color contrast was fine 😅
So the name is lo:I get "input does not match any value of interface". I see a lo interface, but not a lo1.
/ip address
add address=192.168.10.1/24 interface=lo
/ip ipsec policy group
add name=ikev2-policies
/ip ipsec policy
add dst-address=192.168.10.0/24 group=ike2-policies proposal=proposal1 src-address=0.0.0.0/0 template=yes
/ip address
add address=192.168.10.1/24 interface=lo1