Hello
Many thanks for taking the time to review my config ! I am still obviously learning Mikrotik and any and all input is much appreciated !
(1) Your are missing one thing....... Maybe?
/interface list member
add interface=ether1 list=WAN
add interface=bridgeNet1 list=LAN
add interface=bridgeNet2 list=LAN ????
Concretely what good would it do me ? Ie what is the purpose of the WAN and LAN lists... I know a newbee question
(2) Confused about another part of the setup.......
add address=172.16.200.254/24 interface=bridgeNet1 network=172.16.200.0
add address=172.16.172.254/24 interface=bridgeNet1 network=172.16.172.0
add address=172.16.100.254/24 interface=bridgeNet1 network=172.16.100.0
add address=172.16.210.254/24 interface=bridgeNet1 network=172.16.210.0
add address=172.16.215.0/24 interface=bridgeNet2 network=172.16.215.0
Since both bridges already have an IP address I am not sure.
a. if you can add other addresses like this
b. if you can add pptp and the like vpn to bridges as they are not technically complete interfaces ........
a. Well at least in seems to work
- what would be the "proper" way to define multiple subnets on a single bridge ?
b. No PPTP involved but OpenVPN - also seems to work as is. What is the proper way to bridge OpenVPN without using bridges ?
(3) Your firewall rules are messy and hard to read as you should put all input together and all forward together so its legible and the order of rules seems off as well within a chain.
Not even sure why port 2221 is allowed from anywhere to anywhere in the forward chain.........
Rules where defined in the GUI (winbox) and certainly no "clean". That said I'm not sure about "all forward together" - in a single rule ?
Rule 10 was to open port 2211 to the external world (so source is indeed "anywhere") and valid for all my public IP (so destinatin is indeed "any"). Is there a cleaner way to do this ?
(4) You source nat and masquerade the hell out of everything is this really required??
I understand that I have to masquerade for all subnets so that they can reach out ? And sourcenat all IPsec site to site subnets ? Again if there is a cleaner / better way to do this I'm happy to learn !
(5) You seem to port forward to networks/servers that dont exist.... for example 172.16.200.202 has no such subnet or dhcp etc etc.........
Hmm there is a sunet 172.16.200.0/24 (see point 2 first entry) and a server at 202.
Clearly there is something I dont understand about how you are using the router.........
Again gratefull for any advice / suggestion to improve my config.